-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathREUSE.toml
More file actions
28 lines (24 loc) · 961 Bytes
/
REUSE.toml
File metadata and controls
28 lines (24 loc) · 961 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
version = 1
SPDX-PackageName = "Gardener ci-infra"
SPDX-PackageSupplier = "The Gardener project <gardener@googlegroups.com>"
SPDX-PackageDownloadLocation = "https://github.com/gardener/ci-infra"
[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2017-2024 SAP SE or an SAP affiliate company and Gardener contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "**.md"
precedence = "aggregate"
SPDX-FileCopyrightText = "2017-2024 SAP SE or an SAP affiliate company and Gardener contributors"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "prow/external-plugins/cherrypicker/**.go"
precedence = "aggregate"
SPDX-FileCopyrightText = "2017 The Kubernetes Authors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["images/krte/Dockerfile", "images/krte/wrapper.sh"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2019 The Kubernetes Authors"
SPDX-License-Identifier = "Apache-2.0"