From 4923dee0cac25b20432ce86f44d6e2694fbd16ff Mon Sep 17 00:00:00 2001 From: Adrian Braemer <adrian.braemer@tngtech.com> Date: Wed, 12 Mar 2025 18:35:14 +0100 Subject: [PATCH] chore: update deprecated dep5 file to REUSE.toml --- .reuse/dep5 | 10 ---------- REUSE.toml | 8 ++++++++ 2 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 3291bf28..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,10 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: https://github.com/opossum-tool/opossum-lib.py - -Files: .python-version - *.json - **.gitignore - **.opossum - *.lock -Copyright: TNG Technology Consulting GmbH <https://www.tngtech.com> -License: Apache-2.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..56f87cf9 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,8 @@ +version = 1 +SPDX-PackageDownloadLocation = "https://github.com/opossum-tool/opossum-lib.py" + +[[annotations]] +path = [".python-version", "**.json", "**.gitignore", "**.opossum", "**.lock"] +precedence = "aggregate" +SPDX-FileCopyrightText = "TNG Technology Consulting GmbH <https://www.tngtech.com>" +SPDX-License-Identifier = "Apache-2.0"