diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index ca81e2e..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,8 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: cloud-alm-setup-admin-guide -Upstream-Contact: stephanie.daum@sap.com -Source: https://github.com/SAP-docs/cloud-alm-setup-admin-guide - -Files: * -Copyright: 2022-2023 SAP SE or an SAP affiliate company and cloud-alm-setup-admin-guide contributors -License: CC-BY-4.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..8d2410c --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "cloud-alm-setup-admin-guide" +SPDX-PackageSupplier = "stephanie.daum@sap.com" +SPDX-PackageDownloadLocation = "https://github.com/SAP-docs/cloud-alm-setup-admin-guide" + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2022-2023 SAP SE or an SAP affiliate company and cloud-alm-setup-admin-guide contributors" +SPDX-License-Identifier = "CC-BY-4.0"