Update of /project/definer/cvsroot/definer
In directory tiger.common-lisp.net:/tmp/cvs-serv10228
Modified Files:
COPYING definer-pkg.lisp definer.lisp
Log Message:
Copyright updated.
Date: Wed Jan 2 07:35:11 2013
Author: mantoniotti
Index: definer/COPYING
diff -u definer/COPYING:1.2 definer/COPYING:1.3
--- definer/COPYING:1.2 Mon Jan 9 07:11:36 2012
+++ definer/COPYING Wed Jan 2 07:35:11 2013
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2012 Marco Antoniotti
+Copyright (c) 2003-2013 Marco Antoniotti
All rights reserved.
Permission is hereby granted, without written agreement and without
Index: definer/definer-pkg.lisp
diff -u definer/definer-pkg.lisp:1.2 definer/definer-pkg.lisp:1.3
--- definer/definer-pkg.lisp:1.2 Sun Mar 6 07:29:36 2011
+++ definer/definer-pkg.lisp Wed Jan 2 07:35:11 2013
@@ -2,15 +2,9 @@
;;; definer-pkg.lisp --
-;;; Copyright (c) 2003-2011 Marco Antoniotti, All rigths reserved.
-;;;
-;;; Permission to use, modify, and redistribute this code is hereby
-;;; granted.
-;;; The code is provided AS IS with NO warranty whatsoever. The author
-;;; will not be held liable etc etc etc etc etc.
+;;; See the file COPYING for copyright and licensing information.
-
-(defpackage "NET.NTUNIOTT.CL.EXT.SYNTAX.DEFINER" (:use "COMMON-LISP")
+(defpackage "IT.UNIMIB.DISCO.MA.CL.EXT.SYNTAX.DEFINER" (:use "COMMON-LISP")
(:nicknames "CL.EXT.SYNTAX.DEFINER" "DEFINER" #-lispworks "DEF")
(:export
"DEF"
Index: definer/definer.lisp
diff -u definer/definer.lisp:1.1 definer/definer.lisp:1.2
--- definer/definer.lisp:1.1 Thu Apr 22 11:10:23 2004
+++ definer/definer.lisp Wed Jan 2 07:35:11 2013
@@ -9,12 +9,7 @@
;;; to do that? DEFINER is for you. A quick hack where we extend CL
;;; to define more complex definition forms.
-;;; Copyright (c) 2003-2004 Marco Antoniotti, All rigths reserved.
-;;;
-;;; Permission to use, modify, and redistribute this code is hereby
-;;; granted.
-;;; The code is provided AS IS with NO warranty whatsoever. The author
-;;; will not be held liable etc etc etc etc etc.
+;;; See the file COPYING for copyright and licensing information.
(in-package "CL.EXT.SYNTAX.DEFINER")