From 93e713011c2e75020a5cd6cac311f820d55cdb1a Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Thu, 21 Nov 2024 10:51:48 -0500 Subject: [PATCH] reuse - convert to REUSE.toml (#77) --- .reuse/dep5 | 9 --------- REUSE.toml | 10 ++++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 2a98557..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,9 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: KDAlgorithms -Upstream-Contact: -Source: https://www.github.com/KDAB/KDAlgorithms - -#misc source code -Files: run .gitignore CMakeLists.txt CMakePresets.json README.md _clang-format .pre-commit-config.yaml appveyor.yml Documentation/* Example/CMakeLists.txt Inspiration/CMakeLists.txt -Copyright: 2022 Klarälvdalens Datakonsult AB, a KDAB Group company -License: MIT diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..5c715cc --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "KDAlgorithms" +SPDX-PackageSupplier = "" +SPDX-PackageDownloadLocation = "https://www.github.com/KDAB/KDAlgorithms" + +[[annotations]] +path = ["run", ".gitignore", "CMakeLists.txt", "CMakePresets.json", "README.md", "_clang-format", ".pre-commit-config.yaml", "appveyor.yml", "Documentation/**", "Example/CMakeLists.txt", "Inspiration/CMakeLists.txt", "REUSE.toml"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2022 Klarälvdalens Datakonsult AB, a KDAB Group company " +SPDX-License-Identifier = "MIT"