lucene-NOTICE.txt 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. Apache Lucene
  2. Copyright 2014 The Apache Software Foundation
  3. This product includes software developed at
  4. The Apache Software Foundation (http://www.apache.org/).
  5. Includes software from other Apache Software Foundation projects,
  6. including, but not limited to:
  7. - Apache Ant
  8. - Apache Jakarta Regexp
  9. - Apache Commons
  10. - Apache Xerces
  11. ICU4J, (under analysis/icu) is licensed under an MIT styles license
  12. and Copyright (c) 1995-2008 International Business Machines Corporation and others
  13. Some data files (under analysis/icu/src/data) are derived from Unicode data such
  14. as the Unicode Character Database. See http://unicode.org/copyright.html for more
  15. details.
  16. Brics Automaton (under core/src/java/org/apache/lucene/util/automaton) is
  17. BSD-licensed, created by Anders Møller. See http://www.brics.dk/automaton/
  18. The levenshtein automata tables (under core/src/java/org/apache/lucene/util/automaton) were
  19. automatically generated with the moman/finenight FSA library, created by
  20. Jean-Philippe Barrette-LaPierre. This library is available under an MIT license,
  21. see http://sites.google.com/site/rrettesite/moman and
  22. http://bitbucket.org/jpbarrette/moman/overview/
  23. The class org.apache.lucene.util.WeakIdentityMap was derived from
  24. the Apache CXF project and is Apache License 2.0.
  25. The Google Code Prettify is Apache License 2.0.
  26. See http://code.google.com/p/google-code-prettify/
  27. JUnit (junit-4.10) is licensed under the Common Public License v. 1.0
  28. See http://junit.sourceforge.net/cpl-v10.html
  29. This product includes code (JaspellTernarySearchTrie) from Java Spelling Checkin
  30. g Package (jaspell): http://jaspell.sourceforge.net/
  31. License: The BSD License (http://www.opensource.org/licenses/bsd-license.php)
  32. The snowball stemmers in
  33. analysis/common/src/java/net/sf/snowball
  34. were developed by Martin Porter and Richard Boulton.
  35. The snowball stopword lists in
  36. analysis/common/src/resources/org/apache/lucene/analysis/snowball
  37. were developed by Martin Porter and Richard Boulton.
  38. The full snowball package is available from
  39. http://snowball.tartarus.org/
  40. The KStem stemmer in
  41. analysis/common/src/org/apache/lucene/analysis/en
  42. was developed by Bob Krovetz and Sergio Guzman-Lara (CIIR-UMass Amherst)
  43. under the BSD-license.
  44. The Arabic,Persian,Romanian,Bulgarian, and Hindi analyzers (common) come with a default
  45. stopword list that is BSD-licensed created by Jacques Savoy. These files reside in:
  46. analysis/common/src/resources/org/apache/lucene/analysis/ar/stopwords.txt,
  47. analysis/common/src/resources/org/apache/lucene/analysis/fa/stopwords.txt,
  48. analysis/common/src/resources/org/apache/lucene/analysis/ro/stopwords.txt,
  49. analysis/common/src/resources/org/apache/lucene/analysis/bg/stopwords.txt,
  50. analysis/common/src/resources/org/apache/lucene/analysis/hi/stopwords.txt
  51. See http://members.unine.ch/jacques.savoy/clef/index.html.
  52. The German,Spanish,Finnish,French,Hungarian,Italian,Portuguese,Russian and Swedish light stemmers
  53. (common) are based on BSD-licensed reference implementations created by Jacques Savoy and
  54. Ljiljana Dolamic. These files reside in:
  55. analysis/common/src/java/org/apache/lucene/analysis/de/GermanLightStemmer.java
  56. analysis/common/src/java/org/apache/lucene/analysis/de/GermanMinimalStemmer.java
  57. analysis/common/src/java/org/apache/lucene/analysis/es/SpanishLightStemmer.java
  58. analysis/common/src/java/org/apache/lucene/analysis/fi/FinnishLightStemmer.java
  59. analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchLightStemmer.java
  60. analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchMinimalStemmer.java
  61. analysis/common/src/java/org/apache/lucene/analysis/hu/HungarianLightStemmer.java
  62. analysis/common/src/java/org/apache/lucene/analysis/it/ItalianLightStemmer.java
  63. analysis/common/src/java/org/apache/lucene/analysis/pt/PortugueseLightStemmer.java
  64. analysis/common/src/java/org/apache/lucene/analysis/ru/RussianLightStemmer.java
  65. analysis/common/src/java/org/apache/lucene/analysis/sv/SwedishLightStemmer.java
  66. The Stempel analyzer (stempel) includes BSD-licensed software developed
  67. by the Egothor project http://egothor.sf.net/, created by Leo Galambos, Martin Kvapil,
  68. and Edmond Nolan.
  69. The Polish analyzer (stempel) comes with a default
  70. stopword list that is BSD-licensed created by the Carrot2 project. The file resides
  71. in stempel/src/resources/org/apache/lucene/analysis/pl/stopwords.txt.
  72. See http://project.carrot2.org/license.html.
  73. The SmartChineseAnalyzer source code (smartcn) was
  74. provided by Xiaoping Gao and copyright 2009 by www.imdict.net.
  75. WordBreakTestUnicode_*.java (under modules/analysis/common/src/test/)
  76. is derived from Unicode data such as the Unicode Character Database.
  77. See http://unicode.org/copyright.html for more details.
  78. The Morfologik analyzer (morfologik) includes BSD-licensed software
  79. developed by Dawid Weiss and Marcin Miłkowski (http://morfologik.blogspot.com/).
  80. Morfologik uses data from Polish ispell/myspell dictionary
  81. (http://www.sjp.pl/slownik/en/) licenced on the terms of (inter alia)
  82. LGPL and Creative Commons ShareAlike.
  83. Morfologic includes data from BSD-licensed dictionary of Polish (SGJP)
  84. (http://sgjp.pl/morfeusz/)
  85. Servlet-api.jar and javax.servlet-*.jar are under the CDDL license, the original
  86. source code for this can be found at http://www.eclipse.org/jetty/downloads.php
  87. ===========================================================================
  88. Kuromoji Japanese Morphological Analyzer - Apache Lucene Integration
  89. ===========================================================================
  90. This software includes a binary and/or source version of data from
  91. mecab-ipadic-2.7.0-20070801
  92. which can be obtained from
  93. http://atilika.com/releases/mecab-ipadic/mecab-ipadic-2.7.0-20070801.tar.gz
  94. or
  95. http://jaist.dl.sourceforge.net/project/mecab/mecab-ipadic/2.7.0-20070801/mecab-ipadic-2.7.0-20070801.tar.gz
  96. ===========================================================================
  97. mecab-ipadic-2.7.0-20070801 Notice
  98. ===========================================================================
  99. Nara Institute of Science and Technology (NAIST),
  100. the copyright holders, disclaims all warranties with regard to this
  101. software, including all implied warranties of merchantability and
  102. fitness, in no event shall NAIST be liable for
  103. any special, indirect or consequential damages or any damages
  104. whatsoever resulting from loss of use, data or profits, whether in an
  105. action of contract, negligence or other tortuous action, arising out
  106. of or in connection with the use or performance of this software.
  107. A large portion of the dictionary entries
  108. originate from ICOT Free Software. The following conditions for ICOT
  109. Free Software applies to the current dictionary as well.
  110. Each User may also freely distribute the Program, whether in its
  111. original form or modified, to any third party or parties, PROVIDED
  112. that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
  113. on, or be attached to, the Program, which is distributed substantially
  114. in the same form as set out herein and that such intended
  115. distribution, if actually made, will neither violate or otherwise
  116. contravene any of the laws and regulations of the countries having
  117. jurisdiction over the User or the intended distribution itself.
  118. NO WARRANTY
  119. The program was produced on an experimental basis in the course of the
  120. research and development conducted during the project and is provided
  121. to users as so produced on an experimental basis. Accordingly, the
  122. program is provided without any warranty whatsoever, whether express,
  123. implied, statutory or otherwise. The term "warranty" used herein
  124. includes, but is not limited to, any warranty of the quality,
  125. performance, merchantability and fitness for a particular purpose of
  126. the program and the nonexistence of any infringement or violation of
  127. any right of any third party.
  128. Each user of the program will agree and understand, and be deemed to
  129. have agreed and understood, that there is no warranty whatsoever for
  130. the program and, accordingly, the entire risk arising from or
  131. otherwise connected with the program is assumed by the user.
  132. Therefore, neither ICOT, the copyright holder, or any other
  133. organization that participated in or was otherwise related to the
  134. development of the program and their respective officials, directors,
  135. officers and other employees shall be held liable for any and all
  136. damages, including, without limitation, general, special, incidental
  137. and consequential damages, arising out of or otherwise in connection
  138. with the use or inability to use the program or any product, material
  139. or result produced or otherwise obtained by using the program,
  140. regardless of whether they have been advised of, or otherwise had
  141. knowledge of, the possibility of such damages at any time during the
  142. project or thereafter. Each user will be deemed to have agreed to the
  143. foregoing by his or her commencement of use of the program. The term
  144. "use" as used herein includes, but is not limited to, the use,
  145. modification, copying and distribution of the program and the
  146. production of secondary products from the program.
  147. In the case where the program, whether in its original form or
  148. modified, was distributed or delivered to or received by a user from
  149. any person, organization or entity other than ICOT, unless it makes or
  150. grants independently of ICOT any specific warranty to the user in
  151. writing, such person, organization or entity, will also be exempted
  152. from and not be held liable to the user for any such damages as noted
  153. above as far as the program is concerned.