-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREUSE.toml
More file actions
59 lines (50 loc) · 1.8 KB
/
REUSE.toml
File metadata and controls
59 lines (50 loc) · 1.8 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
# See https://reuse.software/spec-3.2/#reusetoml for specification
version = 1
SPDX-PackageName = "Controlplane"
SPDX-PackageSupplier = "Deutsche Telekom AG <[email protected]>"
SPDX-PackageDownloadLocation = "https://github.com/telekom/controlplane"
[[annotations]]
path = "**/docs/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright 2025 Deutsche Telekom IT GmbH"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ["LICENSE", "CODEOWNERS"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright 2025 Deutsche Telekom IT GmbH"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [".pre-commit-config.yaml", "REUSE.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright 2025 Deutsche Telekom IT GmbH"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "**/testdata/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright 2025 Deutsche Telekom IT GmbH"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ".github/dependabot.yml"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright 2025 Deutsche Telekom IT GmbH"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "CHANGELOG.md"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright 2025 Deutsche Telekom IT GmbH"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "**/helm/**/*.yaml"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright 2025 Deutsche Telekom IT GmbH"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "**/__snapshots__/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright 2025 Deutsche Telekom IT GmbH"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "**/mocks/data/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright 2025 Deutsche Telekom IT GmbH"
SPDX-License-Identifier = "Apache-2.0"