-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREUSE.toml
More file actions
33 lines (31 loc) · 887 Bytes
/
REUSE.toml
File metadata and controls
33 lines (31 loc) · 887 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
version = 1
SPDX-PackageName = "ironcore-net"
SPDX-PackageSupplier = "IronCore authors <ospo@sap.com>"
SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/ironcore-net"
[[annotations]]
path = [
".github/**",
".gitignore",
".golangci.yaml",
"CODEOWNERS",
"Dockerfile",
"Makefile",
"PROJECT",
"config/**",
"gen/**",
"go.mod",
"go.sum",
"hack/**",
"client-go/openapi/api_violations.report",
"models-schema/main.go.tmpl",
"REUSE.toml",
"mkdocs.yml"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 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 = "2023 SAP SE or an SAP affiliate company and IronCore contributors"
SPDX-License-Identifier = "Apache-2.0"