From 22a1f64459b7d0a55c43cb3e24770e331c644947 Mon Sep 17 00:00:00 2001 From: ajinkyapatil8190 Date: Tue, 25 Feb 2025 11:59:07 +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 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 573338a..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,8 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: btp-best-practices-guide -Upstream-Contact: Boris Zarske (boris.zarske@sap.com) -Source: https://github.com/SAP-docs/btp-best-practices-guide - -Files: * -Copyright: 2021-2023 SAP SE or an SAP affiliate company and btp-best-practices-guide contributors -License: CC-BY-4.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..b78878c --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "btp-best-practices-guide" +SPDX-PackageSupplier = "Boris Zarske (boris.zarske@sap.com)" +SPDX-PackageDownloadLocation = "https://github.com/SAP-docs/btp-best-practices-guide" + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021-2023 SAP SE or an SAP affiliate company and btp-best-practices-guide contributors" +SPDX-License-Identifier = "CC-BY-4.0"