From 651d5e8bcb841ae7944427f7d35e994ee4edc58b Mon Sep 17 00:00:00 2001 From: ajinkyapatil8190 Date: Mon, 3 Feb 2025 13:58:51 +0100 Subject: [PATCH] Reuse Version update from dep to toml --- .reuse/dep5 | 9 --------- REUSE.toml | 9 +++++++++ 2 files changed, 9 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 8dcc63e..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,9 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: golang-commons -Upstream-Contact: -Source: https://github.com/openmfp/golang-commons - -Files: * -Copyright: 2024 SAP SE or an SAP affiliate company and openMFP contributors and golang-commons contributors. -License: Apache-2.0 - diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..5f9b8a1 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,9 @@ +version = 1 +SPDX-PackageName = "golang-commons" +SPDX-PackageDownloadLocation = "https://github.com/openmfp/golang-commons" + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and openMFP contributors and golang-commons contributors." +SPDX-License-Identifier = "Apache-2.0"