From f94024332a41fa18246796a4b7dc8abe68493c25 Mon Sep 17 00:00:00 2001 From: ajinkyapatil8190 Date: Mon, 24 Mar 2025 15:12:17 +0100 Subject: [PATCH] Reuse Version update from dep to toml --- .reuse/dep5 | 8 -------- REUSE.toml | 10 ++++++++++ 2 files changed, 10 insertions(+), 8 deletions(-) delete mode 100755 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100755 index 4fb9c022..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,8 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: styleguides -Upstream-Contact: Klaus Hauptle , Florian Hoffmann -Source: https://github.com/SAP/styleguides - -Files: * -Copyright: 2019-2021 SAP SE or an SAP affiliate company and styleguides contributors -License: CC-BY-3.0 \ No newline at end of file diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..60be18ae --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "styleguides" +SPDX-PackageSupplier = "Klaus Hauptle , Florian Hoffmann " +SPDX-PackageDownloadLocation = "https://github.com/SAP/styleguides" + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2019-2021 SAP SE or an SAP affiliate company and styleguides contributors" +SPDX-License-Identifier = "CC-BY-3.0"