blob: 0df0f3ad685bff8478b5a855c6d2e975febb35c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# See <https://reuse.software/spec-3.2/>
version = 1
[[annotations]]
label = "Apache Maven Wrapper"
path = ["mvnw", "mvnw.cmd", ".mvn/wrapper/maven-wrapper.properties"]
SPDX-License-Identifier = "Apache-2.0"
SPDX-FileCopyrightText = "Apache Software Foundation"
[[annotations]]
label = "Miscellaneous little shits I put under CC0"
path = [
"build.sh", "ci/mvn-settings.xml", ".gitattributes", ".gitignore", ".gitlab-ci.yml", ".pre-commit-config.yaml",
".sdkmanrc", "TODO.org",
]
SPDX-License-Identifier = "CC0-1.0"
SPDX-FileCopyrightText = " 2025-2026 Uko Kokņevičs <perkontevs@gmail.com>"
|