From 63d0d32e4659dfc621bef06e1a93d4293af2653d Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 8 Aug 2024 01:14:51 +0200 Subject: Clean up reuse comments [no changelog] --- REUSE.toml | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'REUSE.toml') diff --git a/REUSE.toml b/REUSE.toml index abd119c..19a1083 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -5,5 +5,29 @@ version = 1 SPDX-PackageName = "Firmament" SPDX-PackageSupplier = "Linnea Gräf " -SPDX-PackageDownloadLocation = "https://github.com/romangraef/Firmament" -annotations = [] +SPDX-PackageDownloadLocation = "https://github.com/nea89o/Firmament" + +[[annotations]] +path = ["**/*.kt", "**/*.java"] +SPDX-License-Identifier = "GPL-3.0-or-later" +SPDX-FileCopyrightText = ["Linnea Gräf ", "Firmament Contributors"] + +[[annotations]] +path = ["src/main/resources/**/*.png", "src/main/resources/**/*.mcmeta"] +SPDX-License-Identifier = "CC-BY-4.0" +SPDX-FileCopyrightText = ["Linnea Gräf ", "Firmament Contributors"] + +[[annotations]] +path = "src/main/resources/assets/**/lang/*.json" +SPDX-License-Identifier = "CC0-1.0" +SPDX-FileCopyrightText = ["Linnea Gräf ", "Firmament Contributors"] + +[[annotations]] +path = ["src/main/resources/assets/firmament/gui/**/*.xml"] +SPDX-License-Identifier = "CC0-1.0" +SPDX-FileCopyrightText = ["Linnea Gräf ", "Firmament Contributors"] + +[[annotations]] +path = "**/*.gradle.kts" +SPDX-License-Identifier = "CC0-1.0" +SPDX-FileCopyrightText = ["Linnea Gräf ", "Firmament Contributors"] -- cgit