-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathREUSE.toml
More file actions
31 lines (29 loc) · 809 Bytes
/
REUSE.toml
File metadata and controls
31 lines (29 loc) · 809 Bytes
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
version = 1
SPDX-PackageName = "Gardener gardenlogin"
SPDX-PackageSupplier = "The Gardener project <gardener@googlegroups.com>"
SPDX-PackageDownloadLocation = "https://github.com/gardener/gardenlogin"
[[annotations]]
path = [
".ci/**",
".dockerignore",
".github/**",
".gitignore",
".gimps.yaml",
".golangci.yaml",
".ocm/branch-info.yaml",
"CODEOWNERS",
"OWNERS",
"OWNERS_ALIASES",
"go.mod",
"go.sum",
"LATEST",
"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"