From 3c990b796b22eb7e7aa97cd00b6ead3dffd2018f Mon Sep 17 00:00:00 2001
From: Johannes Loher <johannes.loher@fg4f.de>
Date: Sat, 15 Feb 2025 18:58:30 +0100
Subject: [PATCH] chore: migrate .reuse/dep5 to REUSE.toml

---
 .reuse/dep5 |  77 ------------------------------------
 REUSE.toml  | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 112 insertions(+), 77 deletions(-)
 delete mode 100644 .reuse/dep5
 create mode 100644 REUSE.toml

diff --git a/.reuse/dep5 b/.reuse/dep5
deleted file mode 100644
index 7fe4fa3e..00000000
--- a/.reuse/dep5
+++ /dev/null
@@ -1,77 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: ds4
-Upstream-Contact: Johannes Loher <johannes.loher@fg4f.de>
-Source: https://git.f3l.de/dungeonslayers/ds4
-
-Files: assets/icons/official/*
-Copyright: 2021 Johannes Loher
-License: CC-BY-NC-SA-4.0
-
-Files: assets/icons/game-icons/caro-asercion/*
-Copyright: Caro Asercion
-License: CC-BY-3.0
-
-Files: assets/icons/game-icons/cathelineau/*
-Copyright: Cathelineau
-License: CC-BY-3.0
-
-Files: assets/icons/game-icons/darkzaitev/*
-Copyright: DarkZaitzev, http://darkzaitzev.deviantart.com/
-License: CC-BY-3.0
-
-Files: assets/icons/game-icons/delapouite/*
-Copyright: Delapouite, https://delapouite.com/
-License: CC-BY-3.0
-
-Files: assets/icons/game-icons/heavenly-dog/*
-Copyright: HeavenlyDog, http://www.gnomosygoblins.blogspot.com/
-License: CC-BY-3.0
-
-Files: assets/icons/game-icons/lorc/*
-Copyright: Lorc, http://lorcblog.blogspot.com/
-License: CC-BY-3.0
-
-Files: assets/icons/game-icons/sbed/*
-Copyright: Sbed, http://opengameart.org/content/95-game-icons
-License: CC-BY-3.0
-
-Files: assets/icons/game-icons/skoll/*
-Copyright: Skoll
-License: CC-BY-3.0
-
-Files: assets/icons/game-icons/willdabeast/*
-Copyright: Willdabeast, http://wjbstories.blogspot.com/
-License: CC-BY-3.0
-
-Files: assets/tokens/devin-night/*
-Copyright: Devin Night, https://immortalnights.com/
-License: LicenseRef-DevinNightTokenUsageRights
-
-Files: packs/creatures/*
-Copyright: 2021 Sascha Martens
-  2021 Johannes Loher
-License: CC-BY-NC-SA-4.0
-
-Files: packs/items/*
-Copyright: 2021 Johannes Loher
-License: CC-BY-NC-SA-4.0
-
-Files: packs/languages-and-scripts/*
-Copyright: 2021 Johannes Loher
-License: CC-BY-NC-SA-4.0
-
-Files: packs/racial-abilities/*
-Copyright: 2021 Johannes Loher
-License: CC-BY-NC-SA-4.0
-
-Files: packs/special-creature-abilities/*
-Copyright: 2021 Johannes Loher
-License: CC-BY-NC-SA-4.0
-
-Files: packs/spells/*
-Copyright: 2021 Sascha Martens
-License: CC-BY-NC-SA-4.0
-
-Files: packs/talents/*
-Copyright: 2022 Johannes Loher
-License: CC-BY-NC-SA-4.0
diff --git a/REUSE.toml b/REUSE.toml
new file mode 100644
index 00000000..914f4474
--- /dev/null
+++ b/REUSE.toml
@@ -0,0 +1,112 @@
+version = 1
+SPDX-PackageName = "ds4"
+SPDX-PackageSupplier = "Johannes Loher <johannes.loher@fg4f.de>"
+SPDX-PackageDownloadLocation = "https://git.f3l.de/dungeonslayers/ds4"
+
+[[annotations]]
+path = "assets/icons/official/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2021 Johannes Loher"
+SPDX-License-Identifier = "CC-BY-NC-SA-4.0"
+
+[[annotations]]
+path = "assets/icons/game-icons/caro-asercion/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "Caro Asercion"
+SPDX-License-Identifier = "CC-BY-3.0"
+
+[[annotations]]
+path = "assets/icons/game-icons/cathelineau/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "Cathelineau"
+SPDX-License-Identifier = "CC-BY-3.0"
+
+[[annotations]]
+path = "assets/icons/game-icons/darkzaitev/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "DarkZaitzev, http://darkzaitzev.deviantart.com/"
+SPDX-License-Identifier = "CC-BY-3.0"
+
+[[annotations]]
+path = "assets/icons/game-icons/delapouite/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "Delapouite, https://delapouite.com/"
+SPDX-License-Identifier = "CC-BY-3.0"
+
+[[annotations]]
+path = "assets/icons/game-icons/heavenly-dog/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "HeavenlyDog, http://www.gnomosygoblins.blogspot.com/"
+SPDX-License-Identifier = "CC-BY-3.0"
+
+[[annotations]]
+path = "assets/icons/game-icons/lorc/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "Lorc, http://lorcblog.blogspot.com/"
+SPDX-License-Identifier = "CC-BY-3.0"
+
+[[annotations]]
+path = "assets/icons/game-icons/sbed/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "Sbed, http://opengameart.org/content/95-game-icons"
+SPDX-License-Identifier = "CC-BY-3.0"
+
+[[annotations]]
+path = "assets/icons/game-icons/skoll/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "Skoll"
+SPDX-License-Identifier = "CC-BY-3.0"
+
+[[annotations]]
+path = "assets/icons/game-icons/willdabeast/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "Willdabeast, http://wjbstories.blogspot.com/"
+SPDX-License-Identifier = "CC-BY-3.0"
+
+[[annotations]]
+path = "assets/tokens/devin-night/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "Devin Night, https://immortalnights.com/"
+SPDX-License-Identifier = "LicenseRef-DevinNightTokenUsageRights"
+
+[[annotations]]
+path = "packs/creatures/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = ["2021 Sascha Martens", "2021 Johannes Loher"]
+SPDX-License-Identifier = "CC-BY-NC-SA-4.0"
+
+[[annotations]]
+path = "packs/items/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2021 Johannes Loher"
+SPDX-License-Identifier = "CC-BY-NC-SA-4.0"
+
+[[annotations]]
+path = "packs/languages-and-scripts/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2021 Johannes Loher"
+SPDX-License-Identifier = "CC-BY-NC-SA-4.0"
+
+[[annotations]]
+path = "packs/racial-abilities/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2021 Johannes Loher"
+SPDX-License-Identifier = "CC-BY-NC-SA-4.0"
+
+[[annotations]]
+path = "packs/special-creature-abilities/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2021 Johannes Loher"
+SPDX-License-Identifier = "CC-BY-NC-SA-4.0"
+
+[[annotations]]
+path = "packs/spells/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2021 Sascha Martens"
+SPDX-License-Identifier = "CC-BY-NC-SA-4.0"
+
+[[annotations]]
+path = "packs/talents/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2022 Johannes Loher"
+SPDX-License-Identifier = "CC-BY-NC-SA-4.0"