diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index f45a200d93..0000000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,8 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Tutorials -Upstream-Contact: Joshua Margo (joshua.margo@sap.com) -Source: https://github.com/sap-tutorials/Tutorials - -Files: * -Copyright: 2022 SAP SE or an SAP affiliate company and https://github.com/sap-tutorials/Tutorials contributors -License: CC-BY-4.0 \ No newline at end of file diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000000..7b9d33d4a3 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "Tutorials" +SPDX-PackageSupplier = "Joshua Margo (joshua.margo@sap.com)" +SPDX-PackageDownloadLocation = "https://github.com/sap-tutorials/Tutorials" + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2022 SAP SE or an SAP affiliate company and https://github.com/sap-tutorials/Tutorials contributors" +SPDX-License-Identifier = "CC-BY-4.0"