aboutsummaryrefslogtreecommitdiff
path: root/REUSE.toml
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-06-17 09:05:21 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-06-17 09:13:11 +0200
commit9c09097156dc70315364d27e61daef19b2844139 (patch)
tree6829c5a52dde09dab3447f39e9e754c208dbe3f4 /REUSE.toml
downloadttwhy-9c09097156dc70315364d27e61daef19b2844139.tar.xz
ttwhy-9c09097156dc70315364d27e61daef19b2844139.zip
initial commit
Diffstat (limited to 'REUSE.toml')
-rw-r--r--REUSE.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml
new file mode 100644
index 0000000..4aa77b7
--- /dev/null
+++ b/REUSE.toml
@@ -0,0 +1,19 @@
+version = 1
+
+[[annotations]]
+path = ["**"]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2026 Felix Morgner"
+SPDX-License-Identifier = "BSD-3-Clause"
+
+[[annotations]]
+path = [
+ "docs/**",
+ ".clang-format",
+ ".clang-tidy",
+ ".clangd",
+ ".gitignore",
+]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2026 Felix Morgner"
+SPDX-License-Identifier = "CC0-1.0"