From 348b589d6bcaf63407522f64b8ad7c959fb4e240 Mon Sep 17 00:00:00 2001 From: Brain Date: Tue, 27 Aug 2024 18:32:07 +0200 Subject: [PATCH] Convert .reuse/dep5 to REUSE.toml --- .reuse/dep5 | 28 ---------------------------- REUSE.toml | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 28 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 940e5a5..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,28 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: ki-frontend -Upstream-Contact: Scammo -Source: https://git.wtf-eg.de/kompetenzinventar/ki-frontend - -Files: package.json package-lock.json renovate.json -Copyright: WTF Kooperative eG -License: AGPL-3.0-or-later - -Files: .browserslistrc .dockerignore .eslintrc.js .gitignore -Copyright: WTF Kooperative eG -License: AGPL-3.0-or-later - -Files: src/assets/img/wtf* -Copyright: WTF Kooperative eG -License: LicenseRef-WTF - -Files: src/assets/language_level.json src/assets/skill_level.json -Copyright: WTF Kooperative eG -License: AGPL-3.0-or-later - -Files: public/img/bootstrap-icons-1.5.0/* -Copyright: Copyright (c) 2019-2020 The Bootstrap Authors -License: MIT - -Files: public/fonts/Lato* -Copyright: 2010-2015, Łukasz Dziedzic (dziedzic@typoland.com) -License: OFL-1.1-RFN diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..07dae68 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,40 @@ +version = 1 +SPDX-PackageName = "ki-frontend" +SPDX-PackageSupplier = "Scammo " +SPDX-PackageDownloadLocation = "https://git.wtf-eg.de/kompetenzinventar/ki-frontend" + +[[annotations]] +path = ["package.json", "package-lock.json", "renovate.json"] +precedence = "aggregate" +SPDX-FileCopyrightText = "WTF Kooperative eG " +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = [".browserslistrc", ".dockerignore", ".eslintrc.js", ".gitignore"] +precedence = "aggregate" +SPDX-FileCopyrightText = "WTF Kooperative eG " +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = "src/assets/img/wtf**" +precedence = "aggregate" +SPDX-FileCopyrightText = "WTF Kooperative eG " +SPDX-License-Identifier = "LicenseRef-WTF" + +[[annotations]] +path = ["src/assets/language_level.json", "src/assets/skill_level.json"] +precedence = "aggregate" +SPDX-FileCopyrightText = "WTF Kooperative eG " +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = "public/img/bootstrap-icons-1.5.0/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "Copyright (c) 2019-2020 The Bootstrap Authors" +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "public/fonts/Lato**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2010-2015, Łukasz Dziedzic (dziedzic@typoland.com)" +SPDX-License-Identifier = "OFL-1.1-RFN"