From 734f907bddbb42ffdd13345c1e1454753edb6e9d Mon Sep 17 00:00:00 2001 From: ParkGyeongTae Date: Sun, 20 Sep 2026 16:50:55 +0900 Subject: [PATCH 1/2] Update links in NOTICE --- NOTICE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NOTICE b/NOTICE index e1da12ea081..d6c5b40da0e 100644 --- a/NOTICE +++ b/NOTICE @@ -4,14 +4,14 @@ Copyright 2015 - 2026 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -Portions of this software were developed at NFLabs, Inc. (http://www.nflabs.com) +Portions of this software were developed at NFLabs, Inc. # Third-party library binaries 1. libpty binary library * Pseudo terminal(PTY) implementation in Java - * (Eclipse Public License) pty4j - http://www.eclipse.org/legal/epl-v10.html + * (Eclipse Public License) pty4j - https://www.eclipse.org/legal/epl-v10.html 2. ONNX Runtime From df1b0904b4b7719bb48080fe04fee3ee500e0feb Mon Sep 17 00:00:00 2001 From: ParkGyeongTae Date: Sun, 20 Sep 2026 19:13:49 +0900 Subject: [PATCH 2/2] Fix pty4j license URL in NOTICE --- NOTICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index d6c5b40da0e..7b83dd8bace 100644 --- a/NOTICE +++ b/NOTICE @@ -11,7 +11,7 @@ Portions of this software were developed at NFLabs, Inc. 1. libpty binary library * Pseudo terminal(PTY) implementation in Java - * (Eclipse Public License) pty4j - https://www.eclipse.org/legal/epl-v10.html + * (Eclipse Public License) pty4j - https://www.eclipse.org/legal/epl/epl-v10.html 2. ONNX Runtime