-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathREUSE.toml
39 lines (37 loc) · 1.04 KB
/
REUSE.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
version = 1
SPDX-PackageName = "Gardener gardenctl-v2"
SPDX-PackageSupplier = "The Gardener project <gardener@googlegroups.com>"
SPDX-PackageDownloadLocation = "https://github.com/gardener/gardenctl-v2"
[[annotations]]
path = [
"REUSE.toml",
".ci/**",
".github/**",
"docs/**",
"logo/**",
"**.tmpl",
"**/mocks/**.go",
"pkg/env/testdata/**/**.fish",
"pkg/env/testdata/**/**.bash",
"pkg/env/testdata/**/**.pwsh",
"pkg/env/testdata/**/**.json",
"pkg/env/testdata/**/**.yaml",
"pkg/env/testdata/gcp/serviceaccount.json",
".dockerignore",
".gimps.yaml",
".gitignore",
".golangci.yaml",
"CODEOWNERS",
"go.mod",
"go.sum",
"LATEST",
"VERSION"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2020-2024 SAP SE or an SAP affiliate company and Gardener contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["CONTRIBUTING.md", "README.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2020-2024 SAP SE or an SAP affiliate company and Gardener contributors"
SPDX-License-Identifier = "CC-BY-4.0"