forked from k8snetworkplumbingwg/whereabouts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
126 lines (115 loc) · 3.12 KB
/
Copy pathREUSE.toml
File metadata and controls
126 lines (115 loc) · 3.12 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# SPDX-FileCopyrightText: 2026 Deutsche Telekom AG
#
# SPDX-License-Identifier: CC0-1.0
# See https://reuse.software/spec-3.2/#reusetoml for specification
version = 1
SPDX-PackageName = "Whereabouts"
SPDX-PackageSupplier = "Deutsche Telekom AG <opensource@telekom.de>"
SPDX-PackageDownloadLocation = "https://github.com/telekom/whereabouts"
# Go source files — Apache-2.0
[[annotations]]
path = [
"cmd/**/*.go",
"api/**/*.go",
"pkg/**/*.go",
"e2e/**/*.go",
"tools.go",
]
precedence = "aggregate"
SPDX-FileCopyrightText = ["2019 k8snetworkplumbingwg", "2026 Deutsche Telekom AG"]
SPDX-License-Identifier = "Apache-2.0"
# Generated Go code (clientsets, deepcopy)
[[annotations]]
path = [
"pkg/generated/**/*.go",
"api/**/zz_generated.deepcopy.go",
]
precedence = "aggregate"
SPDX-FileCopyrightText = ["2019 k8snetworkplumbingwg", "2026 Deutsche Telekom AG"]
SPDX-License-Identifier = "Apache-2.0"
# Build & hack scripts — Apache-2.0
[[annotations]]
path = [
"hack/**/*.sh",
"hack/release/*.sh",
"script/*.sh",
"hack/boilerplate.go.txt",
"hack/openapi-violations.list",
"Makefile",
"Dockerfile",
"Dockerfile.arm64",
]
precedence = "aggregate"
SPDX-FileCopyrightText = ["2019 k8snetworkplumbingwg", "2026 Deutsche Telekom AG"]
SPDX-License-Identifier = "Apache-2.0"
# Kubernetes / Helm / Kustomize configuration — Apache-2.0
[[annotations]]
path = [
"config/**/*.yaml",
"deployment/**/*.yaml",
"deployment/**/*.txt",
"deployment/**/*.tpl",
"yamls/*.yaml",
"hack/cni-install.yml",
"doc/sample_config.json",
]
precedence = "aggregate"
SPDX-FileCopyrightText = ["2019 k8snetworkplumbingwg", "2026 Deutsche Telekom AG"]
SPDX-License-Identifier = "Apache-2.0"
# Documentation — CC-BY-4.0
[[annotations]]
path = [
"*.md",
"doc/**/*.md",
"doc/proposals/**/*.md",
"doc/proposals/images/**",
"doc/*.png",
"doc/*.svg",
]
precedence = "aggregate"
SPDX-FileCopyrightText = ["2019 k8snetworkplumbingwg", "2026 Deutsche Telekom AG"]
SPDX-License-Identifier = "CC-BY-4.0"
# CI workflows — CC0-1.0
[[annotations]]
path = [
".github/workflows/*.yml",
".github/**/*.md",
".github/ISSUE_TEMPLATE/**",
".github/CODEOWNERS",
".github/dependabot.yml",
".github/copilot-instructions.md",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Deutsche Telekom AG"
SPDX-License-Identifier = "CC0-1.0"
# Configuration and metadata files — CC0-1.0
[[annotations]]
path = [
".golangci.yml",
".dockerignore",
".gitignore",
"go.mod",
"go.sum",
"PROJECT",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Deutsche Telekom AG"
SPDX-License-Identifier = "CC0-1.0"
# REUSE config itself — CC0-1.0
[[annotations]]
path = ["REUSE.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Deutsche Telekom AG"
SPDX-License-Identifier = "CC0-1.0"
# License and notice files
[[annotations]]
path = ["LICENSE", "NOTICE"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2019 k8snetworkplumbingwg"
SPDX-License-Identifier = "Apache-2.0"
# Vendor directory — third-party code
[[annotations]]
path = ["vendor/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "LicenseRef-Vendor"