diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 09dafc38..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,39 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Gardener terminal-controller-manager -Upstream-Contact: The Gardener project -Source: https://github.com/gardener/terminal-controller-manager - -# -------------------------------------------------- -# source code - -Files: - .ci/** - .github/* - charts/*/Chart.yaml - charts/*/values.yaml - charts/*/templates/*.yaml - charts/*/templates/*/*.yaml - charts/terminal/charts/application/crd-gen/*.yaml - .dockerignore - .gimps.yaml - .gitignore - .golangci.yaml - CODEOWNERS - go.mod - go.sum - *.json - *.tpl - VERSION -Copyright: 2021 SAP SE or an SAP affiliate company and Gardener contributors -License: Apache-2.0 - -# -------------------------------------------------- -# documentation - -Files: - *.md -Copyright: 2021 SAP SE or an SAP affiliate company and Gardener contributors -License: CC-BY-4.0 - -# -------------------------------------------------- -# source dependencies diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..95063a62 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,34 @@ +version = 1 +SPDX-PackageName = "Gardener terminal-controller-manager" +SPDX-PackageSupplier = "The Gardener project " +SPDX-PackageDownloadLocation = "https://github.com/gardener/terminal-controller-manager" + +[[annotations]] +path = [ + ".ci/**", + ".github/**", + "charts/**/Chart.yaml", + "charts/**/values.yaml", + "charts/**/templates/**.yaml", + "charts/**/templates/**/**.yaml", + "charts/terminal/charts/application/crd-gen/**.yaml", + ".dockerignore", + ".gimps.yaml", + ".gitignore", + ".golangci.yaml", + "CODEOWNERS", + "go.mod", + "go.sum", + "**.json", + "**.tpl", + "VERSION" +] +precedence = "aggregate" +SPDX-FileCopyrightText = "2021-2024 SAP SE or an SAP affiliate company and Gardener contributors" +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = ["**.md"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2021-2024 SAP SE or an SAP affiliate company and Gardener contributors" +SPDX-License-Identifier = "CC-BY-4.0"