From: espen Date: Thu, 20 Mar 2008 16:05:31 +0000 (+0000) Subject: Added note saying the file should probably be treated as being GPL X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/03d90284e12cafbdf617ff4bbec6907d0d36d00a Added note saying the file should probably be treated as being GPL --- diff --git a/examples/testgtk.lisp b/examples/testgtk.lisp index 1f607af..a4bd8ef 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)