-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathREUSE.toml
More file actions
42 lines (40 loc) · 1.09 KB
/
REUSE.toml
File metadata and controls
42 lines (40 loc) · 1.09 KB
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
40
41
42
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",
".ocm/branch-info.yaml",
"CODEOWNERS",
"OWNERS",
"OWNERS_ALIASES",
"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"