summaryrefslogtreecommitdiff
path: root/REUSE.toml
diff options
context:
space:
mode:
Diffstat (limited to 'REUSE.toml')
-rw-r--r--REUSE.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml
new file mode 100644
index 0000000..57eeea1
--- /dev/null
+++ b/REUSE.toml
@@ -0,0 +1,14 @@
1# See <https://reuse.software/spec-3.2/>
2version = 1
3
4[[annotations]]
5label = "Apache Maven Wrapper"
6path = ["mvnw", "mvnw.cmd", ".mvn/wrapper/maven-wrapper.properties"]
7SPDX-License-Identifier = "Apache-2.0"
8SPDX-FileCopyrightText = "Apache Software Foundation"
9
10[[annotations]]
11label = "Miscellaneous little shits I put under CC0"
12path = ["build.sh", ".gitattributes", ".gitignore", ".pre-commit-config.yaml", ".sdkmanrc"]
13SPDX-License-Identifier = "CC0-1.0"
14SPDX-FileCopyrightText = " 2025 Uko Kokņevičs <perkontevs@gmail.com>"