License
src/hello-world.lisp
Tue Apr 14 16:29:22 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* License
--- old-qt.examples/src/hello-world.lisp 2014-10-03 16:30:01.000000000 +0200
+++ new-qt.examples/src/hello-world.lisp 2014-10-03 16:30:01.000000000 +0200
@@ -1,5 +1,7 @@
+;;; Copyright 2009 Tobias Rautenkranz
+;;; License: X11 license
+
(in-package :qt.examples)
-(declaim (optimize (debug 3)))
(defun hello-world ()
"Hello world"