From 4783d9a81840b13ae3f06b62c8d2f813fb9916ac Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:21:02 +0530 Subject: [PATCH 1/4] Create NOTICES.txt for third-party license attribution Added a NOTICES file listing third-party components and their licenses. Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- NOTICES.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 NOTICES.txt diff --git a/NOTICES.txt b/NOTICES.txt new file mode 100644 index 00000000000..89efb921c40 --- /dev/null +++ b/NOTICES.txt @@ -0,0 +1,50 @@ +NOTICES + +Copyright © MOSIP. +All rights reserved. + +This project includes third-party components distributed under licenses +that require attribution. Only those components with attribution-required +licenses are listed below. + +=========================== +MIT License +=========== + +• com.auth0:java-jwt +• org.slf4j:slf4j-api +• org.mockito:mockito-core +• org.projectlombok:lombok + +=========================== +Eclipse Public License (EPL) +============================ + +• jakarta.validation:jakarta.validation-api (EPL-2.0) +• jakarta.persistence:jakarta.persistence-api (EPL-2.0) +• junit:junit (EPL-1.0) +• org.junit.vintage:junit-vintage-engine (EPL-2.0) +• org.aspectj:aspectjweaver (EPL-1.0) +• ch.qos.logback:logback-classic (EPL-1.0 component) + +=========================== +LGPL-2.1 +======== + +• ch.qos.logback:logback-classic (LGPL-2.1 component) + +=========================== +CDDL 1.1 / GPL-2.0 with Classpath Exception +=========================================== + +• javax.activation:activation + +=========================== +BSD Licenses +============ + +(None in this SBOM extract — included only if needed later.) + +--- + +## Full license texts are available in the `license/` directory. From 3ea1e5e19f5080b8b57e34411896d6a463893e11 Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:57:25 +0530 Subject: [PATCH 2/4] Rename NOTICES.txt to NOTICE Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- NOTICES.txt => NOTICE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename NOTICES.txt => NOTICE (100%) diff --git a/NOTICES.txt b/NOTICE similarity index 100% rename from NOTICES.txt rename to NOTICE From cb03491110efef30faab7065ec11c63e467ef850 Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Tue, 16 Dec 2025 10:28:12 +0530 Subject: [PATCH 3/4] Update NOTICE Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- NOTICE | 2 -- 1 file changed, 2 deletions(-) diff --git a/NOTICE b/NOTICE index 89efb921c40..46d007a4599 100644 --- a/NOTICE +++ b/NOTICE @@ -43,8 +43,6 @@ CDDL 1.1 / GPL-2.0 with Classpath Exception BSD Licenses ============ -(None in this SBOM extract — included only if needed later.) - --- ## Full license texts are available in the `license/` directory. From 6c1b73e828e0b5ff23eb530b5f91be7937ccc748 Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Tue, 16 Dec 2025 10:29:56 +0530 Subject: [PATCH 4/4] Update NOTICE Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- NOTICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index 46d007a4599..9d1231f94be 100644 --- a/NOTICE +++ b/NOTICE @@ -34,7 +34,7 @@ LGPL-2.1 • ch.qos.logback:logback-classic (LGPL-2.1 component) =========================== -CDDL 1.1 / GPL-2.0 with Classpath Exception + GPL-2.0 with Classpath Exception =========================================== • javax.activation:activation