-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
41 lines (35 loc) · 855 Bytes
/
REUSE.toml
File metadata and controls
41 lines (35 loc) · 855 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
# SPDX-FileCopyrightText: 2025 Digg - Agency for Digital Government
#
# SPDX-License-Identifier: CC0-1.0
version = 1
# Main project files
[[annotations]]
path = [
"CHANGELOG.md",
"README.md",
"docs/DEVELOPMENT.md",
"REUSE.toml",
"pom.xml",
"**/*.cddl",
"renovate.json",
".mvn/settings.xml",
"**/*/pmd_default_java.xml",
"**/*.json",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Digg - Agency for Digital Government"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [
"**/*/eclipse-java-google-style.xml",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "google/styleguide"
SPDX-License-Identifier = "CC-BY-3.0"
[[annotations]]
path = [
"**/*/google_checks.xml",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "checkstyle/checkstyle"
SPDX-License-Identifier = "CC0-1.0"