diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 881a83e9..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,8 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: btp-cloud-platform -Upstream-Contact: Tsvetan Angelov (tsvetan.angelov01@sap.com) -Source: https://github.com/sap-docs/btp-cloud-platform - -Files: * -Copyright: 2021-2023 SAP SE or an SAP affiliate company and https://github.com/sap-docs/btp-cloud-platform contributors -License: CC-BY-4.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..04742a88 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "btp-cloud-platform" +SPDX-PackageSupplier = "Tsvetan Angelov (tsvetan.angelov01@sap.com)" +SPDX-PackageDownloadLocation = "https://github.com/sap-docs/btp-cloud-platform" + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021-2023 SAP SE or an SAP affiliate company and https://github.com/sap-docs/btp-cloud-platform contributors" +SPDX-License-Identifier = "CC-BY-4.0"