blob: 57eeea136ec246952f60f8c815626c1e4e5e8cfa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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", ".gitattributes", ".gitignore", ".pre-commit-config.yaml", ".sdkmanrc"]
SPDX-License-Identifier = "CC0-1.0"
SPDX-FileCopyrightText = " 2025 Uko Kokņevičs <perkontevs@gmail.com>"
|