-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
51 lines (46 loc) · 1.22 KB
/
REUSE.toml
File metadata and controls
51 lines (46 loc) · 1.22 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
49
50
51
# SPDX-FileCopyrightText: SAP SE or an SAP affiliate company
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "maintenance-controller"
SPDX-PackageDownloadLocation = "https://github.com/sapcc/maintenance-controller"
[[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 = [
"static/*",
"PROJECT",
".github/.kubebuilder-version",
"hack/boilerplate.go.txt",
"e2e/cluster.json",
]
SPDX-FileCopyrightText = "2020 SAP SE or an SAP affiliate company"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"static/alpinejs*",
]
SPDX-FileCopyrightText = "Copyright © 2019-2021 Caleb Porzio and contributors"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [
"static/purecss*",
]
SPDX-FileCopyrightText = "Copyright 2013 Yahoo!"
SPDX-License-Identifier = "BSD-3-Clause"