aboutsummaryrefslogtreecommitdiff
path: root/REUSE.toml
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-08-08 01:14:51 +0200
committerLinnea Gräf <nea@nea.moe>2024-08-08 01:15:43 +0200
commit63d0d32e4659dfc621bef06e1a93d4293af2653d (patch)
tree74e01776d02e69fa7943dfd170dee92be0bb0475 /REUSE.toml
parentb4f9ca21ef801bb3e39c53ae21bb6bf4398c94e9 (diff)
downloadfirmament-63d0d32e4659dfc621bef06e1a93d4293af2653d.tar.gz
firmament-63d0d32e4659dfc621bef06e1a93d4293af2653d.tar.bz2
firmament-63d0d32e4659dfc621bef06e1a93d4293af2653d.zip
Clean up reuse comments
[no changelog]
Diffstat (limited to 'REUSE.toml')
-rw-r--r--REUSE.toml28
1 files changed, 26 insertions, 2 deletions
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 <nea@nea.moe>"
-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 <nea@nea.moe>", "Firmament Contributors"]
+
+[[annotations]]
+path = ["src/main/resources/**/*.png", "src/main/resources/**/*.mcmeta"]
+SPDX-License-Identifier = "CC-BY-4.0"
+SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
+
+[[annotations]]
+path = "src/main/resources/assets/**/lang/*.json"
+SPDX-License-Identifier = "CC0-1.0"
+SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
+
+[[annotations]]
+path = ["src/main/resources/assets/firmament/gui/**/*.xml"]
+SPDX-License-Identifier = "CC0-1.0"
+SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
+
+[[annotations]]
+path = "**/*.gradle.kts"
+SPDX-License-Identifier = "CC0-1.0"
+SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]