diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 55ab955..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,10 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: gigya-python-sdk -Upstream-Contact: Kobi Cohen -Source: https://github.com/SAP/gigya-python-sdk - - -Files: * -Copyright: 2020 SAP SE or an SAP affiliate company -License: Apache-2.0 - diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..37e88b3 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "gigya-python-sdk" +SPDX-PackageSupplier = "Kobi Cohen " +SPDX-PackageDownloadLocation = "https://github.com/SAP/gigya-python-sdk" + +[[annotations]] +path = "**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2020 SAP SE or an SAP affiliate company" +SPDX-License-Identifier = "Apache-2.0"