diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index af72d87..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,8 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: abap-platform-trial-image -Upstream-Contact: Jakub Filak (jakub.filak@sap.com) -Source: https://github.com/SAP-docs/abap-platform-trial-image - -Files: * -Copyright: 2023 SAP SE or an SAP affiliate company and SAP-docs/abap-platform-trial-image contributors -License: CC-BY-4.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..20699b2 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "abap-platform-trial-image" +SPDX-PackageSupplier = "Jakub Filak (jakub.filak@sap.com)" +SPDX-PackageDownloadLocation = "https://github.com/SAP-docs/abap-platform-trial-image" + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and SAP-docs/abap-platform-trial-image contributors" +SPDX-License-Identifier = "CC-BY-4.0"