|
1 | | -Signet Core |
2 | | -Copyright 2025 Brody Kim |
| 1 | +Signet |
| 2 | +Copyright 2026 Seokhyeon Kim |
3 | 3 |
|
4 | | -This module is part of the Signet project. |
5 | | -See the root NOTICE file for full attribution and compliance details. |
| 4 | +This product includes software developed by Seokhyeon Kim. |
6 | 5 |
|
7 | | -This module implements the 1EdTech Open Badges Specification v3.0. |
| 6 | +================================================================================ |
| 7 | +Open Badges v3.0 Specification Compliance Notice |
| 8 | +================================================================================ |
| 9 | + |
| 10 | +This project implements the 1EdTech Open Badges Specification v3.0. |
| 11 | + |
| 12 | +Open Badges Specification |
| 13 | +Copyright (c) 2025 1EdTech Consortium, Inc. All Rights Reserved. |
8 | 14 | https://www.imsglobal.org/spec/ob/v3p0 |
9 | 15 |
|
| 16 | +Use of this specification to develop products or services is governed by the |
| 17 | +1EdTech Specification Document License: |
| 18 | +https://www.1edtech.org/standards/specification-license |
| 19 | + |
| 20 | +THE SPECIFICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 21 | +IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR |
| 22 | +A PARTICULAR PURPOSE, ACCURACY, COMPLETENESS AND NONINFRINGEMENT OF THIRD PARTY |
| 23 | +RIGHTS. IN NO EVENT SHALL 1EDTECH CONSORTIUM, INC., ITS MEMBERS OR ITS |
| 24 | +CONTRIBUTORS BE LIABLE FOR ANY CLAIM, OR ANY DIRECT, SPECIAL, INDIRECT OR |
| 25 | +CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, |
| 26 | +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 27 | +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE |
| 28 | +SPECIFICATION. |
| 29 | + |
| 30 | +1EdTech is the sole arbitrator of compliance to the Specification and the sole |
| 31 | +grantor of 1EdTech compliant designations. To claim conformance to the Open |
| 32 | +Badges standard, an implementing organization must be a 1EdTech member and |
| 33 | +complete the certification process. See: https://www.1edtech.org/standards/open-badges |
| 34 | + |
10 | 35 | This implementation is not certified by 1EdTech. The use of 1EdTech |
11 | 36 | specification does not imply endorsement by 1EdTech Consortium, Inc. |
| 37 | + |
| 38 | +================================================================================ |
| 39 | +W3C Verifiable Credentials Data Model v2.0 |
| 40 | +================================================================================ |
| 41 | + |
| 42 | +This project implements the W3C Verifiable Credentials Data Model v2.0 |
| 43 | +specification for credential representation and proof mechanisms. |
| 44 | + |
| 45 | +https://www.w3.org/TR/vc-data-model-2.0/ |
| 46 | + |
| 47 | +Copyright (c) 2024 World Wide Web Consortium (W3C). |
| 48 | +Licensed under the W3C Software and Document License. |
| 49 | +https://www.w3.org/copyright/software-license-2023/ |
| 50 | + |
| 51 | +================================================================================ |
| 52 | +Third-Party Dependencies |
| 53 | +================================================================================ |
| 54 | + |
| 55 | +This product depends on the following third-party libraries: |
| 56 | + |
| 57 | +- Jackson (https://github.com/FasterXML/jackson) |
| 58 | + License: Apache License 2.0 |
| 59 | + |
| 60 | +- Nimbus JOSE+JWT (https://connect2id.com/products/nimbus-jose-jwt) |
| 61 | + License: Apache License 2.0 |
| 62 | + |
| 63 | +- Google Tink (https://github.com/google/tink) |
| 64 | + License: Apache License 2.0 |
| 65 | + |
| 66 | +- Titanium JSON-LD (https://github.com/filip26/titanium-json-ld) |
| 67 | + License: Apache License 2.0 |
| 68 | + |
| 69 | +- URDNA2015 / rdf-urdna (https://github.com/setl/rdf-urdna) |
| 70 | + License: Apache License 2.0 |
| 71 | + |
| 72 | +- Spring Framework / Spring Boot (https://spring.io/projects/spring-boot) |
| 73 | + License: Apache License 2.0 |
| 74 | + |
| 75 | +- Eclipse RDF4J (https://rdf4j.org/) |
| 76 | + License: Eclipse Distribution License 1.0 (EDL 1.0) |
| 77 | + Note: EDL 1.0 is a BSD-style permissive license. It permits use, |
| 78 | + modification, and redistribution with attribution. This project uses |
| 79 | + RDF4J as a runtime dependency for RDF model representation and |
| 80 | + N-Quads serialization. |
| 81 | + |
| 82 | +- Eclipse Parsson (https://github.com/eclipse-ee4j/parsson) |
| 83 | + License: Eclipse Public License 2.0 (with Secondary License: GPL 2.0 |
| 84 | + with Classpath Exception) |
| 85 | + Note: EPL 2.0 Section 3 "Secondary Licenses" permits distribution under |
| 86 | + Apache License 2.0 when the Initial Contributor designates GPL 2.0 with |
| 87 | + Classpath Exception as a Secondary License. Parsson includes this |
| 88 | + designation. This project uses Parsson as a Jakarta JSON Processing |
| 89 | + provider required by Titanium JSON-LD. |
0 commit comments