[cxml-cvs] CVS update: cxml/dom/dom-builder.lisp cxml/dom/dom-impl.lisp cxml/dom/dom-sax.lisp cxml/dom/package.lisp cxml/dom/COPYING
David Lichteblau
dlichteblau at common-lisp.net
Mon Nov 28 22:33:36 UTC 2005
Update of /project/cxml/cvsroot/cxml/dom
In directory common-lisp.net:/tmp/cvs-serv4952/dom
Modified Files:
dom-builder.lisp dom-impl.lisp dom-sax.lisp package.lisp
Removed Files:
COPYING
Log Message:
+ <li>Gilbert Baumann has clarified the license as Lisp-LGPL.</li>
Date: Mon Nov 28 23:33:33 2005
Author: dlichteblau
Index: cxml/dom/dom-builder.lisp
diff -u cxml/dom/dom-builder.lisp:1.2 cxml/dom/dom-builder.lisp:1.3
--- cxml/dom/dom-builder.lisp:1.2 Sat Nov 26 22:48:17 2005
+++ cxml/dom/dom-builder.lisp Mon Nov 28 23:33:33 2005
@@ -1,6 +1,6 @@
;;;; dom-builder.lisp -- DOM-building SAX handler
;;;;
-;;;; This file is part of the CXML parser, released under (L)LGPL.
+;;;; This file is part of the CXML parser, released under Lisp-LGPL.
;;;; See file COPYING for details.
;;;;
;;;; Author: Gilbert Baumann <unk6 at rz.uni-karlsruhe.de>
Index: cxml/dom/dom-impl.lisp
diff -u cxml/dom/dom-impl.lisp:1.3 cxml/dom/dom-impl.lisp:1.4
--- cxml/dom/dom-impl.lisp:1.3 Wed Apr 6 21:23:18 2005
+++ cxml/dom/dom-impl.lisp Mon Nov 28 23:33:33 2005
@@ -1,6 +1,6 @@
;;;; dom-impl.lisp -- Implementation of DOM 1 Core
;;;;
-;;;; This file is part of the CXML parser, released under (L)LGPL.
+;;;; This file is part of the CXML parser, released under Lisp-LGPL.
;;;; See file COPYING for details.
;;;;
;;;; Author: Gilbert Baumann <unk6 at rz.uni-karlsruhe.de>
Index: cxml/dom/dom-sax.lisp
diff -u cxml/dom/dom-sax.lisp:1.1.1.6 cxml/dom/dom-sax.lisp:1.2
--- cxml/dom/dom-sax.lisp:1.1.1.6 Sun Mar 13 19:02:51 2005
+++ cxml/dom/dom-sax.lisp Mon Nov 28 23:33:33 2005
@@ -1,6 +1,6 @@
;;;; dom-sax.lisp -- DOM walker
;;;;
-;;;; This file is part of the CXML parser, released under (L)LGPL.
+;;;; This file is part of the CXML parser, released under Lisp-LGPL.
;;;; See file COPYING for details.
;;;;
;;;; Author: David Lichteblau <david at lichteblau.com>
Index: cxml/dom/package.lisp
diff -u cxml/dom/package.lisp:1.1.1.5 cxml/dom/package.lisp:1.2
--- cxml/dom/package.lisp:1.1.1.5 Sun Mar 13 19:02:51 2005
+++ cxml/dom/package.lisp Mon Nov 28 23:33:33 2005
@@ -1,6 +1,6 @@
;;;; package.lisp -- Paketdefinition
;;;;
-;;;; This file is part of the CXML parser, released under (L)LGPL.
+;;;; This file is part of the CXML parser, released under Lisp-LGPL.
;;;; See file COPYING for details.
(in-package :cl-user)
More information about the Cxml-cvs
mailing list