diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index f622f68..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,32 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: vgopath -Upstream-Contact: IronCore authors -Source: https://github.com/ironcore-dev/vgopath - -# -------------------------------------------------- -# source code - -Files: - .github/* - .gitignore - .golangci.yaml - CODEOWNERS - CODE_OF_CONDUCT.md - Makefile - go.mod - go.sum - internal/testdata/gocat/go.mod - internal/testdata/modules.json.stream -Copyright: 2023 SAP SE or an SAP affiliate company and IronCore contributors -License: Apache-2.0 - -# -------------------------------------------------- -# documentation - -Files: - README.md -Copyright: 2023 SAP SE or an SAP affiliate company and IronCore contributors -License: Apache-2.0 - -# -------------------------------------------------- -# source dependencies diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..1a0ddfe --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,16 @@ +version = 1 +SPDX-PackageName = "vgopath" +SPDX-PackageSupplier = "IronCore authors " +SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/vgopath" + +[[annotations]] +path = [".github/**", ".gitignore", ".golangci.yaml", "CODEOWNERS", "CODE_OF_CONDUCT.md", "Makefile", "go.mod", "go.sum", "internal/testdata/gocat/go.mod", "internal/testdata/modules.json.stream"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors" +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "README.md" +precedence = "aggregate" +SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors" +SPDX-License-Identifier = "Apache-2.0"