mirror of https://github.com/apache/lucene.git
use Lucene's notice verbatim, add commons, geronimo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@694313 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1bc5df133d
commit
f6e7f2efe1
17
NOTICE.txt
17
NOTICE.txt
|
@ -10,11 +10,8 @@ Includes software from other Apache Software Foundation projects,
|
||||||
including, but not limited to:
|
including, but not limited to:
|
||||||
- Apache Lucene Java
|
- Apache Lucene Java
|
||||||
- Apache Tomcat (lib/servlet-api-2.4.jar)
|
- Apache Tomcat (lib/servlet-api-2.4.jar)
|
||||||
|
- Apache Commons
|
||||||
This product includes software developed by Dr Martin Porter,
|
- Apache Geronimo (stax API jar)
|
||||||
Copyright 2001 and and Richard Boulton (for the Java developments),
|
|
||||||
Copyright 2002.
|
|
||||||
(generated snowball stemmer code in the lucene-snowball jar)
|
|
||||||
|
|
||||||
This product includes tests written with EasyMock Copyright 2001-2007
|
This product includes tests written with EasyMock Copyright 2001-2007
|
||||||
Tammo Freese (http://www.easymock.org/)
|
Tammo Freese (http://www.easymock.org/)
|
||||||
|
@ -31,6 +28,16 @@ License: The BSD License (http://www.opensource.org/licenses/bsd-license.php)
|
||||||
This product includes a JUnit jar: http://junit.sourceforge.net/
|
This product includes a JUnit jar: http://junit.sourceforge.net/
|
||||||
License: Common Public License - v 1.0 (http://junit.sourceforge.net/cpl-v10.html)
|
License: Common Public License - v 1.0 (http://junit.sourceforge.net/cpl-v10.html)
|
||||||
|
|
||||||
|
=========================================================================
|
||||||
|
== Apache Lucene Notice ==
|
||||||
|
=========================================================================
|
||||||
|
The snowball stemmers in
|
||||||
|
contrib/snowball/src/java/net/sf/snowball
|
||||||
|
were developed by Martin Porter and Richard Boulton.
|
||||||
|
The full snowball package is available from
|
||||||
|
http://snowball.tartarus.org/
|
||||||
|
---
|
||||||
|
|
||||||
This product includes/uses software, Woodstox (http://woodstox.codehaus.org),
|
This product includes/uses software, Woodstox (http://woodstox.codehaus.org),
|
||||||
developed by Codehaus (http://www.codehaus.org/)
|
developed by Codehaus (http://www.codehaus.org/)
|
||||||
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
|
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
|
||||||
|
|
Loading…
Reference in New Issue