diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 6cb2367..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,19 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Astra -Upstream-Contact: Joshua Goins -Source: https://github.com/redstrate/astra - -Files: .gitmodules README.md BUILDING.md FLATPAK.md CONTRIBUTING.md .build.yml .editorconfig zone.xiv.astra.yml zone.xiv.astra.desktop misc/* scripts/* .github/* -Copyright: Joshua Goins -License: CC0-1.0 - -Files: zone.xiv.astra.svg resources/* -Copyright: Joshua Goins -License: CC-BY-SA-4.0 - -Files: external/libcotp/* -Copyright: libcotp contributors -License: Apache-2.0 - - - diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..ff72c3e --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,22 @@ +version = 1 +SPDX-PackageName = "Astra" +SPDX-PackageSupplier = "Joshua Goins " +SPDX-PackageDownloadLocation = "https://github.com/redstrate/astra" + +[[annotations]] +path = [".gitmodules", "README.md", "BUILDING.md", "FLATPAK.md", "CONTRIBUTING.md", ".build.yml", ".editorconfig", "zone.xiv.astra.yml", "zone.xiv.astra.desktop", "misc/**", "scripts/**", ".github/**"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Joshua Goins " +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = ["zone.xiv.astra.svg", "resources/**"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Joshua Goins " +SPDX-License-Identifier = "CC-BY-SA-4.0" + +[[annotations]] +path = "external/libcotp/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "libcotp contributors" +SPDX-License-Identifier = "Apache-2.0"