Skip to content

Commit 81abe0e

Browse files
Minor: Regenerated NOTICE File for d46c053 (#994)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: rzo1 <rzo1@users.noreply.github.com>
1 parent d46c053 commit 81abe0e

File tree

1 file changed

+18
-1
lines changed
  • opennlp-distr/src/main/readme

1 file changed

+18
-1
lines changed

opennlp-distr/src/main/readme/NOTICE

Lines changed: 18 additions & 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/).
@@ -39,6 +39,17 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3939
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4040
SOFTWARE.
4141

42+
============================================================================
43+
44+
The SVM-based document categorizer in opennlp-ml-libsvm uses zlibsvm
45+
(https://github.com/rzo1/zlibsvm), an object-oriented Java binding for
46+
LIBSVM (https://www.csie.ntu.edu.tw/~cjlin/libsvm/).
47+
48+
zlibsvm is licensed under the Apache License, Version 2.0.
49+
LIBSVM is licensed under the BSD 3-Clause License.
50+
51+
Copyright (c) 2000-2023 Chih-Chung Chang and Chih-Jen Lin
52+
4253
============================================================================
4354
List of third-party dependencies grouped by their license type.
4455

@@ -51,6 +62,12 @@ List of third-party dependencies grouped by their license type.
5162
* HPPC Collections (com.carrotsearch:hppc:0.7.2 - http://labs.carrotsearch.com/hppc.html/hppc)
5263
* jcommander (com.beust:jcommander:1.78 - https://jcommander.org)
5364
* SLF4J 2 Provider for Log4j API (org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3 - https://logging.apache.org/log4j/2.x/)
65+
* zlibsvm-api (de.hs-heilbronn.mi:zlibsvm-api:2.1.2 - https://github.com/rzo1/zlibsvm/zlibsvm-api)
66+
* zlibsvm-core (de.hs-heilbronn.mi:zlibsvm-core:2.1.2 - https://github.com/rzo1/zlibsvm/zlibsvm-core)
67+
68+
BSD 3-Clause License
69+
70+
* libsvm (tw.edu.ntu.csie:libsvm:3.35 - https://github.com/cjlin1/libsvm)
5471

5572
BSD License
5673

0 commit comments

Comments
 (0)