aboutsummaryrefslogtreecommitdiff
path: root/REUSE.toml
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-04-09 21:57:05 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-04-09 21:57:05 +0200
commit2b1a816d85bbb6ab38e975cd6aa6b8894aad0017 (patch)
tree18725f3cb9164e3285a530a1db8b406df20c1f39 /REUSE.toml
parent3dc101181ac04791b423441424dd4937f31d46fa (diff)
downloadgo-oblast-2b1a816d85bbb6ab38e975cd6aa6b8894aad0017.tar.gz
project scaffold
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..d41cb5b
--- /dev/null
+++ b/REUSE.toml
@@ -0,0 +1,14 @@
+# SPDX-FileCopyrightText: 2026 Stefan Majewsky <majewsky@gmx.net>
+# SPDX-License-Identifier: Apache-2.0
+version = 1
+SPDX-PackageName = "oblast"
+SPDX-PackageDownloadLocation = "https://git.xyrillian.de/oblast"
+
+[[annotations]]
+path = [
+ ".gitignore",
+ "description",
+ "go.mod",
+]
+SPDX-FileCopyrightText = "Stefan Majewsky <majewsky@gmx.net>"
+SPDX-License-Identifier = "Apache-2.0"