From 4a1edb22a78bdbf459457e3160db6d8117101592 Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Wed, 24 Dec 2025 13:20:32 +0530 Subject: [PATCH] Create NOTICE Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- NOTICE | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000000..9d1231f94be --- /dev/null +++ b/NOTICE @@ -0,0 +1,48 @@ +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) + +=========================== + GPL-2.0 with Classpath Exception +=========================================== + +• javax.activation:activation + +=========================== +BSD Licenses +============ + +--- + +## Full license texts are available in the `license/` directory.