Browse Source

fix references to license files. PR 46390

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@726650 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
f0d6ce37d9
3 changed files with 17 additions and 5 deletions
  1. +11
    -0
      NOTICE
  2. +5
    -4
      lib/README
  3. +1
    -1
      lib/optional/README

+ 11
- 0
NOTICE View File

@@ -18,6 +18,17 @@
Graphics Corp that has been kindly donated to the Apache Software
Foundation.

=========================================================================
== NOTICE file corresponding to section 4(d) of the Apache License, ==
== Version 2.0, in this case for the Apache Xerces Java distribution. ==
=========================================================================

Apache Xerces Java
Copyright 1999-2008 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

Portions of this software were originally based on the following:
- software copyright (c) 1999, IBM Corporation., http://www.ibm.com.
- software copyright (c) 1999, Sun Microsystems., http://www.sun.com.


+ 5
- 4
lib/README View File

@@ -5,12 +5,13 @@ tasks and features.
This directory contains xercesImpl.jar from the 2.9.0 release of
Apache Xerces. For more information or newer releases see
<http://xerces.apache.org/xerces2-j/>. Xerces is provided under the
same license as Apache Ant itself, see the file LICENSE.txt. For
additional Xerces specific notes see the file NOTICE.xerces.
same license as Apache Ant itself, see the file LICENSE. For
additional Xerces specific notes see the file NOTICE.

It also contains xml-apis.jar, an Apache-controlled collection of
standard classes from the 1.3.04 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.
<http://xml.apache.org/commons/>. See the "W3C® SOFTWARE NOTICE AND
LICENSE" and SAX2 notice in the file LICENSE for the terms of
distribution.


+ 1
- 1
lib/optional/README View File

@@ -1,3 +1,3 @@
The file junit-3.8.2.jar is version 3.8.2 of JUnit, see the file LICENSE.junit
The file junit-3.8.2.jar is version 3.8.2 of JUnit, see the file LICENSE.junit.html
for the terms of distribution. For more information about JUnit or
the latest release, see <http://www.junit.org/>.

Loading…
Cancel
Save