diff options
author | Linnea Gräf <nea@nea.moe> | 2025-06-20 14:39:33 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-06-20 14:39:33 +0200 |
commit | 54a76553a7ebda48f223b7a005466345e3c4774d (patch) | |
tree | 57bf525a5a5734a031c85c885a89f461fd97c41d | |
parent | b5919883423d1c2abba2513e37e9ecaa806e4797 (diff) | |
download | Firmament-54a76553a7ebda48f223b7a005466345e3c4774d.tar.gz Firmament-54a76553a7ebda48f223b7a005466345e3c4774d.tar.bz2 Firmament-54a76553a7ebda48f223b7a005466345e3c4774d.zip |
fix: License information being broken
-rw-r--r-- | REUSE.toml | 4 | ||||
-rw-r--r-- | docs/firmament_logo_256_trans.webp.license | 3 | ||||
-rw-r--r-- | docs/firmament_logo_trans.webp.license | 3 |
3 files changed, 10 insertions, 0 deletions
@@ -47,3 +47,7 @@ path = ["src/test/resources/testdata/**/*.snbt"] SPDX-License-Identifier = "CC-BY-4.0" SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"] +[[annotations]] +path = ["src/main/resources/legacy_data/*.json"] +SPDX-License-Identifier = "MIT" +SPDX-FileCopyrightText = ["PrismarineJS Minecraft Data"] diff --git a/docs/firmament_logo_256_trans.webp.license b/docs/firmament_logo_256_trans.webp.license new file mode 100644 index 0000000..8b77b1b --- /dev/null +++ b/docs/firmament_logo_256_trans.webp.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2025 ic22487 + +SPDX-License-Identifier: CC-BY-4.0 diff --git a/docs/firmament_logo_trans.webp.license b/docs/firmament_logo_trans.webp.license new file mode 100644 index 0000000..8b77b1b --- /dev/null +++ b/docs/firmament_logo_trans.webp.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2025 ic22487 + +SPDX-License-Identifier: CC-BY-4.0 |