From 593cf63782a9ef063b687fd953bf1eb16772ea90 Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Wed, 24 Dec 2025 13:38:18 +0530 Subject: [PATCH 1/2] Create NOTICE Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- NOTICE | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000..9c143eec --- /dev/null +++ b/NOTICE @@ -0,0 +1,108 @@ +NOTICES + +This project includes components licensed under various open-source licenses. +Attributions and required notices for these components are provided below. + +------------------------------------------------------------------------------- +Project Copyright +------------------------------------------------------------------------------- +© 2024 This project includes software developed and maintained by its contributors. + +------------------------------------------------------------------------------- +MOSIP Copyright +------------------------------------------------------------------------------- +This project includes components from the MOSIP Platform: + + © 2022 Modular Open Source Identity Platform (MOSIP) + All rights reserved. + +MOSIP components are licensed under the Mozilla Public License 2.0 (MPL-2.0). +Original notices from MOSIP are retained as required by MPL-2.0. + +------------------------------------------------------------------------------- +Apache License 2.0 – Required Notice Attribution +------------------------------------------------------------------------------- +This project includes software licensed under the Apache License, Version 2.0. +You may obtain a copy of the License at: + + http://www.apache.org/licenses/LICENSE-2.0 + +Portions of this software are derived from or include contributions from: + • Spring Boot & Spring Security + • SpringDoc OpenAPI + • Apache Maven Plugins (compiler, jar, javadoc, surefire, source, + war, shade, resources, antrun, gpg) + • Git Commit ID Maven Plugin + • Central Publishing Maven Plugin + • ModelMapper + • Log4j API + • Jackson Datatype (JSR310) + • Spring Batch Extensions + • Apache POI + • Google Gson + • PowerMock + • AWS Java SDK (if applicable) + +------------------------------------------------------------------------------- +Mozilla Public License 2.0 – Required Notice Attribution +------------------------------------------------------------------------------- +This project includes components licensed under the MPL-2.0: + + • MOSIP Kernel Components: + - kernel-bom + - kernel-core + - kernel-logger-logback + - kernel-auth-adapter + - kernel-auditmanager-api + - kernel-keymanager-service + - kernel-applicanttype-api + - kernel-idvalidator-rid + - kernel-idgenerator-machineid + - kernel-idgenerator-regcenterid + - kernel-dataaccess-hibernate + - kernel-openid-bridge-api + - kernel-datamapper-orika + - kernel-cbeffutil-api + - kernel-websubclient-api + +These components are governed by the MPL-2.0 terms: + https://www.mozilla.org/MPL/2.0/ + +------------------------------------------------------------------------------- +BSD License Attribution (BSD-2-Clause / BSD-3-Clause) +------------------------------------------------------------------------------- +This project includes components licensed under BSD licenses: + + • PostgreSQL JDBC Driver (BSD-2-Clause) + • Jakarta Activation API (BSD-3-Clause) + • Jakarta Persistence API (BSD-3-Clause or EPL-2.0) + • Additional transitive BSD-licensed components + +------------------------------------------------------------------------------- +Eclipse Public License Attribution (EPL-1.0 / EPL-2.0) +------------------------------------------------------------------------------- +The following components are licensed under EPL: + + • JUnit (EPL-1.0 / EPL-2.0) + • JUnit Vintage Engine (EPL-2.0) + • JaCoCo Maven Plugin (EPL-2.0) + • Jakarta XML Bind API (EPL-2.0) + • H2 Database (dual-licensed EPL-1.0 / MPL-2.0) + +------------------------------------------------------------------------------- +MIT License Attribution +------------------------------------------------------------------------------- +This project includes MIT-licensed software: + + • SLF4J (slf4j-api, jcl-over-slf4j, jul-to-slf4j) + • Mockito (mockito-core, mockito-inline) + • Bouncy Castle (bcutil-jdk18on) + +------------------------------------------------------------------------------- +Additional Notes +------------------------------------------------------------------------------- +Some components may include their own NOTICE files. Where applicable, those +notices have been preserved as required. + +Full license texts for each dependency are available in the `license/` +directory of this repository. From e50fd22c9008172693720c56400695679795633b Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Sun, 4 Jan 2026 22:56:28 +0530 Subject: [PATCH 2/2] Update NOTICE Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- NOTICE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NOTICE b/NOTICE index 9c143eec..ee8a5b9a 100644 --- a/NOTICE +++ b/NOTICE @@ -75,19 +75,19 @@ This project includes components licensed under BSD licenses: • PostgreSQL JDBC Driver (BSD-2-Clause) • Jakarta Activation API (BSD-3-Clause) - • Jakarta Persistence API (BSD-3-Clause or EPL-2.0) + • Jakarta Persistence API (BSD-3-Clause) • Additional transitive BSD-licensed components ------------------------------------------------------------------------------- -Eclipse Public License Attribution (EPL-1.0 / EPL-2.0) +Eclipse Public License Attribution (EPL-2.0) ------------------------------------------------------------------------------- The following components are licensed under EPL: - • JUnit (EPL-1.0 / EPL-2.0) + • JUnit (EPL-2.0) • JUnit Vintage Engine (EPL-2.0) • JaCoCo Maven Plugin (EPL-2.0) • Jakarta XML Bind API (EPL-2.0) - • H2 Database (dual-licensed EPL-1.0 / MPL-2.0) + ------------------------------------------------------------------------------- MIT License Attribution