Update of /project/cxml/cvsroot/cxml/xml In directory common-lisp.net:/tmp/cvs-serv4952/xml
Modified Files: catalog.lisp characters.lisp package.lisp recoder.lisp sax-proxy.lisp unparse.lisp util.lisp xml-name-rune-p.lisp xml-parse.lisp xmls-compat.lisp Removed Files: COPYING Log Message: + <li>Gilbert Baumann has clarified the license as Lisp-LGPL.</li>
Date: Mon Nov 28 23:33:48 2005 Author: dlichteblau
Index: cxml/xml/catalog.lisp diff -u cxml/xml/catalog.lisp:1.1.1.16 cxml/xml/catalog.lisp:1.2 --- cxml/xml/catalog.lisp:1.1.1.16 Sun Mar 13 19:02:56 2005 +++ cxml/xml/catalog.lisp Mon Nov 28 23:33:47 2005 @@ -1,6 +1,6 @@ ;;;; catalogs.lisp -- XML Catalogs -*- Mode: Lisp; readtable: runes -*- ;;;; -;;;; 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. ;;;; ;;;; Developed 2004 for headcraft - http://headcraft.de/
Index: cxml/xml/characters.lisp diff -u cxml/xml/characters.lisp:1.1.1.8 cxml/xml/characters.lisp:1.2 --- cxml/xml/characters.lisp:1.1.1.8 Sun Mar 13 19:02:51 2005 +++ cxml/xml/characters.lisp Mon Nov 28 23:33:47 2005 @@ -1,6 +1,6 @@ ;;;; characters.lisp -- character class definitions ;;;; -;;;; 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
Index: cxml/xml/package.lisp diff -u cxml/xml/package.lisp:1.5 cxml/xml/package.lisp:1.6 --- cxml/xml/package.lisp:1.5 Sun Nov 27 19:41:07 2005 +++ cxml/xml/package.lisp Mon Nov 28 23:33:47 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)
Index: cxml/xml/recoder.lisp diff -u cxml/xml/recoder.lisp:1.1.1.2 cxml/xml/recoder.lisp:1.2 --- cxml/xml/recoder.lisp:1.1.1.2 Sun Mar 13 19:02:51 2005 +++ cxml/xml/recoder.lisp Mon Nov 28 23:33:47 2005 @@ -1,6 +1,6 @@ ;;;; recoder.lisp -- SAX handler for string conversion ;;;; -;;;; 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. ;;;; ;;;; Developed 2004 for headcraft - http://headcraft.de/
Index: cxml/xml/sax-proxy.lisp diff -u cxml/xml/sax-proxy.lisp:1.1.1.1 cxml/xml/sax-proxy.lisp:1.2 --- cxml/xml/sax-proxy.lisp:1.1.1.1 Sun Mar 13 19:02:58 2005 +++ cxml/xml/sax-proxy.lisp Mon Nov 28 23:33:47 2005 @@ -1,6 +1,6 @@ ;;;; sax-proxy.lisp ;;;; -;;;; 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. ;;;; ;;;; Copyright (c) 2004 David Lichteblau
Index: cxml/xml/unparse.lisp diff -u cxml/xml/unparse.lisp:1.2 cxml/xml/unparse.lisp:1.3 --- cxml/xml/unparse.lisp:1.2 Sun Nov 27 00:57:10 2005 +++ cxml/xml/unparse.lisp Mon Nov 28 23:33:47 2005 @@ -5,7 +5,7 @@ ;;; Created: 1999-09-09 ;;; Author: Gilbert Baumann unk6@rz.uni-karlsruhe.de ;;; Author: David Lichteblau david@lichteblau.com -;;; License: LGPL (See file COPYING for details). +;;; License: Lisp-LGPL (See file COPYING for details). ;;; --------------------------------------------------------------------------- ;;; © copyright 1999 by Gilbert Baumann ;;; © copyright 2004 by knowledgeTools Int. GmbH
Index: cxml/xml/util.lisp diff -u cxml/xml/util.lisp:1.1 cxml/xml/util.lisp:1.2 --- cxml/xml/util.lisp:1.1 Fri Mar 25 19:17:34 2005 +++ cxml/xml/util.lisp Mon Nov 28 23:33:47 2005 @@ -3,7 +3,7 @@ ;;; Title: Some common utilities for the Closure browser ;;; Created: 1997-12-27 ;;; Author: Gilbert Baumann unk6@rz.uni-karlsruhe.de -;;; License: LLGPL (See file COPYING for details). +;;; License: Lisp-LGPL (See file COPYING for details). ;;; --------------------------------------------------------------------------- ;;; (c) copyright 1997-1999 by Gilbert Baumann
Index: cxml/xml/xml-name-rune-p.lisp diff -u cxml/xml/xml-name-rune-p.lisp:1.5 cxml/xml/xml-name-rune-p.lisp:1.6 --- cxml/xml/xml-name-rune-p.lisp:1.5 Sun Nov 27 00:25:29 2005 +++ cxml/xml/xml-name-rune-p.lisp Mon Nov 28 23:33:47 2005 @@ -1,6 +1,6 @@ ;;;; xml-name-rune-p -- character class definitions ;;;; -;;;; 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@rz.uni-karlsruhe.de
Index: cxml/xml/xml-parse.lisp diff -u cxml/xml/xml-parse.lisp:1.43 cxml/xml/xml-parse.lisp:1.44 --- cxml/xml/xml-parse.lisp:1.43 Mon Nov 28 23:22:52 2005 +++ cxml/xml/xml-parse.lisp Mon Nov 28 23:33:47 2005 @@ -5,7 +5,7 @@ ;;; Author: Gilbert Baumann unk6@rz.uni-karlsruhe.de ;;; Author: Henrik Motakef hmot@henrik-motakef.de ;;; Author: David Lichteblau david@lichteblau.com -;;; License: LGPL (See file COPYING for details). +;;; License: Lisp-LGPL (See file COPYING for details). ;;; --------------------------------------------------------------------------- ;;; © copyright 1999 by Gilbert Baumann ;;; © copyright 2003 by Henrik Motakef
Index: cxml/xml/xmls-compat.lisp diff -u cxml/xml/xmls-compat.lisp:1.1.1.5 cxml/xml/xmls-compat.lisp:1.2 --- cxml/xml/xmls-compat.lisp:1.1.1.5 Sun Mar 13 19:02:57 2005 +++ cxml/xml/xmls-compat.lisp Mon Nov 28 23:33:47 2005 @@ -1,6 +1,6 @@ ;;;; xml-compat.lisp -- XMLS-compatible data structures ;;;; -;;;; 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. ;;;; ;;;; Developed 2004 for headcraft - http://headcraft.de/