From 7db40350533704c38a47ed6d9396258985cf68ce Mon Sep 17 00:00:00 2001 From: ajinkyapatil8190 Date: Tue, 4 Feb 2025 10:21:34 +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 071c5d9..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,9 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: example-content -Upstream-Contact: -Source: https://github.com/openmfp/example-content - -Files: * -Copyright: 2024 SAP SE or an SAP affiliate company and openMFP contributors and example-content contributors. -License: Apache-2.0 - diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..2cfe0c9 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,9 @@ +version = 1 +SPDX-PackageName = "example-content" +SPDX-PackageDownloadLocation = "https://github.com/openmfp/example-content" + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and openMFP contributors and example-content contributors." +SPDX-License-Identifier = "Apache-2.0"