From 0c276178b074e45fa9cd12ae12515f6fe9c7c9bf Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Wed, 24 Dec 2025 13:15:38 +0530 Subject: [PATCH] Create NOTICE Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- kernel-biometrics-api/NOTICE | 100 +++++++++++++++++++++++++++++++++++ 1 file changed, 100 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..c1b846c302 --- /dev/null +++ b/kernel-biometrics-api/NOTICE @@ -0,0 +1,100 @@ +NOTICES + +This product includes third-party software components. +Where required by the applicable licenses, attribution notices are provided below. + +Only components that impose NOTICE requirements are listed in this file. +Full license texts for all dependencies are available in the `license/` directory +of this repository or from their respective upstream sources. + +----------------------------------------------------------------------- + +Mozilla Public License 2.0 (MPL-2.0) + +The following components are licensed under the Mozilla Public License 2.0: + +- MOSIP Kernel BOM +- MOSIP Kernel Core +- MOSIP Kernel Logger (Logback) +- MOSIP Biometrics API +- MOSIP Biometrics Util + +----------------------------------------------------------------------- + +MIT License + +The following components are licensed under the MIT License: + +- SLF4J API +- Mockito Core (all versions used) + +----------------------------------------------------------------------- + +Eclipse Public License (EPL-1.0 / EPL-2.0) + +The following components are licensed under the Eclipse Public License: + +- H2 Database (MPL-2.0) +- JUnit 4 (EPL-1.0) +- JUnit Vintage Engine (EPL-2.0) +- JUnit Jupiter (EPL-2.0) + +----------------------------------------------------------------------- + +Apache License 2.0 + +This product includes software developed by +The Apache Software Foundation (https://www.apache.org/). + +The following components are licensed under the Apache License, Version 2.0. +Their original NOTICE contents are retained as required by the Apache License. + +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 Lang 3 + +- 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 + +The following components do not require inclusion in NOTICE.txt. +Their license texts are provided separately in the `license/` directory: + +- MOSIP Kernel and Biometrics components (MPL-2.0) +- JUnit components (EPL-1.0 / EPL-2.0) +- SLF4J and Mockito (MIT License) +- Protobuf (BSD-3-Clause) +- JAI ImageIO (BSD-3-Clause-No-Nuclear) + +----------------------------------------------------------------------- + +Copyright © 2022 +Modular Open Source Identity Platform (MOSIP)