From 71535f7145f99ca5a79ffbeaf4a73caceb42870e Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Tue, 2 Dec 2025 13:21:44 +0530 Subject: [PATCH 1/3] Create NOTICES.txt 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 0000000..7e2b72e --- /dev/null +++ b/NOTICES.txt @@ -0,0 +1,50 @@ +THIRD-PARTY NOTICES + +Copyright © MOSIP. +All rights reserved. + +This project includes third-party components whose licenses require attribution. +The following components are included in this product. + +=============================== + MIT License +=============================== +• mosip/kattu GitHub Actions Workflows + (tag.yml, chart-lint-publish.yml, maven-build.yml, + maven-publish-to-nexus.yml, maven-sonar-analysis.yml, + docker-build.yml, release-changes.yml) + Inferred License: MIT + +• Lombok (org.projectlombok:lombok) + +=============================== + Mozilla Public License 2.0 +=============================== +• MOSIP Kernel Components + (kernel-core, kernel-bom, kernel-logger-logback, + kernel-biometrics-api and related modules) + +=============================== + CDDL 1.1 OR GPLv2 with Classpath Exception +=============================== +• Java Servlet API + (javax.servlet:javax.servlet-api) + +=============================== + Eclipse Public License +=============================== +• Jakarta Transaction API + (jakarta.transaction:jakarta.transaction-api) – EPL 2.0 + +• JUnit Vintage Engine + (org.junit.vintage:junit-vintage-engine) – EPL 1.0 + +=============================== + JSON License +=============================== +• JSON.org (if indirectly used via JSON processing APIs) + +=============================== + +Full license texts for these components are available in the `license/` +directory of this repository. From d9755104cb327b9ba19935de5497420231958653 Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:52:04 +0530 Subject: [PATCH 2/3] 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 849597fbfd1d6a4ab1bfab6c57195f07f8b03483 Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:09:26 +0530 Subject: [PATCH 3/3] 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 7e2b72e..fc4de92 100644 --- a/NOTICE +++ b/NOTICE @@ -25,7 +25,7 @@ The following components are included in this product. kernel-biometrics-api and related modules) =============================== - CDDL 1.1 OR GPLv2 with Classpath Exception +GPLv2 with Classpath Exception =============================== • Java Servlet API (javax.servlet:javax.servlet-api)