diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 1daf9fe..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,8 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: btp-job-scheduling-service -Upstream-Contact: Hördt Sylvia (sylvia.hoerdt@sap.com) -Source: https://github.com/SAP-docs/btp-job-scheduling-service - -Files: * -Copyright: 2022-2023 SAP SE or an SAP affiliate company and btp-job-scheduling-service contributors -License: CC-BY-4.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..e6c8603 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "btp-job-scheduling-service" +SPDX-PackageSupplier = "Hördt Sylvia (sylvia.hoerdt@sap.com)" +SPDX-PackageDownloadLocation = "https://github.com/SAP-docs/btp-job-scheduling-service" + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2022-2023 SAP SE or an SAP affiliate company and btp-job-scheduling-service contributors" +SPDX-License-Identifier = "CC-BY-4.0"