bodewig 2002/06/25 04:16:04
Modified: . Tag: ANT_15_BRANCH build.xml
lib Tag: ANT_15_BRANCH README
Added: . Tag: ANT_15_BRANCH LICENSE.dom LICENSE.sax
Log:
Legal stuff for xml-apis.jar
Revision Changes Path
No revision
No revision
1.304.2.19 +6 -0 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.304.2.18
retrieving revision 1.304.2.19
diff -u -r1.304.2.18 -r1.304.2.19
--- build.xml 24 Jun 2002 07:20:24 -0000 1.304.2.18
+++ build.xml 25 Jun 2002 11:16:03 -0000 1.304.2.19
@@ -632,6 +632,8 @@
<fileset dir=".">
<include name="LICENSE" />
<include name="LICENSE.xerces" />
+ <include name="LICENSE.dom" />
+ <include name="LICENSE.sax" />
</fileset>
<mapper type="glob" from="*" to="*.txt" />
</copy>
@@ -814,6 +816,8 @@
<include name="README"/>
<include name="LICENSE"/>
<include name="LICENSE.xerces"/>
+ <include name="LICENSE.dom"/>
+ <include name="LICENSE.sax"/>
<include name="TODO"/>
<include name="WHATSNEW"/>
<include name="KEYS"/>
@@ -898,6 +902,8 @@
<include name="README"/>
<include name="LICENSE"/>
<include name="LICENSE.xerces"/>
+ <include name="LICENSE.dom"/>
+ <include name="LICENSE.sax"/>
<include name="TODO"/>
<include name="WHATSNEW"/>
<include name="KEYS"/>
No revision
No revision
1.1.2.1 +71 -0 jakarta-ant/Attic/LICENSE.dom
1.1.2.1 +20 -0 jakarta-ant/Attic/LICENSE.sax
No revision
No revision
1.9.2.2 +8 -1 jakarta-ant/lib/README
Index: README
===================================================================
RCS file: /home/cvs/jakarta-ant/lib/README,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -r1.9.2.1 -r1.9.2.2
--- README 25 Jun 2002 06:23:47 -0000 1.9.2.1
+++ README 25 Jun 2002 11:16:04 -0000 1.9.2.2
@@ -4,5 +4,12 @@
This directory contains xercesImpl.jar from the 2.0.2 release of
Apache Xerces. For more information or newer releases see
-<http://xml.apache.org/xerces2-j/>.
+<http://xml.apache.org/xerces2-j/>. See the file LICENSE.xerces for
+the terms of distribution.
+
+It also contains xml-apis.jar, an Apache-controlled collection of
+standard classes from the 1.0b2 release of the Apache XML-Commons
+release. For more information or newer releases see
+<http://xml.apache.org/commons/>. See the files LICENSE.dom and
+LICENSE.sax for the terms of distribution.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>