From 8b36e54482f1bfad80607b3512bf27ffab5db9de Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Tue, 23 Dec 2025 12:50:51 +0530 Subject: [PATCH] Create NOTICE Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- kernel-biometrics-api/NOTICE | 58 ++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 kernel-biometrics-api/NOTICE diff --git a/kernel-biometrics-api/NOTICE b/kernel-biometrics-api/NOTICE new file mode 100644 index 0000000000..08e7f4e5e7 --- /dev/null +++ b/kernel-biometrics-api/NOTICE @@ -0,0 +1,58 @@ +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 +=============================================================================== + + • Spring Boot Starter Web + • Spring Boot Starter Test + • Spring Boot Starter Data JPA + + • Hibernate Validator + • Jackson Core + • Jackson Databind + • Jackson Annotations + • Jackson Dataformat XML + • Jackson Dataformat CSV + • Jackson JAXB Annotations Module + + • Gson + • JNBIS (Fingerprint Image Decoder) + • imgscalr-lib + • OkHttp + • Apache Commons Lang3 + + • PowerMock API Mockito2 + • PowerMock Module JUnit4 + + • Apache Maven Compiler Plugin (3.11.0) + • Apache Maven GPG Plugin (1.5, 3.2.3) + • Apache Maven Javadoc Plugin (3.2.0) + • Apache Maven Surefire Plugin (2.22.0, 3.1.2) + • Apache Maven Source Plugin (3.3.1) + • Apache Maven JAR Plugin (3.4.0) + • Apache Maven Dependency Plugin (2.10) + • Git Commit ID Plugin (3.0.1) + + +=============================================================================== +Notes +=============================================================================== + +All MOSIP Kernel and Biometrics components (licensed under MPL-2.0), +JUnit (EPL-1.0 / EPL-2.0), SLF4J and Mockito (MIT), Protobuf (BSD-3-Clause), +and JAI ImageIO (BSD-3-Clause-No-Nuclear) do not require attribution in +NOTICE.txt. Their license texts are included separately. + +Full license texts for all dependencies are available in the `license/` +directory or at their respective project repositories.