mirror of https://github.com/apache/lucene.git
Cleanup NOTICE.txt (#12227)
- Ant is no longer used as the build system for Lucene - JUnit is not packaged in a Lucene release - The Float16Converter was removed before the PR it was used in was merged: https://github.com/apache/lucene-solr/pull/2108
This commit is contained in:
parent
1b349317f6
commit
efc5732d43
|
@ -6,7 +6,6 @@ The Apache Software Foundation (http://www.apache.org/).
|
|||
|
||||
Includes software from other Apache Software Foundation projects,
|
||||
including, but not limited to:
|
||||
- Apache Ant
|
||||
- Apache Jakarta Regexp
|
||||
- Apache Commons
|
||||
- Apache Xerces
|
||||
|
@ -38,9 +37,6 @@ under the 2-clause BSD license.
|
|||
The Google Code Prettify is Apache License 2.0.
|
||||
See http://code.google.com/p/google-code-prettify/
|
||||
|
||||
JUnit (junit-4.10) is licensed under the Common Public License v. 1.0
|
||||
See http://junit.sourceforge.net/cpl-v10.html
|
||||
|
||||
This product includes code (JaspellTernarySearchTrie) from Java Spelling Checkin
|
||||
g Package (jaspell): http://jaspell.sourceforge.net/
|
||||
License: The BSD License (http://www.opensource.org/licenses/bsd-license.php)
|
||||
|
@ -203,5 +199,3 @@ which can be obtained from
|
|||
|
||||
https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/mecab-ko-dic-2.0.3-20170922.tar.gz
|
||||
|
||||
The floating point precision conversion in NumericUtils.Float16Converter is derived from work by
|
||||
Jeroen van der Zijp, granted for use under the Apache license.
|
||||
|
|
Loading…
Reference in New Issue