source: sandbox/expresso-solr/solr/NOTICE.txt @ 7588

Revision 7588, 23.3 KB checked in by adir, 11 years ago (diff)

Ticket #000 - Adicionando a integracao de buscas com Solr na base a ser isnerida na comunidade

Line 
1==============================================================
2 Apache Solr
3 Copyright 2006-2012 The Apache Software Foundation
4==============================================================
5
6This product includes software developed by
7The Apache Software Foundation (http://www.apache.org/).
8
9Includes software from other Apache Software Foundation projects,
10including, but not limited to:
11  - Apache Lucene Java
12  - Apache Tomcat (servlet-api-2.4)
13  - Apache Commons
14  - Apache Geronimo (stax API)
15
16This product includes the JQuery JavaScript library created by John Resig.
17Copyright (c) 2010 John Resig, http://jquery.com/
18
19This product includes the D3.js JavaScript library created by Michael Bostock.
20Copyright (c) 2012, Michael Bostock, https://github.com/mbostock/d3
21
22This product includes the highlight.js Javascript library created by Ivan Sagalaev
23Copyright (c) 2006, Ivan Sagalaev, https://github.com/isagalaev/highlight.js
24
25stax-utils library: https://stax-utils.dev.java.net/
26Copyright (c) 2004, Christian Niles, unit12.net
27Copyright (c) 2004, Sun Microsystems, Inc.
28Copyright (c) 2006, John Kristian
29License: The BSD License (http://www.opensource.org/licenses/bsd-license.php)
30
31JavaMail API 1.4.1: https://glassfish.dev.java.net/javaee5/mail/
32License: Common Development and Distribution License (CDDL) v1.0 (https://glassfish.dev.java.net/public/CDDLv1.0.html)
33
34JavaBeans Activation Framework (JAF): http://java.sun.com/products/javabeans/jaf/index.jsp
35License: Common Development and Distribution License (CDDL) v1.0 (https://glassfish.dev.java.net/public/CDDLv1.0.html)
36
37HSQL Database (HSQLDB): http://hsqldb.org/
38License: http://hsqldb.org/web/hsqlLicense.html
39
40=========================================================================
41==  Apache Lucene Notice                                               ==
42=========================================================================
43
44Apache Lucene
45Copyright 2012 The Apache Software Foundation
46
47This product includes software developed by
48The Apache Software Foundation (http://www.apache.org/).
49
50Includes software from other Apache Software Foundation projects,
51including, but not limited to:
52 - Apache Ant
53 - Apache Jakarta Regexp
54 - Apache Commons
55 - Apache Xerces
56
57ICU4J, (under analysis/icu) is licensed under an MIT styles license
58and Copyright (c) 1995-2008 International Business Machines Corporation and others
59
60Some data files (under analysis/icu/src/data) are derived from Unicode data such
61as the Unicode Character Database. See http://unicode.org/copyright.html for more
62details.
63
64Brics Automaton (under core/src/java/org/apache/lucene/util/automaton) is
65BSD-licensed, created by Anders MÞller. See http://www.brics.dk/automaton/
66
67The levenshtein automata tables (under core/src/java/org/apache/lucene/util/automaton) were
68automatically generated with the moman/finenight FSA library, created by
69Jean-Philippe Barrette-LaPierre. This library is available under an MIT license,
70see http://sites.google.com/site/rrettesite/moman and
71http://bitbucket.org/jpbarrette/moman/overview/
72
73The class org.apache.lucene.util.SorterTemplate was inspired by CGLIB's class
74with the same name. The implementation part is mainly done using pre-existing
75Lucene sorting code. In-place stable mergesort was borrowed from CGLIB,
76which is Apache-licensed.
77
78The class org.apache.lucene.util.WeakIdentityMap was derived from
79the Apache CXF project and is Apache License 2.0.
80
81The Google Code Prettify is Apache License 2.0.
82See http://code.google.com/p/google-code-prettify/
83
84JUnit (junit-4.10) is licensed under the Common Public License v. 1.0
85See http://junit.sourceforge.net/cpl-v10.html
86
87This product includes code (JaspellTernarySearchTrie) from Java Spelling Checkin
88g Package (jaspell): http://jaspell.sourceforge.net/
89License: The BSD License (http://www.opensource.org/licenses/bsd-license.php)
90
91The snowball stemmers in
92  analysis/common/src/java/net/sf/snowball
93were developed by Martin Porter and Richard Boulton.
94The snowball stopword lists in
95  analysis/common/src/resources/org/apache/lucene/analysis/snowball
96were developed by Martin Porter and Richard Boulton.
97The full snowball package is available from
98  http://snowball.tartarus.org/
99
100The KStem stemmer in
101  analysis/common/src/org/apache/lucene/analysis/en
102was developed by Bob Krovetz and Sergio Guzman-Lara (CIIR-UMass Amherst)
103under the BSD-license.
104
105The Arabic,Persian,Romanian,Bulgarian, and Hindi analyzers (common) come with a default
106stopword list that is BSD-licensed created by Jacques Savoy.  These files reside in:
107analysis/common/src/resources/org/apache/lucene/analysis/ar/stopwords.txt,
108analysis/common/src/resources/org/apache/lucene/analysis/fa/stopwords.txt,
109analysis/common/src/resources/org/apache/lucene/analysis/ro/stopwords.txt,
110analysis/common/src/resources/org/apache/lucene/analysis/bg/stopwords.txt,
111analysis/common/src/resources/org/apache/lucene/analysis/hi/stopwords.txt
112See http://members.unine.ch/jacques.savoy/clef/index.html.
113
114The German,Spanish,Finnish,French,Hungarian,Italian,Portuguese,Russian and Swedish light stemmers
115(common) are based on BSD-licensed reference implementations created by Jacques Savoy and
116Ljiljana Dolamic. These files reside in:
117analysis/common/src/java/org/apache/lucene/analysis/de/GermanLightStemmer.java
118analysis/common/src/java/org/apache/lucene/analysis/de/GermanMinimalStemmer.java
119analysis/common/src/java/org/apache/lucene/analysis/es/SpanishLightStemmer.java
120analysis/common/src/java/org/apache/lucene/analysis/fi/FinnishLightStemmer.java
121analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchLightStemmer.java
122analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchMinimalStemmer.java
123analysis/common/src/java/org/apache/lucene/analysis/hu/HungarianLightStemmer.java
124analysis/common/src/java/org/apache/lucene/analysis/it/ItalianLightStemmer.java
125analysis/common/src/java/org/apache/lucene/analysis/pt/PortugueseLightStemmer.java
126analysis/common/src/java/org/apache/lucene/analysis/ru/RussianLightStemmer.java
127analysis/common/src/java/org/apache/lucene/analysis/sv/SwedishLightStemmer.java
128
129The Stempel analyzer (stempel) includes BSD-licensed software developed
130by the Egothor project http://egothor.sf.net/, created by Leo Galambos, Martin Kvapil,
131and Edmond Nolan.
132
133The Polish analyzer (stempel) comes with a default
134stopword list that is BSD-licensed created by the Carrot2 project. The file resides
135in stempel/src/resources/org/apache/lucene/analysis/pl/stopwords.txt.
136See http://project.carrot2.org/license.html.
137
138The SmartChineseAnalyzer source code (smartcn) was
139provided by Xiaoping Gao and copyright 2009 by www.imdict.net.
140
141WordBreakTestUnicode_*.java (under modules/analysis/common/src/test/)
142is derived from Unicode data such as the Unicode Character Database.
143See http://unicode.org/copyright.html for more details.
144
145The Morfologik analyzer (morfologik) includes BSD-licensed software
146developed by Dawid Weiss and Marcin Miłkowski (http://morfologik.blogspot.com/).
147
148Morfologik uses data from Polish ispell/myspell dictionary
149(http://www.sjp.pl/slownik/en/) licenced on the terms of (inter alia)
150LGPL and Creative Commons ShareAlike.
151
152Morfologic includes data from BSD-licensed dictionary of Polish (SGJP)
153(http://sgjp.pl/morfeusz/)
154
155===========================================================================
156Kuromoji Japanese Morphological Analyzer - Apache Lucene Integration
157===========================================================================
158
159This software includes a binary and/or source version of data from
160
161  mecab-ipadic-2.7.0-20070801
162
163which can be obtained from
164
165  http://atilika.com/releases/mecab-ipadic/mecab-ipadic-2.7.0-20070801.tar.gz
166
167or
168
169  http://jaist.dl.sourceforge.net/project/mecab/mecab-ipadic/2.7.0-20070801/mecab-ipadic-2.7.0-20070801.tar.gz
170
171===========================================================================
172mecab-ipadic-2.7.0-20070801 Notice
173===========================================================================
174
175Nara Institute of Science and Technology (NAIST),
176the copyright holders, disclaims all warranties with regard to this
177software, including all implied warranties of merchantability and
178fitness, in no event shall NAIST be liable for
179any special, indirect or consequential damages or any damages
180whatsoever resulting from loss of use, data or profits, whether in an
181action of contract, negligence or other tortuous action, arising out
182of or in connection with the use or performance of this software.
183
184A large portion of the dictionary entries
185originate from ICOT Free Software.  The following conditions for ICOT
186Free Software applies to the current dictionary as well.
187
188Each User may also freely distribute the Program, whether in its
189original form or modified, to any third party or parties, PROVIDED
190that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
191on, or be attached to, the Program, which is distributed substantially
192in the same form as set out herein and that such intended
193distribution, if actually made, will neither violate or otherwise
194contravene any of the laws and regulations of the countries having
195jurisdiction over the User or the intended distribution itself.
196
197NO WARRANTY
198
199The program was produced on an experimental basis in the course of the
200research and development conducted during the project and is provided
201to users as so produced on an experimental basis.  Accordingly, the
202program is provided without any warranty whatsoever, whether express,
203implied, statutory or otherwise.  The term "warranty" used herein
204includes, but is not limited to, any warranty of the quality,
205performance, merchantability and fitness for a particular purpose of
206the program and the nonexistence of any infringement or violation of
207any right of any third party.
208
209Each user of the program will agree and understand, and be deemed to
210have agreed and understood, that there is no warranty whatsoever for
211the program and, accordingly, the entire risk arising from or
212otherwise connected with the program is assumed by the user.
213
214Therefore, neither ICOT, the copyright holder, or any other
215organization that participated in or was otherwise related to the
216development of the program and their respective officials, directors,
217officers and other employees shall be held liable for any and all
218damages, including, without limitation, general, special, incidental
219and consequential damages, arising out of or otherwise in connection
220with the use or inability to use the program or any product, material
221or result produced or otherwise obtained by using the program,
222regardless of whether they have been advised of, or otherwise had
223knowledge of, the possibility of such damages at any time during the
224project or thereafter.  Each user will be deemed to have agreed to the
225foregoing by his or her commencement of use of the program.  The term
226"use" as used herein includes, but is not limited to, the use,
227modification, copying and distribution of the program and the
228production of secondary products from the program.
229
230In the case where the program, whether in its original form or
231modified, was distributed or delivered to or received by a user from
232any person, organization or entity other than ICOT, unless it makes or
233grants independently of ICOT any specific warranty to the user in
234writing, such person, organization or entity, will also be exempted
235from and not be held liable to the user for any such damages as noted
236above as far as the program is concerned.
237---
238
239This product includes/uses software, Woodstox (http://woodstox.codehaus.org),
240developed by Codehaus  (http://www.codehaus.org/)
241License: The Apache Software License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)
242=========================================================================
243==  Woodstox Notice                                                    ==
244=========================================================================
245This product currently only contains code developed by authors
246of specific components, as identified by the source code files.
247
248Since product implements StAX API, it has dependencies to StAX API
249classes.
250
251For additional credits (generally to people who reported problems)
252see CREDITS file.
253---
254
255This product includes software developed by the Eclipse Foundation
256(specifically, Jetty, the bundled servlet container in example),
257available under the Apache 2 License.
258
259The bundled servlet-api jar is under the CDDL license, the original source
260code for this can be found at http://www.eclipse.org/jetty/downloads.php
261
262=========================================================================
263==  SLF4J Notice -- http://www.slf4j.org/license.html                  ==
264=========================================================================
265
266Copyright (c) 2004-2008 QOS.ch
267All rights reserved.
268
269Permission is hereby granted, free  of charge, to any person obtaining
270a  copy  of this  software  and  associated  documentation files  (the
271"Software"), to  deal in  the Software without  restriction, including
272without limitation  the rights to  use, copy, modify,  merge, publish,
273distribute,  sublicense, and/or sell  copies of  the Software,  and to
274permit persons to whom the Software  is furnished to do so, subject to
275the following conditions:
276
277The  above  copyright  notice  and  this permission  notice  shall  be
278included in all copies or substantial portions of the Software.
279
280THE  SOFTWARE IS  PROVIDED  "AS  IS", WITHOUT  WARRANTY  OF ANY  KIND,
281EXPRESS OR  IMPLIED, INCLUDING  BUT NOT LIMITED  TO THE  WARRANTIES OF
282MERCHANTABILITY,    FITNESS    FOR    A   PARTICULAR    PURPOSE    AND
283NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
284LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
285OF CONTRACT, TORT OR OTHERWISE,  ARISING FROM, OUT OF OR IN CONNECTION
286WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
287
288=========================================================================
289==  Apache Tika Notices                                                ==
290=========================================================================
291
292The following notices apply to contrib/extraction:
293
294This product includes software developed by the following copyright owners:
295
296Copyright (c) 2000-2006 The Legion Of The Bouncy Castle
297(http://www.bouncycastle.org)
298
299Copyright (c) 2003-2005, www.pdfbox.org
300
301Copyright (c) 2003-2005, www.fontbox.org
302
303Copyright (c) 1995-2005 International Business Machines Corporation and others
304
305Copyright (c) 2000-2005 INRIA, France Telecom
306
307Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
308
309Copyright 2004 Sun Microsystems, Inc. (Rome JAR)
310
311Copyright 2002-2008 by John Cowan (TagSoup -- http://ccil.org/~cowan/XML/tagsoup/)
312
313Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
314(Javassist, MPL licensed: http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/)
315
316Copyright (C) 1994-2007 by the Xiph.org Foundation, http://www.xiph.org/ (OggVorbis)
317
318Scannotation (C) Bill Burke
319
320=========================================================================
321==  Language Detection Notices                                         ==
322=========================================================================
323
324The following notices apply to contrib/langid:
325
326This product includes software developed by Cybozu Labs, Inc.
327(c)2010 All rights reserved by Cybozu Labs, Inc.
328http://code.google.com/p/language-detection/
329
330This product includes software developed by the Jsonic project:
331http://sourceforge.jp/projects/jsonic/
332
333=========================================================================
334==     Carrot2 Notice                                                  ==
335=========================================================================
336Copyright (C) 2002-2010, Dawid Weiss, Stanislaw Osinski.
337Portions (C) Contributors listed in "carrot2.CONTRIBUTORS" file.
338All rights reserved.
339
340This product includes software developed by the Carrot2 Project.
341
342See http://project.carrot2.org/
343
344=========================================================================
345==     Guava Notice                                                    ==
346=========================================================================
347
348Copyright (C) 2009 Google Inc.
349
350This product includes software developed by the Google Guava project.
351
352See http://code.google.com/p/guava-libraries/
353
354=========================================================================
355==     Prettify Notice                                                 ==
356=========================================================================
357
358Copyright (C) 2009 Google Inc.
359
360This product includes software developed by the Google Prettify project.
361
362See http://code.google.com/p/google-code-prettify/
363
364=========================================================================
365==     Jackson Notice                                                  ==
366=========================================================================
367Copyright 2010 FasterXML, LLC
368
369This product includes software developed by the Jackson project.
370
371See http://jackson.codehaus.org/
372
373=========================================================================
374==     HSQLDB Notice                                                   ==
375=========================================================================
376
377For content, code, and products originally developed by Thomas Mueller and the Hypersonic SQL Group:
378
379Copyright (c) 1995-2000 by the Hypersonic SQL Group.
380All rights reserved.
381
382Redistribution and use in source and binary forms, with or without
383modification, are permitted provided that the following conditions are met:
384
385Redistributions of source code must retain the above copyright notice, this
386list of conditions and the following disclaimer.
387
388Redistributions in binary form must reproduce the above copyright notice,
389this list of conditions and the following disclaimer in the documentation
390and/or other materials provided with the distribution.
391
392Neither the name of the Hypersonic SQL Group nor the names of its
393contributors may be used to endorse or promote products derived from this
394software without specific prior written permission.
395
396THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
397AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
398IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
399ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,
400OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
401EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
402PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
403LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
404ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
405(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
406SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
407
408This software consists of voluntary contributions made by many individuals on behalf of the
409Hypersonic SQL Group.
410
411For work added by the HSQL Development Group (a.k.a. hsqldb_lic.txt):
412
413Copyright (c) 2001-2005, The HSQL Development Group
414All rights reserved.
415
416Redistribution and use in source and binary forms, with or without
417modification, are permitted provided that the following conditions are met:
418
419Redistributions of source code must retain the above copyright notice, this
420list of conditions and the following disclaimer.
421
422Redistributions in binary form must reproduce the above copyright notice,
423this list of conditions and the following disclaimer in the documentation
424and/or other materials provided with the distribution.
425
426Neither the name of the HSQL Development Group nor the names of its
427contributors may be used to endorse or promote products derived from this
428software without specific prior written permission.
429
430THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
431AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
432IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
433ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,
434OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
435EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
436PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
437LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
438ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
439(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
440SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
441
442This product includes tests written with EasyMock Copyright 2001-2007
443Tammo Freese (http://www.easymock.org/)
444
445==========================================================================
446The following license applies to easymock-2.2.jar
447--------------------------------------------------------------------------
448EasyMock 2 License (MIT License)
449Copyright (c) 2001-2007 OFFIS, Tammo Freese.
450
451Permission is hereby granted, free of charge, to any person obtaining a copy of
452this software and associated documentation files (the "Software"), to deal in
453the Software without restriction, including without limitation the rights to
454use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
455of the Software, and to permit persons to whom the Software is furnished to do
456so, subject to the following conditions:
457
458The above copyright notice and this permission notice shall be included in all
459copies or substantial portions of the Software.
460
461THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
462IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
463FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
464AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
465LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
466OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
467SOFTWARE.
468
469==========================================================================
470The following license applies to stax-utils.jar
471--------------------------------------------------------------------------
472Copyright (c) 2004, Christian Niles, unit12.net
473Copyright (c) 2004, Sun Microsystems, Inc.
474Copyright (c) 2006, John Kristian
475All rights reserved.
476
477Redistribution and use in source and binary forms, with or without
478modification, are permitted provided that the following conditions are
479met:
480
481    * Redistributions of source code must retain the above copyright
482      notice, this list of conditions and the following disclaimer.
483
484    * Redistributions in binary form must reproduce the above
485      copyright notice, this list of conditions and the following
486      disclaimer in the documentation and/or other materials provided
487      with the distribution.
488
489    * Neither the name of the listed copyright holders nor the names
490      of its contributors may be used to endorse or promote products
491      derived from this software without specific prior written
492      permission.
493
494THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
495"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
496LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
497A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
498OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
499SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
500LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
501DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
502THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
503(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
504OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Note: See TracBrowser for help on using the repository browser.