From 112b75bca504faddb5517f15d1a5a85d7b7d23bd Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 25 Jan 2025 10:11:07 +0100 Subject: [PATCH] Migrate to REUSE.toml --- .reuse/dep5 | 21 --------------------- REUSE.toml | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 21 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 501bbe2..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,21 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Share₂Fedi -Upstream-Contact: Nikita Karamov -Source: https://github.com/kytta/share2fedi - -Files: public/site.webmanifest -Copyright: 2023 Nikita Karamov -License: AGPL-3.0-only - -Files: src/i18n/translations/*.json -Copyright: 2023 Nikita Karamov -License: AGPL-3.0-only - -Files: - assets/*.png - assets/*.svg - public/*.ico - public/*.png - public/*.svg -Copyright: 2023 Nikita Karamov -License: CC-BY-4.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..a447738 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,41 @@ +version = 1 +SPDX-PackageName = "Share₂Fedi" +SPDX-PackageSupplier = "Nikita Karamov " +SPDX-PackageDownloadLocation = "https://github.com/kytta/share2fedi" + +[[annotations]] +path = [ + "public/site.webmanifest", + "public/robots.txt", +] +precedence = "aggregate" +SPDX-FileCopyrightText = "2023 Nikita Karamov " +SPDX-License-Identifier = "AGPL-3.0-only" + +[[annotations]] +path = "src/i18n/translations/**.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "2023-2025 Nikita Karamov, and translators" +SPDX-License-Identifier = "AGPL-3.0-only" + +[[annotations]] +path = [ + "assets/**.png", + "assets/**.svg", + "public/**.ico", + "public/**.png", + "public/**.svg" +] +precedence = "aggregate" +SPDX-FileCopyrightText = "2023 Nikita Karamov " +SPDX-License-Identifier = "CC-BY-4.0" + +# simple configs +[[annotations]] +path = [ + ".node-version", + "netlify.toml", + "vercel.json" +] +SPDX-FileCopyrightText = "2023-2025 Nikita Karamov " +SPDX-License-Identifier = "CC0-1.0"