LICENSE 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  1. Apache License
  2. Version 2.0, January 2004
  3. http://www.apache.org/licenses/
  4. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  5. 1. Definitions.
  6. "License" shall mean the terms and conditions for use, reproduction,
  7. and distribution as defined by Sections 1 through 9 of this document.
  8. "Licensor" shall mean the copyright owner or entity authorized by
  9. the copyright owner that is granting the License.
  10. "Legal Entity" shall mean the union of the acting entity and all
  11. other entities that control, are controlled by, or are under common
  12. control with that entity. For the purposes of this definition,
  13. "control" means (i) the power, direct or indirect, to cause the
  14. direction or management of such entity, whether by contract or
  15. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  16. outstanding shares, or (iii) beneficial ownership of such entity.
  17. "You" (or "Your") shall mean an individual or Legal Entity
  18. exercising permissions granted by this License.
  19. "Source" form shall mean the preferred form for making modifications,
  20. including but not limited to software source code, documentation
  21. source, and configuration files.
  22. "Object" form shall mean any form resulting from mechanical
  23. transformation or translation of a Source form, including but
  24. not limited to compiled object code, generated documentation,
  25. and conversions to other media types.
  26. "Work" shall mean the work of authorship, whether in Source or
  27. Object form, made available under the License, as indicated by a
  28. copyright notice that is included in or attached to the work
  29. (an example is provided in the Appendix below).
  30. "Derivative Works" shall mean any work, whether in Source or Object
  31. form, that is based on (or derived from) the Work and for which the
  32. editorial revisions, annotations, elaborations, or other modifications
  33. represent, as a whole, an original work of authorship. For the purposes
  34. of this License, Derivative Works shall not include works that remain
  35. separable from, or merely link (or bind by name) to the interfaces of,
  36. the Work and Derivative Works thereof.
  37. "Contribution" shall mean any work of authorship, including
  38. the original version of the Work and any modifications or additions
  39. to that Work or Derivative Works thereof, that is intentionally
  40. submitted to Licensor for inclusion in the Work by the copyright owner
  41. or by an individual or Legal Entity authorized to submit on behalf of
  42. the copyright owner. For the purposes of this definition, "submitted"
  43. means any form of electronic, verbal, or written communication sent
  44. to the Licensor or its representatives, including but not limited to
  45. communication on electronic mailing lists, source code control systems,
  46. and issue tracking systems that are managed by, or on behalf of, the
  47. Licensor for the purpose of discussing and improving the Work, but
  48. excluding communication that is conspicuously marked or otherwise
  49. designated in writing by the copyright owner as "Not a Contribution."
  50. "Contributor" shall mean Licensor and any individual or Legal Entity
  51. on behalf of whom a Contribution has been received by Licensor and
  52. subsequently incorporated within the Work.
  53. 2. Grant of Copyright License. Subject to the terms and conditions of
  54. this License, each Contributor hereby grants to You a perpetual,
  55. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  56. copyright license to reproduce, prepare Derivative Works of,
  57. publicly display, publicly perform, sublicense, and distribute the
  58. Work and such Derivative Works in Source or Object form.
  59. 3. Grant of Patent License. Subject to the terms and conditions of
  60. this License, each Contributor hereby grants to You a perpetual,
  61. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  62. (except as stated in this section) patent license to make, have made,
  63. use, offer to sell, sell, import, and otherwise transfer the Work,
  64. where such license applies only to those patent claims licensable
  65. by such Contributor that are necessarily infringed by their
  66. Contribution(s) alone or by combination of their Contribution(s)
  67. with the Work to which such Contribution(s) was submitted. If You
  68. institute patent litigation against any entity (including a
  69. cross-claim or counterclaim in a lawsuit) alleging that the Work
  70. or a Contribution incorporated within the Work constitutes direct
  71. or contributory patent infringement, then any patent licenses
  72. granted to You under this License for that Work shall terminate
  73. as of the date such litigation is filed.
  74. 4. Redistribution. You may reproduce and distribute copies of the
  75. Work or Derivative Works thereof in any medium, with or without
  76. modifications, and in Source or Object form, provided that You
  77. meet the following conditions:
  78. (a) You must give any other recipients of the Work or
  79. Derivative Works a copy of this License; and
  80. (b) You must cause any modified files to carry prominent notices
  81. stating that You changed the files; and
  82. (c) You must retain, in the Source form of any Derivative Works
  83. that You distribute, all copyright, patent, trademark, and
  84. attribution notices from the Source form of the Work,
  85. excluding those notices that do not pertain to any part of
  86. the Derivative Works; and
  87. (d) If the Work includes a "NOTICE" text file as part of its
  88. distribution, then any Derivative Works that You distribute must
  89. include a readable copy of the attribution notices contained
  90. within such NOTICE file, excluding those notices that do not
  91. pertain to any part of the Derivative Works, in at least one
  92. of the following places: within a NOTICE text file distributed
  93. as part of the Derivative Works; within the Source form or
  94. documentation, if provided along with the Derivative Works; or,
  95. within a display generated by the Derivative Works, if and
  96. wherever such third-party notices normally appear. The contents
  97. of the NOTICE file are for informational purposes only and
  98. do not modify the License. You may add Your own attribution
  99. notices within Derivative Works that You distribute, alongside
  100. or as an addendum to the NOTICE text from the Work, provided
  101. that such additional attribution notices cannot be construed
  102. as modifying the License.
  103. You may add Your own copyright statement to Your modifications and
  104. may provide additional or different license terms and conditions
  105. for use, reproduction, or distribution of Your modifications, or
  106. for any such Derivative Works as a whole, provided Your use,
  107. reproduction, and distribution of the Work otherwise complies with
  108. the conditions stated in this License.
  109. 5. Submission of Contributions. Unless You explicitly state otherwise,
  110. any Contribution intentionally submitted for inclusion in the Work
  111. by You to the Licensor shall be under the terms and conditions of
  112. this License, without any additional terms or conditions.
  113. Notwithstanding the above, nothing herein shall supersede or modify
  114. the terms of any separate license agreement you may have executed
  115. with Licensor regarding such Contributions.
  116. 6. Trademarks. This License does not grant permission to use the trade
  117. names, trademarks, service marks, or product names of the Licensor,
  118. except as required for reasonable and customary use in describing the
  119. origin of the Work and reproducing the content of the NOTICE file.
  120. 7. Disclaimer of Warranty. Unless required by applicable law or
  121. agreed to in writing, Licensor provides the Work (and each
  122. Contributor provides its Contributions) on an "AS IS" BASIS,
  123. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  124. implied, including, without limitation, any warranties or conditions
  125. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  126. PARTICULAR PURPOSE. You are solely responsible for determining the
  127. appropriateness of using or redistributing the Work and assume any
  128. risks associated with Your exercise of permissions under this License.
  129. 8. Limitation of Liability. In no event and under no legal theory,
  130. whether in tort (including negligence), contract, or otherwise,
  131. unless required by applicable law (such as deliberate and grossly
  132. negligent acts) or agreed to in writing, shall any Contributor be
  133. liable to You for damages, including any direct, indirect, special,
  134. incidental, or consequential damages of any character arising as a
  135. result of this License or out of the use or inability to use the
  136. Work (including but not limited to damages for loss of goodwill,
  137. work stoppage, computer failure or malfunction, or any and all
  138. other commercial damages or losses), even if such Contributor
  139. has been advised of the possibility of such damages.
  140. 9. Accepting Warranty or Additional Liability. While redistributing
  141. the Work or Derivative Works thereof, You may choose to offer,
  142. and charge a fee for, acceptance of support, warranty, indemnity,
  143. or other liability obligations and/or rights consistent with this
  144. License. However, in accepting such obligations, You may act only
  145. on Your own behalf and on Your sole responsibility, not on behalf
  146. of any other Contributor, and only if You agree to indemnify,
  147. defend, and hold each Contributor harmless for any liability
  148. incurred by, or claims asserted against, such Contributor by reason
  149. of your accepting any such warranty or additional liability.
  150. - - - - - - - - - - - - - - - - - - - - - - -
  151. (c) Copyright 2003, Plugged In Software
  152. All rights reserved.
  153. Redistribution and use in source and binary forms, with or without
  154. modification, are permitted provided that the following conditions
  155. are met:
  156. 1. Redistributions of source code must retain the above copyright
  157. notice, this list of conditions and the following disclaimer.
  158. 2. Redistributions in binary form must reproduce the above copyright
  159. notice, this list of conditions and the following disclaimer in the
  160. documentation and/or other materials provided with the distribution.
  161. 3. The name of the author may not be used to endorse or promote products
  162. derived from this software without specific prior written permission.
  163. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  164. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  165. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  166. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  167. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  168. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  169. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  170. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  171. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  172. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  173. - - - - - - - - - - - - - - - - - - - - - - -
  174. http://www.slf4j.org/license.html
  175. Copyright (c) 2004-2011 QOS.ch
  176. All rights reserved.
  177. Permission is hereby granted, free of charge, to any person obtaining
  178. a copy of this software and associated documentation files (the
  179. "Software"), to deal in the Software without restriction, including
  180. without limitation the rights to use, copy, modify, merge, publish,
  181. distribute, sublicense, and/or sell copies of the Software, and to
  182. permit persons to whom the Software is furnished to do so, subject to
  183. the following conditions:
  184. The above copyright notice and this permission notice shall be
  185. included in all copies or substantial portions of the Software.
  186. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  187. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  188. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  189. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  190. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  191. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  192. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  193. - - - - - - - - - - - - - - - - - - - - - - -
  194. ==============================================================
  195. Jetty Web Container
  196. Copyright 1995-2012 Mort Bay Consulting Pty Ltd.
  197. ==============================================================
  198. The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd
  199. unless otherwise noted.
  200. Jetty is dual licensed under both
  201. * The Apache 2.0 License
  202. http://www.apache.org/licenses/LICENSE-2.0.html
  203. and
  204. * The Eclipse Public 1.0 License
  205. http://www.eclipse.org/legal/epl-v10.html
  206. Jetty may be distributed under either license.
  207. The javax.servlet package used was sourced from the Apache
  208. Software Foundation and is distributed under the apache 2.0
  209. license.
  210. The UnixCrypt.java code implements the one way cryptography used by
  211. Unix systems for simple password protection. Copyright 1996 Aki Yoshida,
  212. modified April 2001 by Iris Van den Broeke, Daniel Deville.
  213. Permission to use, copy, modify and distribute UnixCrypt
  214. for non-commercial or commercial purposes and without fee is
  215. granted provided that the copyright notice appears in all copies.
  216. - - - - - - - - - - - - - - - - - - - - - - -
  217. This product bundles "Bootstrap", which is available under an
  218. MIT license. See: https://github.com/twbs/bootstrap/blob/master/LICENSE
  219. This product bundles "codemirror", which is available under an
  220. MIT license. See http://codemirror.net/LICENSE
  221. This product bundles "jquery", which is available under an
  222. MIT license. See https://jquery.org/license/
  223. This product bundles "jquery.form", which is available under an
  224. MIT license. See http://malsup.github.io/mit-license.txt
  225. This product bundles "jquery.xdomainrequest", which is available under an
  226. MIT license. See https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest/blob/master/LICENSE.txt
  227. This product bundles "backbone.js", which is available under an
  228. MIT license. See https://github.com/jashkenas/backbone/blob/master/LICENSE
  229. This product bundles "backbone.marionette", which is available under an
  230. MIT license. See http://mutedsolutions.mit-license.org/
  231. "backbone.marionette" includes "Backbone.BabySitter" and
  232. "Backbone.Wreqr" also available under the same MIT license.
  233. This product bundles "html5shiv", which is available under an
  234. MIT license. See https://code.google.com/p/html5shiv/
  235. This product bundles "RequireJS", which is available under an
  236. MIT license.
  237. https://github.com/jrburke/requirejs/blob/master/LICENSE
  238. "RequireJS" is also available with a "30clause BSD license"
  239. This product bundles "Respond", which is available under an
  240. MIT license. See https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT
  241. This product bundles "sprintf.js", which is available under a
  242. "3 clause BSD" license.
  243. https://github.com/alexei/sprintf.js/blob/master/LICENSE
  244. This product bundles "underscore", which is available under an
  245. MIT license. See https://github.com/jashkenas/underscore/blob/master/LICENSE
  246. This product bundles "FontAwesome"
  247. "Font Awesome by Dave Gandy - http://fontawesome.io"
  248. The font is available under an SIL Open Font License 1.1
  249. and the CSS files under an MIT License.
  250. See http://fontawesome.io/license/
  251. This product bundles "jQuery File Upload Plugin"
  252. which is available under an MIT License.
  253. See https://github.com/blueimp/jQuery-File-Upload
  254. This product bundles "Bootstrap-select"
  255. which is available under an MIT License.
  256. See https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE
  257. This product bundles "pivot.js"
  258. which is available under a BSD 3-clause style license.
  259. https://github.com/rwjblue/pivot.js/blob/master/LICENSE
  260. This product bundles "YASEQE - Yet Another Sparql Query Editor"
  261. which is available under an MIT License.
  262. See http://yasqe.yasgui.org/license.txt
  263. This product bundles "YASR - Yet Another Sparql Resultset GUI"
  264. which is available under an MIT License.
  265. See http://yasr.yasgui.org/license.txt
  266. - - - - - - - - - - - - - - - - - - - - - - -
  267. From Apache HttpComponents Client
  268. This project contains annotations derived from JCIP-ANNOTATIONS
  269. Copyright (c) 2005 Brian Goetz and Tim Peierls.
  270. See http://www.jcip.net and the Creative Commons Attribution License
  271. (http://creativecommons.org/licenses/by/2.5)
  272. - - - - - - - - - - - - - - - - - - - - - - -
  273. From Apache Lucene
  274. Some code in core/src/java/org/apache/lucene/util/UnicodeUtil.java was
  275. derived from unicode conversion examples available at
  276. http://www.unicode.org/Public/PROGRAMS/CVTUTF. Here is the copyright
  277. from those sources:
  278. /*
  279. * Copyright 2001-2004 Unicode, Inc.
  280. *
  281. * Disclaimer
  282. *
  283. * This source code is provided as is by Unicode, Inc. No claims are
  284. * made as to fitness for any particular purpose. No warranties of any
  285. * kind are expressed or implied. The recipient agrees to determine
  286. * applicability of information provided. If this file has been
  287. * purchased on magnetic or optical media from Unicode, Inc., the
  288. * sole remedy for any claim will be exchange of defective media
  289. * within 90 days of receipt.
  290. *
  291. * Limitations on Rights to Redistribute This Code
  292. *
  293. * Unicode, Inc. hereby grants the right to freely use the information
  294. * supplied in this file in the creation of products supporting the
  295. * Unicode Standard, and to make copies of this file in any form
  296. * for internal or external distribution as long as this notice
  297. * remains attached.
  298. */
  299. Some code in core/src/java/org/apache/lucene/util/ArrayUtil.java was
  300. derived from Python 2.4.2 sources available at
  301. http://www.python.org. Full license is here:
  302. http://www.python.org/download/releases/2.4.2/license/
  303. Some code in core/src/java/org/apache/lucene/util/UnicodeUtil.java was
  304. derived from Python 3.1.2 sources available at
  305. http://www.python.org. Full license is here:
  306. http://www.python.org/download/releases/3.1.2/license/
  307. Some code in core/src/java/org/apache/lucene/util/automaton was
  308. derived from Brics automaton sources available at
  309. www.brics.dk/automaton/. Here is the copyright from those sources:
  310. /*
  311. * Copyright (c) 2001-2009 Anders Moeller
  312. * All rights reserved.
  313. *
  314. * Redistribution and use in source and binary forms, with or without
  315. * modification, are permitted provided that the following conditions
  316. * are met:
  317. * 1. Redistributions of source code must retain the above copyright
  318. * notice, this list of conditions and the following disclaimer.
  319. * 2. Redistributions in binary form must reproduce the above copyright
  320. * notice, this list of conditions and the following disclaimer in the
  321. * documentation and/or other materials provided with the distribution.
  322. * 3. The name of the author may not be used to endorse or promote products
  323. * derived from this software without specific prior written permission.
  324. *
  325. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  326. * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  327. * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  328. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  329. * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  330. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  331. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  332. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  333. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  334. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  335. */
  336. The levenshtein automata tables in core/src/java/org/apache/lucene/util/automaton
  337. were automatically generated with the moman/finenight FSA package.
  338. Here is the copyright for those sources:
  339. # Copyright (c) 2010, Jean-Philippe Barrette-LaPierre, <jpb@rrette.com>
  340. #
  341. # Permission is hereby granted, free of charge, to any person
  342. # obtaining a copy of this software and associated documentation
  343. # files (the "Software"), to deal in the Software without
  344. # restriction, including without limitation the rights to use,
  345. # copy, modify, merge, publish, distribute, sublicense, and/or sell
  346. # copies of the Software, and to permit persons to whom the
  347. # Software is furnished to do so, subject to the following
  348. # conditions:
  349. #
  350. # The above copyright notice and this permission notice shall be
  351. # included in all copies or substantial portions of the Software.
  352. #
  353. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  354. # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  355. # OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  356. # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  357. # HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  358. # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  359. # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  360. # OTHER DEALINGS IN THE SOFTWARE.
  361. Some code in core/src/java/org/apache/lucene/util/UnicodeUtil.java was
  362. derived from ICU (http://www.icu-project.org)
  363. The full license is available here:
  364. http://source.icu-project.org/repos/icu/icu/trunk/license.html
  365. /*
  366. * Copyright (C) 1999-2010, International Business Machines
  367. * Corporation and others. All Rights Reserved.
  368. *
  369. * Permission is hereby granted, free of charge, to any person obtaining a copy
  370. * of this software and associated documentation files (the "Software"), to deal
  371. * in the Software without restriction, including without limitation the rights
  372. * to use, copy, modify, merge, publish, distribute, and/or sell copies of the
  373. * Software, and to permit persons to whom the Software is furnished to do so,
  374. * provided that the above copyright notice(s) and this permission notice appear
  375. * in all copies of the Software and that both the above copyright notice(s) and
  376. * this permission notice appear in supporting documentation.
  377. *
  378. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  379. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  380. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  381. * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
  382. * LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
  383. * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
  384. * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  385. * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  386. *
  387. * Except as contained in this notice, the name of a copyright holder shall not
  388. * be used in advertising or otherwise to promote the sale, use or other
  389. * dealings in this Software without prior written authorization of the
  390. * copyright holder.
  391. */
  392. The following license applies to the Snowball stemmers:
  393. Copyright (c) 2001, Dr Martin Porter
  394. Copyright (c) 2002, Richard Boulton
  395. All rights reserved.
  396. Redistribution and use in source and binary forms, with or without
  397. modification, are permitted provided that the following conditions are met:
  398. * Redistributions of source code must retain the above copyright notice,
  399. * this list of conditions and the following disclaimer.
  400. * Redistributions in binary form must reproduce the above copyright
  401. * notice, this list of conditions and the following disclaimer in the
  402. * documentation and/or other materials provided with the distribution.
  403. * Neither the name of the copyright holders nor the names of its contributors
  404. * may be used to endorse or promote products derived from this software
  405. * without specific prior written permission.
  406. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  407. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  408. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  409. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
  410. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  411. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  412. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  413. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  414. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  415. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  416. The following license applies to the KStemmer:
  417. Copyright © 2003,
  418. Center for Intelligent Information Retrieval,
  419. University of Massachusetts, Amherst.
  420. All rights reserved.
  421. Redistribution and use in source and binary forms, with or without modification,
  422. are permitted provided that the following conditions are met:
  423. 1. Redistributions of source code must retain the above copyright notice, this
  424. list of conditions and the following disclaimer.
  425. 2. Redistributions in binary form must reproduce the above copyright notice,
  426. this list of conditions and the following disclaimer in the documentation
  427. and/or other materials provided with the distribution.
  428. 3. The names "Center for Intelligent Information Retrieval" and
  429. "University of Massachusetts" must not be used to endorse or promote products
  430. derived from this software without prior written permission. To obtain
  431. permission, contact info@ciir.cs.umass.edu.
  432. THIS SOFTWARE IS PROVIDED BY UNIVERSITY OF MASSACHUSETTS AND OTHER CONTRIBUTORS
  433. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  434. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  435. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
  436. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  437. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  438. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  439. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  440. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  441. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  442. SUCH DAMAGE.
  443. The following license applies to the Morfologik project:
  444. Copyright (c) 2006 Dawid Weiss
  445. Copyright (c) 2007-2011 Dawid Weiss, Marcin Miłkowski
  446. All rights reserved.
  447. Redistribution and use in source and binary forms, with or without modification,
  448. are permitted provided that the following conditions are met:
  449. * Redistributions of source code must retain the above copyright notice,
  450. this list of conditions and the following disclaimer.
  451. * Redistributions in binary form must reproduce the above copyright notice,
  452. this list of conditions and the following disclaimer in the documentation
  453. and/or other materials provided with the distribution.
  454. * Neither the name of Morfologik nor the names of its contributors
  455. may be used to endorse or promote products derived from this software
  456. without specific prior written permission.
  457. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  458. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  459. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  460. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  461. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  462. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  463. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  464. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  465. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  466. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  467. ---
  468. The dictionary comes from Morfologik project. Morfologik uses data from
  469. Polish ispell/myspell dictionary hosted at http://www.sjp.pl/slownik/en/ and
  470. is licenced on the terms of (inter alia) LGPL and Creative Commons
  471. ShareAlike. The part-of-speech tags were added in Morfologik project and
  472. are not found in the data from sjp.pl. The tagset is similar to IPI PAN
  473. tagset.
  474. ---
  475. The following license applies to the Morfeusz project,
  476. used by org.apache.lucene.analysis.morfologik.
  477. BSD-licensed dictionary of Polish (SGJP)
  478. http://sgjp.pl/morfeusz/
  479. Copyright © 2011 Zygmunt Saloni, Włodzimierz Gruszczyński,
  480. Marcin Woliński, Robert Wołosz
  481. All rights reserved.
  482. Redistribution and use in source and binary forms, with or without
  483. modification, are permitted provided that the following conditions are
  484. met:
  485. 1. Redistributions of source code must retain the above copyright
  486. notice, this list of conditions and the following disclaimer.
  487. 2. Redistributions in binary form must reproduce the above copyright
  488. notice, this list of conditions and the following disclaimer in the
  489. documentation and/or other materials provided with the
  490. distribution.
  491. THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDERS “AS IS” AND ANY EXPRESS
  492. OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  493. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  494. DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS OR CONTRIBUTORS BE
  495. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  496. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  497. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  498. BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  499. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  500. OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
  501. IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.