|
| 1 | +# Notices for Construct-X Wallet |
| 2 | + |
| 3 | + |
| 4 | +This product includes software developed by the Project Construct-X and its contributors. |
| 5 | +The software is licensed under the Apache License, Version 2.0. |
| 6 | +You may obtain a copy of the License at: |
| 7 | + |
| 8 | + https://www.apache.org/licenses/LICENSE-2.0 |
| 9 | + |
| 10 | +Unless required by applicable law or agreed to in writing, software |
| 11 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + |
| 14 | +## Third-party Components |
| 15 | + |
| 16 | +This product includes third-party components: |
| 17 | + |
| 18 | +- Eclipse Dataspace Connector (EDC) |
| 19 | + Copyright (c) 2020-2026 Contributors to the Eclipse Foundation |
| 20 | + Licensed under the Apache License, Version 2.0 |
| 21 | + See: https://github.com/eclipse-edc/Connector |
| 22 | + |
| 23 | +- Eclipse IdentityHub |
| 24 | + Copyright (c) 2022-2026 Contributors to the Eclipse Foundation |
| 25 | + Licensed under the Apache License, Version 2.0 |
| 26 | + See: https://github.com/eclipse-edc/IdentityHub |
| 27 | + |
| 28 | +- super-user-seed-extension |
| 29 | + Copyright (c) 2026 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. |
| 30 | + Licensed under the Apache License, Version 2.0 |
| 31 | + See: https://github.com/FraunhoferISST/super-user-seed-extension |
| 32 | + |
| 33 | +- Eclipse Temurin (base container image) |
| 34 | + Provided by the Eclipse Adoptium project |
| 35 | + Licensed under the GNU General Public License, version 2 with the Classpath Exception |
| 36 | + See: https://adoptium.net |
| 37 | + |
| 38 | +Additional third-party dependencies and their licenses are listed in the build configuration and in the dependency metadata, as shown in the `DEPENDENCIES` file. |
| 39 | + |
| 40 | +**Used base image** |
| 41 | + |
| 42 | +- [eclipse-temurin:25-jre](https://github.com/adoptium/containers) |
| 43 | +- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin |
| 44 | +- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin |
| 45 | +- Additional information about the Eclipse Temurin images: https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin |
| 46 | + |
| 47 | +As with all Docker images, these likely also contain other software which may be under other licenses |
| 48 | +(such as Bash, etc. from the base distribution, along with any direct or indirect dependencies of the primary software being contained). |
| 49 | + |
| 50 | +As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within. |
0 commit comments