-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathREUSE.toml
More file actions
34 lines (32 loc) · 974 Bytes
/
REUSE.toml
File metadata and controls
34 lines (32 loc) · 974 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
32
33
34
version = 1
SPDX-PackageName = "gardener-extension-provider-metal"
SPDX-PackageSupplier = "IronCore authors <ospo@sap.com>"
SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/gardener-extension-provider-ironcore-metal"
[[annotations]]
path = [
".github/**",
".gitignore",
".dockerignore",
".golangci.yaml",
"CODEOWNERS",
"CODE_OF_CONDUCT.md",
"Dockerfile",
"Makefile",
"go.mod",
"go.sum",
"VERSION",
"hack/**",
"example/**",
"charts/**",
"imagevector/images.yaml",
"pkg/controller/bastion/ignition/template.yaml",
"REUSE.toml"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and IronCore contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["docs/**", "README.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and IronCore contributors"
SPDX-License-Identifier = "Apache-2.0"