-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREUSE.toml
More file actions
48 lines (46 loc) · 1.04 KB
/
REUSE.toml
File metadata and controls
48 lines (46 loc) · 1.04 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
43
44
45
46
47
48
version = 1
SPDX-PackageName = "boot-operator"
SPDX-PackageSupplier = "IronCore authors <ospo@sap.com>"
SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/boot-operator"
[[annotations]]
path = [
".github/**",
".gitignore",
"CODEOWNERS",
"Dockerfile",
"Makefile",
"PROJECT",
"config/**",
"dist/**",
"dist/**",
"gen/**",
"go.mod",
"go.sum",
"hack/**",
"server/**",
"templates/**",
"internal/**",
"cmd/**",
"api/**",
"config/**",
"test/**",
"CONTRIBUTING.md",
"PROJECT",
".dockerignore",
".golangci.yml",
"CLAUDE.md",
"REUSE.toml",
"package-lock.json",
"package.json"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 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 = "2025 SAP SE or an SAP affiliate company and IronCore contributors"
SPDX-License-Identifier = "Apache-2.0"