From d0f0b759d4629da39bbfd76e43506604c518eee3 Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:26:10 +0530 Subject: [PATCH 1/3] Create NOTICE.txt for licensing details Add NOTICE file with copyright and licensing information for third-party components. Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- NOTICES.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 NOTICES.txt diff --git a/NOTICES.txt b/NOTICES.txt new file mode 100644 index 0000000..6fe8c9c --- /dev/null +++ b/NOTICES.txt @@ -0,0 +1,36 @@ +MOSIP +Copyright (c) 2022 +Modular Open Source Identity Platform + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +The following third-party components are licensed under the +Apache License 2.0 and require attribution. Their original NOTICE +contents are retained as required by the Apache License 2.0. + + +=============================================================================== +Apache License 2.0 Components +=============================================================================== + + • Apache Maven Source Plugin (3.3.1) + • Apache Maven GPG Plugin (3.2.3) + • Git Commit ID Plugin (3.0.1) + • Apache Maven Assembly Plugin (3.1.1) + • Apache Maven Compiler Plugin (3.11.0) + • Apache Maven Javadoc Plugin (3.2.0) + • Apache Maven Surefire Plugin (2.22.0) + • Apache Maven JAR Plugin (3.0.2) + • Apache Maven Dependency Plugin (3.1.2) + + • Jackson Core + • Jackson Databind + + +=============================================================================== +Notes +=============================================================================== + +Components licensed under MPL-2.0 (MOSIP Kernel BOM, Core, Logger, +Biometrics, ImageDecoder), MIT (SLF4J From 99c365fcb3cdb18c37926212e57f7b968e78db6c Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:44:29 +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 8bc7d5e3b4831898d3147ad2ee0e0d27d3abda40 Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Fri, 12 Dec 2025 12:03:39 +0530 Subject: [PATCH 3/3] Update NOTICE Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- NOTICE | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/NOTICE b/NOTICE index 6fe8c9c..c5d6960 100644 --- a/NOTICE +++ b/NOTICE @@ -16,21 +16,50 @@ Apache License 2.0 Components • Apache Maven Source Plugin (3.3.1) • Apache Maven GPG Plugin (3.2.3) - • Git Commit ID Plugin (3.0.1) • Apache Maven Assembly Plugin (3.1.1) • Apache Maven Compiler Plugin (3.11.0) • Apache Maven Javadoc Plugin (3.2.0) • Apache Maven Surefire Plugin (2.22.0) • Apache Maven JAR Plugin (3.0.2) • Apache Maven Dependency Plugin (3.1.2) + • Apache Maven Deploy Plugin (3.1.1) + • Apache Maven Resources Plugin (3.0.2) + • Jackson Core (version managed through MOSIP Kernel BOM) + • Jackson Databind (version managed through MOSIP Kernel BOM) - • Jackson Core - • Jackson Databind + +=============================================================================== +MIT License Components +=============================================================================== + + • SLF4J - jul-to-slf4j + • SLF4J - jcl-over-slf4j + + +=============================================================================== +MPL-2.0 Components (MOSIP Kernel) +=============================================================================== + + • MOSIP Kernel BOM (1.3.0-SNAPSHOT) + • MOSIP Kernel Core (1.3.0-SNAPSHOT) + • MOSIP Kernel Logger Logback (1.3.0-SNAPSHOT) + • MOSIP Kernel Biometrics (version as used in project) + • MOSIP Kernel ImageDecoder (version as used in project) =============================================================================== Notes =============================================================================== -Components licensed under MPL-2.0 (MOSIP Kernel BOM, Core, Logger, -Biometrics, ImageDecoder), MIT (SLF4J +This project uses components under the following licenses: + + • MPL-2.0: + MOSIP Kernel modules including Kernel BOM, Core, Logger, Biometrics, + and ImageDecoder. + + • MIT: + SLF4J bridging modules such as jul-to-slf4j and jcl-over-slf4j. + +Jackson Core and Jackson Databind versions are inherited from the +MOSIP Kernel BOM (1.3.0-SNAPSHOT) and therefore not listed explicitly. +