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

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


The following commit(s) were added to refs/heads/main by this push:
     new 81abe0e1 Minor: Regenerated NOTICE File for 
d46c053b84e1a03a8f2d5be9a0b735fd1b00ba9d (#994)
81abe0e1 is described below

commit 81abe0e171e33e998029c9facc2bca1942f8e391
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 23 21:03:07 2026 +0100

    Minor: Regenerated NOTICE File for d46c053b84e1a03a8f2d5be9a0b735fd1b00ba9d 
(#994)
    
    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: rzo1 <[email protected]>
---
 opennlp-distr/src/main/readme/NOTICE | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/opennlp-distr/src/main/readme/NOTICE 
b/opennlp-distr/src/main/readme/NOTICE
index 164db431..7d199809 100644
--- a/opennlp-distr/src/main/readme/NOTICE
+++ b/opennlp-distr/src/main/readme/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/).
@@ -39,6 +39,17 @@ 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.
 
+============================================================================
+
+The SVM-based document categorizer in opennlp-ml-libsvm uses zlibsvm
+(https://github.com/rzo1/zlibsvm), an object-oriented Java binding for
+LIBSVM (https://www.csie.ntu.edu.tw/~cjlin/libsvm/).
+
+zlibsvm is licensed under the Apache License, Version 2.0.
+LIBSVM is licensed under the BSD 3-Clause License.
+
+Copyright (c) 2000-2023 Chih-Chung Chang and Chih-Jen Lin
+
 ============================================================================
 List of third-party dependencies grouped by their license type.
 
@@ -51,6 +62,12 @@ List of third-party dependencies grouped by their license 
type.
         * 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/)
+        * zlibsvm-api (de.hs-heilbronn.mi:zlibsvm-api:2.1.2 - 
https://github.com/rzo1/zlibsvm/zlibsvm-api)
+        * zlibsvm-core (de.hs-heilbronn.mi:zlibsvm-core:2.1.2 - 
https://github.com/rzo1/zlibsvm/zlibsvm-core)
+
+    BSD 3-Clause License
+
+        * libsvm (tw.edu.ntu.csie:libsvm:3.35 - 
https://github.com/cjlin1/libsvm)
 
     BSD License
 

Reply via email to