This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xerces-j.git
The following commit(s) were added to refs/heads/main by this push:
new 42e157cd0 Remove SAX license (#17)
42e157cd0 is described below
commit 42e157cd0d9591db7c26ff913b5cbbae75fac636
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Tue Oct 21 12:19:37 2025 +0000
Remove SAX license (#17)
* Remove SAX license
* Remove SAX license
---
LICENSE-SAX.html | 17 -----------------
build.xml | 2 --
2 files changed, 19 deletions(-)
diff --git a/LICENSE-SAX.html b/LICENSE-SAX.html
deleted file mode 100644
index f71352be2..000000000
--- a/LICENSE-SAX.html
+++ /dev/null
@@ -1,17 +0,0 @@
- <html>
- <head>SAX LICENSE</head>
- <body>
- <p>This license applies to all interfaces and classes in the
- org/xml/sax hierarchy.
- </p>
- <p>
- <blockquote>
- <em>This module, both source code and documentation, is in the
- Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>
- See <a href='http://www.saxproject.org'>http://www.saxproject.org</a>
- for further information.
- </blockquote>
- </p>
-</body>
-</html>
-
diff --git a/build.xml b/build.xml
index efce5f81c..c6c036961 100644
--- a/build.xml
+++ b/build.xml
@@ -581,7 +581,6 @@ Authors:
<copy file="NOTICE.serializer.txt"
tofile="${distsrc.dir}/NOTICE.serializer.txt"/>
<copy file="LICENSE.DOM-documentation.html"
tofile="${distsrc.dir}/LICENSE.DOM-documentation.html"/>
<copy file="LICENSE.DOM-software.html"
tofile="${distsrc.dir}/LICENSE.DOM-software.html"/>
- <copy file="LICENSE-SAX.html" tofile="${distsrc.dir}/LICENSE-SAX.html"/>
<copy file="LICENSE.resolver.txt"
tofile="${distsrc.dir}/LICENSE.resolver.txt"/>
<copy file="LICENSE.serializer.txt"
tofile="${distsrc.dir}/LICENSE.serializer.txt"/>
<copy file="README" tofile="${distsrc.dir}/README"/>
@@ -677,7 +676,6 @@ Authors:
<copy file="NOTICE.serializer.txt"
tofile="${distsrc.dir}/NOTICE.serializer.txt"/>
<copy file="LICENSE.DOM-documentation.html"
tofile="${distsrc.dir}/LICENSE.DOM-documentation.html"/>
<copy file="LICENSE.DOM-software.html"
tofile="${distsrc.dir}/LICENSE.DOM-software.html"/>
- <copy file="LICENSE-SAX.html" tofile="${distbin.dir}/LICENSE-SAX.html"/>
<copy file="LICENSE.resolver.txt"
tofile="${distbin.dir}/LICENSE.resolver.txt"/>
<copy file="LICENSE.serializer.txt"
tofile="${distsrc.dir}/LICENSE.serializer.txt"/>
<copy file="Readme.html" tofile="${distbin.dir}/Readme.html"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]