-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
42 lines (38 loc) · 997 Bytes
/
REUSE.toml
File metadata and controls
42 lines (38 loc) · 997 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
35
36
37
38
39
40
41
42
# SPDX-FileCopyrightText: SAP SE or an SAP affiliate company
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "cloud-profile-sync"
SPDX-PackageDownloadLocation = "https://github.com/cobaltcore-dev/cloud-profile-sync"
[[annotations]]
path = [
".github/CODEOWNERS",
".github/renovate.json",
".gitignore",
".license-scan-overrides.jsonl",
".license-scan-rules.json",
]
SPDX-FileCopyrightText = "SAP SE or an SAP affiliate company"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"go.mod",
"go.sum",
"Makefile.maker.yaml",
"vendor/modules.txt",
]
SPDX-FileCopyrightText = "SAP SE or an SAP affiliate company"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"**/zz_generated.deepcopy.go",
"crd/*",
]
SPDX-FileCopyrightText = "2020 The Kubernetes Authors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"build/*",
".claude/*",
]
SPDX-FileCopyrightText = "NOASSERTION"
SPDX-License-Identifier = "CC0-1.0"