From 938dca13b5d49edd6f7e20be8fe840ed77a85a9d Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Mon, 28 Nov 2005 22:33:29 +0000 Subject: [PATCH] +
  • Gilbert Baumann has clarified the license as Lisp-LGPL.
  • --- runes/COPYING => COPYING | 0 README.html | 3 +- dom/COPYING | 459 --------------------------------------- dom/dom-builder.lisp | 2 +- dom/dom-impl.lisp | 2 +- dom/dom-sax.lisp | 35 ++- dom/package.lisp | 9 +- runes/characters.lisp | 2 +- runes/definline.lisp | 2 +- runes/runes.lisp | 2 +- runes/syntax.lisp | 17 +- runes/xstream.lisp | 2 +- xml/COPYING | 459 --------------------------------------- xml/catalog.lisp | 374 +++++++++++++++++++++++-------- xml/characters.lisp | 82 ++++--- xml/package.lisp | 2 +- xml/recoder.lisp | 8 + xml/sax-proxy.lisp | 2 +- xml/unparse.lisp | 2 +- xml/util.lisp | 2 +- xml/xml-name-rune-p.lisp | 2 +- xml/xml-parse.lisp | 2 +- xml/xmls-compat.lisp | 103 ++++++--- 23 files changed, 456 insertions(+), 1117 deletions(-) rename runes/COPYING => COPYING (100%) delete mode 100644 dom/COPYING delete mode 100644 xml/COPYING diff --git a/runes/COPYING b/COPYING similarity index 100% rename from runes/COPYING rename to COPYING diff --git a/README.html b/README.html index 3688054..cbbee55 100644 --- a/README.html +++ b/README.html @@ -75,7 +75,7 @@

    - CXML is licensed under (L)LGPL. + CXML is licensed under Lisp-LGPL.

    @@ -96,6 +96,7 @@ reported as instances of well-formedness-violation. We also print line number information. +

  • Gilbert Baumann has clarified the license as Lisp-LGPL.
  • rel-2005-06-25