201
201
See the License for the specific language governing permissions and
202
202
limitations under the License.
203
203
204
-
204
+ ========
205
205
206
206
Some code in src/Lucene.Net/Util/UnicodeUtil.cs was derived from unicode
207
207
conversion examples available at http://www.unicode.org/Public/PROGRAMS/CVTUTF.
@@ -230,6 +230,7 @@ Here is the copyright from those sources:
230
230
* remains attached.
231
231
*/
232
232
233
+ ========
233
234
234
235
Some code in src/Lucene.Net/Util/ArrayUtil.cs was derived from Python 2.4.2
235
236
sources available at http://www.python.org.
@@ -238,13 +239,15 @@ Full license is here:
238
239
239
240
http://www.python.org/download/releases/2.4.2/license/
240
241
242
+ ========
241
243
242
244
Some code in src/Lucene.Net/Util/UnicodeUtil.cs was
243
245
derived from Python 3.1.2 sources available at
244
246
http://www.python.org. Full license is here:
245
247
246
248
http://www.python.org/download/releases/3.1.2/license/
247
249
250
+ ========
248
251
249
252
Some code in src/Lucene.Net/Util/Automaton was
250
253
derived from Brics automaton sources available at
@@ -277,6 +280,7 @@ www.brics.dk/automaton/. Here is the copyright from those sources:
277
280
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
278
281
*/
279
282
283
+ ========
280
284
281
285
The levenshtein automata tables in src/Lucene.Net/Util/Automaton
282
286
were automatically generated with the moman/finenight FSA package.
@@ -305,6 +309,7 @@ Here is the copyright for those sources:
305
309
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
306
310
# OTHER DEALINGS IN THE SOFTWARE.
307
311
312
+ ========
308
313
309
314
Some code in src/Lucene.Net/Util/UnicodeUtil.cs was
310
315
derived from ICU (http://www.icu-project.org)
@@ -338,7 +343,8 @@ The full license is available here:
338
343
* dealings in this Software without prior written authorization of the
339
344
* copyright holder.
340
345
*/
341
-
346
+
347
+ ========
342
348
343
349
The following license applies to the Snowball stemmers:
344
350
@@ -369,6 +375,7 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
369
375
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
370
376
OF this SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
371
377
378
+ ========
372
379
373
380
The following license applies to src/Lucene.Net.Analysis.Common/Analysis/En/KStemmer.cs:
374
381
@@ -540,7 +547,7 @@ Office or Microsoft Dynamics).
540
547
541
548
Some code in src/Lucene.Net.Analysis.Stempel/Egothor.Stemmer and
542
549
src/Lucene.Net.Tests.Analysis.Stempel/Egothor.Stemmer falls
543
- under the following license
550
+ under the following license:
544
551
545
552
Egothor Software License version 1.00
546
553
Copyright (C) 1997-2004 Leo Galambos.
@@ -643,7 +650,7 @@ falls under the following license:
643
650
// Written by David Megginson
644
651
// NO WARRANTY! This class is in the public domain.
645
652
646
- ---
653
+ ========
647
654
648
655
The code in .build/psake/ falls under the following license:
649
656
@@ -668,7 +675,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
668
675
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
669
676
THE SOFTWARE.
670
677
671
- ---
678
+ ========
672
679
673
680
src/Lucene.Net/Support/Compatibility/NullableAttributes.cs
674
681
src/Lucene.Net/Support/DateTimeOffsetUtil.cs
@@ -696,7 +703,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
696
703
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
697
704
SOFTWARE.
698
705
699
- ---
706
+ ========
700
707
701
708
Some code in src/Lucene.Net/Support/ConcurrentHashSet.cs falls under the following license:
702
709
@@ -722,7 +729,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
722
729
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
723
730
SOFTWARE.
724
731
725
- ---
732
+ ========
726
733
727
734
Some code in
728
735
src/Lucene.Net.TestFramework/Support/Util/DefaultNamespaceTypeWrapper.cs
@@ -749,3 +756,46 @@ falls under the following license:
749
756
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
750
757
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
751
758
// THE SOFTWARE.
759
+
760
+ ========
761
+
762
+ The code in src/Lucene.Net.Expressions/JS/Javascript.g4 falls under the following license:
763
+
764
+ Copyrights 2008-2009 Xebic Reasearch BV. All rights reserved..
765
+ Original work by Patrick Hulsmeijer.
766
+
767
+ This ANTLR 3 LL(*) grammar is based on Ecma-262 3rd edition (JavaScript 1.5, JScript 5.5).
768
+ The annotations refer to the "A Grammar Summary" section (e.g. A.1 Lexical Grammar)
769
+ and the numbers in parenthesis to the paragraph numbers (e.g. (7.8) ).
770
+ This document is best viewed with ANTLRWorks (www.antlr.org).
771
+
772
+ Software License Agreement (BSD License)
773
+
774
+ Copyright (c) 2008-2010, Xebic Research B.V.
775
+ All rights reserved.
776
+
777
+ Redistribution and use of this software in source and binary forms, with or without modification, are
778
+ permitted provided that the following conditions are met:
779
+
780
+ * Redistributions of source code must retain the above
781
+ copyright notice, this list of conditions and the
782
+ following disclaimer.
783
+
784
+ * Redistributions in binary form must reproduce the above
785
+ copyright notice, this list of conditions and the
786
+ following disclaimer in the documentation and/or other
787
+ materials provided with the distribution.
788
+
789
+ * Neither the name of Xebic Research B.V. nor the names of its
790
+ contributors may be used to endorse or promote products
791
+ derived from this software without specific prior
792
+ written permission of Xebic Research B.V.
793
+
794
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
795
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
796
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
797
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
798
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
799
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
800
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
801
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments