X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/f32b451d6f57e680c3b9844f768c6a9cf829e2df..7d2d7b3929ac33d0f9c9fd2bee67d03a2693c858:/examples/testgtk.lisp diff --git a/examples/testgtk.lisp b/examples/testgtk.lisp index 8b3b175..bd77b0e 100644 --- a/examples/testgtk.lisp +++ b/examples/testgtk.lisp @@ -23,10 +23,11 @@ ;; 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)