diff options
| author | 2025-05-20 05:00:55 +0300 | |
|---|---|---|
| committer | 2025-05-20 05:00:55 +0300 | |
| commit | 6c7f613f505217f94311d2a67bc957ad24620dee (patch) | |
| tree | 2d33d9e9bbcbeec9e26428afdf13e0dc1684e6f3 /REUSE.toml | |
| download | lv.enes:parent-6c7f613f505217f94311d2a67bc957ad24620dee.tar.gz lv.enes:parent-6c7f613f505217f94311d2a67bc957ad24620dee.tar.xz lv.enes:parent-6c7f613f505217f94311d2a67bc957ad24620dee.zip | |
Initial commit
Diffstat (limited to 'REUSE.toml')
| -rw-r--r-- | REUSE.toml | 14 |
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/> | ||
| 2 | version = 1 | ||
| 3 | |||
| 4 | [[annotations]] | ||
| 5 | label = "Apache Maven Wrapper" | ||
| 6 | path = ["mvnw", "mvnw.cmd", ".mvn/wrapper/maven-wrapper.properties"] | ||
| 7 | SPDX-License-Identifier = "Apache-2.0" | ||
| 8 | SPDX-FileCopyrightText = "Apache Software Foundation" | ||
| 9 | |||
| 10 | [[annotations]] | ||
| 11 | label = "Miscellaneous little shits I put under CC0" | ||
| 12 | path = ["build.sh", ".gitattributes", ".gitignore", ".pre-commit-config.yaml", ".sdkmanrc"] | ||
| 13 | SPDX-License-Identifier = "CC0-1.0" | ||
| 14 | SPDX-FileCopyrightText = " 2025 Uko Kokņevičs <perkontevs@gmail.com>" | ||