This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit 9360ed095adbde52e1d40625e88f23b41bd7db4c
Author: Martin Wiesner <[email protected]>
AuthorDate: Wed Mar 25 21:26:33 2026 +0100

    OPENNLP-1814: Ensure NOTICE file in opennlp-distr is up-2-date
---
 NOTICE                               |  2 +-
 opennlp-distr/src/main/readme/NOTICE | 61 +++++++++++++++++++++++++++++++++++-
 2 files changed, 61 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index 164db431..abbe1fb6 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache OpenNLP
-Copyright 2021-2025 The Apache Software Foundation
+Copyright 2021-2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/opennlp-distr/src/main/readme/NOTICE 
b/opennlp-distr/src/main/readme/NOTICE
index e43b73a5..abbe1fb6 100644
--- a/opennlp-distr/src/main/readme/NOTICE
+++ b/opennlp-distr/src/main/readme/NOTICE
@@ -1,11 +1,70 @@
 Apache OpenNLP
-Copyright 2017-2025 The Apache Software Foundation
+Copyright 2021-2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
+============================================================================
+
 The snowball stemmers in
 opennlp-tools/src/main/java/opennlp/tools/stemmer/snowball
 were developed by Martin Porter and Richard Boulton.
 The full snowball package is available from
 http://snowball.tartarus.org/
+
+============================================================================
+
+The Wordpiece tokenizer in opennlp-tools/main/java/opennlp/tools/tokenize
+is taken from https://github.com/robrua/easy-bert licensed under
+
+The MIT License (MIT)
+
+Copyright (c) 2019 Rob Rua
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+============================================================================
+List of third-party dependencies grouped by their license type.
+
+
+    Apache License, Version 2.0
+
+        * Apache Log4j API (org.apache.logging.log4j:log4j-api:2.25.3 - 
https://logging.apache.org/log4j/2.x/)
+        * Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.25.3 - 
https://logging.apache.org/log4j/2.x/)
+        * Apache UIMA Base: uimaj-core (org.apache.uima:uimaj-core:3.6.1 - 
https://uima.apache.org)
+        * HPPC Collections (com.carrotsearch:hppc:0.7.2 - 
http://labs.carrotsearch.com/hppc.html/hppc)
+        * jcommander (com.beust:jcommander:1.78 - https://jcommander.org)
+        * SLF4J 2 Provider for Log4j API 
(org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3 - 
https://logging.apache.org/log4j/2.x/)
+
+    BSD License
+
+        * Morfologik Command Line Tools (org.carrot2:morfologik-tools:2.1.9 - 
http://morfologik.blogspot.com/morfologik-tools/)
+        * Morfologik FSA (Builder) (org.carrot2:morfologik-fsa-builders:2.1.9 
- http://morfologik.blogspot.com/morfologik-fsa-builders/)
+        * Morfologik FSA (Traversal) (org.carrot2:morfologik-fsa:2.1.9 - 
http://morfologik.blogspot.com/morfologik-fsa/)
+        * Morfologik Stemming APIs (org.carrot2:morfologik-stemming:2.1.9 - 
http://morfologik.blogspot.com/morfologik-stemming/)
+
+    MIT License
+
+        * onnx-runtime (com.microsoft.onnxruntime:onnxruntime_gpu:1.24.3 - 
https://microsoft.github.io/onnxruntime/)
+        * onnx-runtime (com.microsoft.onnxruntime:onnxruntime:1.24.3 - 
https://microsoft.github.io/onnxruntime/)
+        * SLF4J API Module (org.slf4j:slf4j-api:2.0.17 - http://www.slf4j.org)
+
+    The MIT License (MIT)
+
+        * ClassGraph (io.github.classgraph:classgraph:4.8.184 - 
https://github.com/classgraph/classgraph)

Reply via email to