Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
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)
• 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)


===============================================================================
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
===============================================================================

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.

Loading