Skip to content

Commit 9360ed0

Browse files
committed
OPENNLP-1814: Ensure NOTICE file in opennlp-distr is up-2-date
1 parent 4c3df97 commit 9360ed0

File tree

2 files changed

+61
-2
lines changed

2 files changed

+61
-2
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenNLP
2-
Copyright 2021-2025 The Apache Software Foundation
2+
Copyright 2021-2026 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).
Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,70 @@
11
Apache OpenNLP
2-
Copyright 2017-2025 The Apache Software Foundation
2+
Copyright 2021-2026 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).
66

7+
============================================================================
8+
79
The snowball stemmers in
810
opennlp-tools/src/main/java/opennlp/tools/stemmer/snowball
911
were developed by Martin Porter and Richard Boulton.
1012
The full snowball package is available from
1113
http://snowball.tartarus.org/
14+
15+
============================================================================
16+
17+
The Wordpiece tokenizer in opennlp-tools/main/java/opennlp/tools/tokenize
18+
is taken from https://github.com/robrua/easy-bert licensed under
19+
20+
The MIT License (MIT)
21+
22+
Copyright (c) 2019 Rob Rua
23+
24+
Permission is hereby granted, free of charge, to any person obtaining a copy
25+
of this software and associated documentation files (the "Software"), to deal
26+
in the Software without restriction, including without limitation the rights
27+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28+
copies of the Software, and to permit persons to whom the Software is
29+
furnished to do so, subject to the following conditions:
30+
31+
The above copyright notice and this permission notice shall be included in all
32+
copies or substantial portions of the Software.
33+
34+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40+
SOFTWARE.
41+
42+
============================================================================
43+
List of third-party dependencies grouped by their license type.
44+
45+
46+
Apache License, Version 2.0
47+
48+
* Apache Log4j API (org.apache.logging.log4j:log4j-api:2.25.3 - https://logging.apache.org/log4j/2.x/)
49+
* Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.25.3 - https://logging.apache.org/log4j/2.x/)
50+
* Apache UIMA Base: uimaj-core (org.apache.uima:uimaj-core:3.6.1 - https://uima.apache.org)
51+
* HPPC Collections (com.carrotsearch:hppc:0.7.2 - http://labs.carrotsearch.com/hppc.html/hppc)
52+
* jcommander (com.beust:jcommander:1.78 - https://jcommander.org)
53+
* SLF4J 2 Provider for Log4j API (org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3 - https://logging.apache.org/log4j/2.x/)
54+
55+
BSD License
56+
57+
* Morfologik Command Line Tools (org.carrot2:morfologik-tools:2.1.9 - http://morfologik.blogspot.com/morfologik-tools/)
58+
* Morfologik FSA (Builder) (org.carrot2:morfologik-fsa-builders:2.1.9 - http://morfologik.blogspot.com/morfologik-fsa-builders/)
59+
* Morfologik FSA (Traversal) (org.carrot2:morfologik-fsa:2.1.9 - http://morfologik.blogspot.com/morfologik-fsa/)
60+
* Morfologik Stemming APIs (org.carrot2:morfologik-stemming:2.1.9 - http://morfologik.blogspot.com/morfologik-stemming/)
61+
62+
MIT License
63+
64+
* onnx-runtime (com.microsoft.onnxruntime:onnxruntime_gpu:1.24.3 - https://microsoft.github.io/onnxruntime/)
65+
* onnx-runtime (com.microsoft.onnxruntime:onnxruntime:1.24.3 - https://microsoft.github.io/onnxruntime/)
66+
* SLF4J API Module (org.slf4j:slf4j-api:2.0.17 - http://www.slf4j.org)
67+
68+
The MIT License (MIT)
69+
70+
* ClassGraph (io.github.classgraph:classgraph:4.8.184 - https://github.com/classgraph/classgraph)

0 commit comments

Comments
 (0)