diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 508fda9a..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,8 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: SAP BTP Service Operator -Upstream-Contact: Pavel Maliy -Source: https://github.com/SAP/sap-btp-service-operator - -Files: * -Copyright: 2021 SAP SE or an SAP affiliate company and OwnID contributors -License: Apache-2.0 \ No newline at end of file diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..c7d17751 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "SAP BTP Service Operator" +SPDX-PackageSupplier = "Pavel Maliy " +SPDX-PackageDownloadLocation = "https://github.com/SAP/sap-btp-service-operator" + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 SAP SE or an SAP affiliate company and OwnID contributors" +SPDX-License-Identifier = "Apache-2.0"