-
-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathREUSE.toml
More file actions
42 lines (40 loc) · 1005 Bytes
/
Copy pathREUSE.toml
File metadata and controls
42 lines (40 loc) · 1005 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
version = 1
# Project-owned configuration, build, and documentation files.
# These are not Java source and do not carry per-file SPDX comments;
# bulk-declared here per REUSE.software v3.3.
[[annotations]]
path = [
"LICENSE",
"Makefile",
"README.md",
".gitignore",
".gitmodules",
".github/**",
"pom.xml",
"**/pom.xml",
"build.xml",
"**/spotbugs.xml",
"tests.xml",
"tests-fail.xml",
"tests-1.8.xml",
"tests-11.xml",
"tests-17.xml",
"tests-21.xml",
"tests-25.xml",
"kits.xml",
"fails.xml",
"capfile/src/main/resources/**",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2015 Martin Paljak <martin@martinpaljak.net>"
SPDX-License-Identifier = "MIT"
# Maven Wrapper - vendored from the Apache Maven project (Apache-2.0).
[[annotations]]
path = [
"mvnw",
"mvnw.cmd",
".mvn/wrapper/**",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "The Apache Software Foundation"
SPDX-License-Identifier = "Apache-2.0"