chiark / gitweb /
Added note saying the file should probably be treated as being GPL
[clg] / examples / testgtk.lisp
index 1f607af5395474a9a475e613e4b80a21cecc9239..a4bd8ef97bd36d1eb8da8b99cb24da52254bfe06 100644 (file)
 ;; Parts of this file are direct translations of code from 'testgtk.c'
 ;; distributed with the Gtk+ library, and thus covered by the GNU
 ;; Lesser General Public License and copyright Peter Mattis, Spencer
-;; Kimball, Josh MacDonald and others.
+;; Kimball, Josh MacDonald and others. To be safe the entire file
+;; should probably be considered as being GPL'ed.
 
 
-;; $Id: testgtk.lisp,v 1.42 2008-01-02 16:07:14 espen Exp $
+;; $Id: testgtk.lisp,v 1.43 2008-03-20 16:05:31 espen Exp $
 
 #+sbcl(require :gtk)
 #+(or cmu clisp)(asdf:oos 'asdf:load-op :gtk)