From 54a76553a7ebda48f223b7a005466345e3c4774d Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Fri, 20 Jun 2025 14:39:33 +0200 Subject: fix: License information being broken --- REUSE.toml | 4 ++++ docs/firmament_logo_256_trans.webp.license | 3 +++ docs/firmament_logo_trans.webp.license | 3 +++ 3 files changed, 10 insertions(+) create mode 100644 docs/firmament_logo_256_trans.webp.license create mode 100644 docs/firmament_logo_trans.webp.license diff --git a/REUSE.toml b/REUSE.toml index 80bf77d..9a6cf0f 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -47,3 +47,7 @@ path = ["src/test/resources/testdata/**/*.snbt"] SPDX-License-Identifier = "CC-BY-4.0" SPDX-FileCopyrightText = ["Linnea Gräf ", "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 -- cgit