diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index dc801a8..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-nodejs-oflm -Upstream-Contact: Gopal Anand (gopal.anand@sap.com) -Source: https://github.com/SAP-samples/cloud-nodejs-oflm - -Files: * -Copyright: 2020 SAP SE or an SAP affiliate company and cloud-nodejs-oflm -License: Apache-2.0 \ No newline at end of file diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..a102b20 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "cloud-nodejs-oflm" +SPDX-PackageSupplier = "Gopal Anand (gopal.anand@sap.com)" +SPDX-PackageDownloadLocation = "https://github.com/SAP-samples/cloud-nodejs-oflm" + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2020 SAP SE or an SAP affiliate company and cloud-nodejs-oflm" +SPDX-License-Identifier = "Apache-2.0"