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