sync up NOTICE

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-05-09 03:09:16 +00:00
parent ca6a3a1b5f
commit d118a98365
1 changed files with 0 additions and 5 deletions

View File

@ -69,11 +69,6 @@ Jean-Philippe Barrette-LaPierre. This library is available under an MIT license,
see http://sites.google.com/site/rrettesite/moman and
http://bitbucket.org/jpbarrette/moman/overview/
The class org.apache.lucene.util.SorterTemplate was inspired by CGLIB's class
with the same name. The implementation part is mainly done using pre-existing
Lucene sorting code. In-place stable mergesort was borrowed from CGLIB,
which is Apache-licensed.
The class org.apache.lucene.util.WeakIdentityMap was derived from
the Apache CXF project and is Apache License 2.0.