From e72d644c32d674afcf4651ed9a6a324ac56ebdfb Mon Sep 17 00:00:00 2001 From: curcuru Date: Thu, 31 Jan 2002 23:26:48 +0000 Subject: [PATCH] LICENSE and README information about all SAX sources git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225954 13f79535-47bb-0310-9956-ffa450edef68 --- java/external/LICENSE.sax.txt | 23 +++++++++++++++++++++++ java/external/README.sax.txt | 24 ++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 java/external/LICENSE.sax.txt create mode 100644 java/external/README.sax.txt diff --git a/java/external/LICENSE.sax.txt b/java/external/LICENSE.sax.txt new file mode 100644 index 0000000..187d32f --- /dev/null +++ b/java/external/LICENSE.sax.txt @@ -0,0 +1,23 @@ +xml-commons/java/external/LICENSE.sax.txt $Id$ + + +This license came from: http://www.megginson.com/SAX/copying.html + However please note future versions of SAX may be covered + under http://saxproject.org/?selected=pd + + +This page is now out of date -- see the new SAX site at +http://www.saxproject.org/ for more up-to-date +releases and other information. Please change your bookmarks. + + +SAX2 is Free! + +I hereby abandon any property rights to SAX 2.0 (the Simple API for +XML), and release all of the SAX 2.0 source code, compiled code, and +documentation contained in this distribution into the Public Domain. +SAX comes with NO WARRANTY or guarantee of fitness for any +purpose. + +David Megginson, david@megginson.com +2000-05-05 \ No newline at end of file diff --git a/java/external/README.sax.txt b/java/external/README.sax.txt new file mode 100644 index 0000000..ae0052f --- /dev/null +++ b/java/external/README.sax.txt @@ -0,0 +1,24 @@ +xml-commons/java/external/README.sax.txt $Id$ + + +HEAR YE, HEAR YE! + + +All of the .java software and associated documentation about +SAX in this repository are distributed freely in the +public domain. + + +LICENSE.sax.txt covers all software and documentation from the +megginson.com including the following in the xml-commons project: + + xml-commons/java/external/src/org/xml/sax + and all subdirectories + xml-commons/java/external/xdocs/sax + and all subdirectories + + +The actual SAX classes in xml-commons came from: + http://www.megginson.com/Software/index.html + The original versions are tagged 'SAX-2_0-r2-prerelease' +