|
| 1 | +NOTICES |
| 2 | + |
| 3 | +This project includes components licensed under various open-source licenses. |
| 4 | +Attributions and required notices for these components are provided below. |
| 5 | + |
| 6 | +------------------------------------------------------------------------------- |
| 7 | +Project Copyright |
| 8 | +------------------------------------------------------------------------------- |
| 9 | +© 2024 This project includes software developed and maintained by its contributors. |
| 10 | + |
| 11 | +------------------------------------------------------------------------------- |
| 12 | +MOSIP Copyright |
| 13 | +------------------------------------------------------------------------------- |
| 14 | +This project includes components from the MOSIP Platform: |
| 15 | + |
| 16 | + © 2022 Modular Open Source Identity Platform (MOSIP) |
| 17 | + All rights reserved. |
| 18 | + |
| 19 | +MOSIP components are licensed under the Mozilla Public License 2.0 (MPL-2.0). |
| 20 | +Original notices from MOSIP are retained as required by MPL-2.0. |
| 21 | + |
| 22 | +------------------------------------------------------------------------------- |
| 23 | +Apache License 2.0 – Required Notice Attribution |
| 24 | +------------------------------------------------------------------------------- |
| 25 | +This project includes software licensed under the Apache License, Version 2.0. |
| 26 | +You may obtain a copy of the License at: |
| 27 | + |
| 28 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 29 | + |
| 30 | +Portions of this software are derived from or include contributions from: |
| 31 | + • Spring Boot & Spring Security |
| 32 | + • SpringDoc OpenAPI |
| 33 | + • Apache Maven Plugins (compiler, jar, javadoc, surefire, source, |
| 34 | + war, shade, resources, antrun, gpg) |
| 35 | + • Git Commit ID Maven Plugin |
| 36 | + • Central Publishing Maven Plugin |
| 37 | + • ModelMapper |
| 38 | + • Log4j API |
| 39 | + • Jackson Datatype (JSR310) |
| 40 | + • Spring Batch Extensions |
| 41 | + • Apache POI |
| 42 | + • Google Gson |
| 43 | + • PowerMock |
| 44 | + • AWS Java SDK (if applicable) |
| 45 | + |
| 46 | +------------------------------------------------------------------------------- |
| 47 | +Mozilla Public License 2.0 – Required Notice Attribution |
| 48 | +------------------------------------------------------------------------------- |
| 49 | +This project includes components licensed under the MPL-2.0: |
| 50 | + |
| 51 | + • MOSIP Kernel Components: |
| 52 | + - kernel-bom |
| 53 | + - kernel-core |
| 54 | + - kernel-logger-logback |
| 55 | + - kernel-auth-adapter |
| 56 | + - kernel-auditmanager-api |
| 57 | + - kernel-keymanager-service |
| 58 | + - kernel-applicanttype-api |
| 59 | + - kernel-idvalidator-rid |
| 60 | + - kernel-idgenerator-machineid |
| 61 | + - kernel-idgenerator-regcenterid |
| 62 | + - kernel-dataaccess-hibernate |
| 63 | + - kernel-openid-bridge-api |
| 64 | + - kernel-datamapper-orika |
| 65 | + - kernel-cbeffutil-api |
| 66 | + - kernel-websubclient-api |
| 67 | + |
| 68 | +These components are governed by the MPL-2.0 terms: |
| 69 | + https://www.mozilla.org/MPL/2.0/ |
| 70 | + |
| 71 | +------------------------------------------------------------------------------- |
| 72 | +BSD License Attribution (BSD-2-Clause / BSD-3-Clause) |
| 73 | +------------------------------------------------------------------------------- |
| 74 | +This project includes components licensed under BSD licenses: |
| 75 | + |
| 76 | + • PostgreSQL JDBC Driver (BSD-2-Clause) |
| 77 | + • Jakarta Activation API (BSD-3-Clause) |
| 78 | + • Jakarta Persistence API (BSD-3-Clause) |
| 79 | + • Additional transitive BSD-licensed components |
| 80 | + |
| 81 | +------------------------------------------------------------------------------- |
| 82 | +Eclipse Public License Attribution (EPL-2.0) |
| 83 | +------------------------------------------------------------------------------- |
| 84 | +The following components are licensed under EPL: |
| 85 | + |
| 86 | + • JUnit (EPL-2.0) |
| 87 | + • JUnit Vintage Engine (EPL-2.0) |
| 88 | + • JaCoCo Maven Plugin (EPL-2.0) |
| 89 | + • Jakarta XML Bind API (EPL-2.0) |
| 90 | + |
| 91 | + |
| 92 | +------------------------------------------------------------------------------- |
| 93 | +MIT License Attribution |
| 94 | +------------------------------------------------------------------------------- |
| 95 | +This project includes MIT-licensed software: |
| 96 | + |
| 97 | + • SLF4J (slf4j-api, jcl-over-slf4j, jul-to-slf4j) |
| 98 | + • Mockito (mockito-core, mockito-inline) |
| 99 | + • Bouncy Castle (bcutil-jdk18on) |
| 100 | + |
| 101 | +------------------------------------------------------------------------------- |
| 102 | +Additional Notes |
| 103 | +------------------------------------------------------------------------------- |
| 104 | +Some components may include their own NOTICE files. Where applicable, those |
| 105 | +notices have been preserved as required. |
| 106 | + |
| 107 | +Full license texts for each dependency are available in the `license/` |
| 108 | +directory of this repository. |
0 commit comments