[clhp-cvs] CVS update: clhp/examples/test.lisp clhp/examples/index.clhp clhp/examples/clhp-test.lisp clhp/examples/Makefile

Anthony Ventimiglia aventimiglia at common-lisp.net
Wed Oct 15 12:50:52 UTC 2003


Update of /project/clhp/cvsroot/clhp/examples
In directory common-lisp.net:/tmp/cvs-serv31909/examples

Modified Files:
	test.lisp index.clhp clhp-test.lisp Makefile 
Log Message:
Fixed type with my name in copyright headers

Date: Wed Oct 15 08:50:51 2003
Author: aventimiglia

Index: clhp/examples/test.lisp
diff -u clhp/examples/test.lisp:1.2 clhp/examples/test.lisp:1.3
--- clhp/examples/test.lisp:1.2	Fri Sep 19 00:49:19 2003
+++ clhp/examples/test.lisp	Wed Oct 15 08:50:51 2003
@@ -15,11 +15,11 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ;;
-;; email: aventimigli at common-lisp.net
+;; email: aventimiglia at common-lisp.net
 ;; HomePage: http://common-lisp.net/project/clhp/
 
 (ext:file-comment
- "$Id: test.lisp,v 1.2 2003/09/19 04:49:19 aventimiglia Exp $")
+ "$Id: test.lisp,v 1.3 2003/10/15 12:50:51 aventimiglia Exp $")
 
 (cgi:init)
 (cgi:header :extra (list "Content-Language: en"))
@@ -33,5 +33,5 @@
       (cgi:debug '(cgi::post-data))
       (cgi:debug '(cgi::post-data))))
 
-(format t "~%--------~% $Date: 2003/09/19 04:49:19 $~%")
+(format t "~%--------~% $Date: 2003/10/15 12:50:51 $~%")
 


Index: clhp/examples/index.clhp
diff -u clhp/examples/index.clhp:1.5 clhp/examples/index.clhp:1.6
--- clhp/examples/index.clhp:1.5	Tue Sep 23 10:44:37 2003
+++ clhp/examples/index.clhp	Wed Oct 15 08:50:51 2003
@@ -20,7 +20,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ;;
-;; email: aventimigli at common-lisp.net
+;; email: aventimiglia at common-lisp.net
 ;; HomePage: http://common-lisp.net/project/clhp/
 
 ;; This example page is probably not representative of anything that


Index: clhp/examples/clhp-test.lisp
diff -u clhp/examples/clhp-test.lisp:1.2 clhp/examples/clhp-test.lisp:1.3
--- clhp/examples/clhp-test.lisp:1.2	Fri Sep 19 00:49:19 2003
+++ clhp/examples/clhp-test.lisp	Wed Oct 15 08:50:51 2003
@@ -1,4 +1,4 @@
-;; $Id: clhp-test.lisp,v 1.2 2003/09/19 04:49:19 aventimiglia Exp $
+;; $Id: clhp-test.lisp,v 1.3 2003/10/15 12:50:51 aventimiglia Exp $
 ;;
 ;; CLHP the Common Lisp Hypertext Preprocessor
 ;; (C) 2003 Anthony J Ventimiglia
@@ -17,7 +17,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ;;
-;; email: aventimigli at common-lisp.net
+;; email: aventimiglia at common-lisp.net
 ;; HomePage: http://common-lisp.net/project/clhp/
 
 


Index: clhp/examples/Makefile
diff -u clhp/examples/Makefile:1.2 clhp/examples/Makefile:1.3
--- clhp/examples/Makefile:1.2	Thu Sep 18 16:57:29 2003
+++ clhp/examples/Makefile	Wed Oct 15 08:50:51 2003
@@ -1,5 +1,24 @@
-# $Id: Makefile,v 1.2 2003/09/18 20:57:29 aventimiglia Exp $
+# $Id: Makefile,v 1.3 2003/10/15 12:50:51 aventimiglia Exp $
 #
+# CLHP the Common Lisp Hypertext Preprocessor
+# (C) 2003 Anthony J Ventimiglia
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
+# email: aventimiglia at common-lisp.net
+# HomePage: http://common-lisp.net/project/clhp/
 
 # This is where lisp sources will be installed
 SRCDIR=/usr/lib/cmucl/source/clhp





More information about the Clhp-cvs mailing list