summaryrefslogtreecommitdiff
path: root/REUSE.toml
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-06-05 16:56:01 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-06-05 16:56:01 +0200
commit51fbbefd629ac794acfd602d1a7007fd69baa3c3 (patch)
tree1ffd56e490410862001b084207b22a0ffd3d6bb8 /REUSE.toml
parenta03409696680e34a860138387651f8257097af41 (diff)
downloadcabinet-51fbbefd629ac794acfd602d1a7007fd69baa3c3.tar.xz
cabinet-51fbbefd629ac794acfd602d1a7007fd69baa3c3.zip
doc: add licensesHEADmain
Diffstat (limited to 'REUSE.toml')
-rw-r--r--REUSE.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml
new file mode 100644
index 0000000..8da6886
--- /dev/null
+++ b/REUSE.toml
@@ -0,0 +1,21 @@
+version = 1
+
+[[annotations]]
+path = ["**"]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2026 Felix Morgner <felix.morgner@gmail.com>"
+SPDX-License-Identifier = "BSD-3-Clause"
+
+[[annotations]]
+path = [
+ ".clang-format",
+ ".clang-tidy",
+ ".clangd",
+ ".gitignore",
+ ".lazy.lua",
+ ".nvim.lua",
+]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2026 Felix Morgner <felix.morgner@gmail.com>"
+SPDX-License-Identifier = "CC0-1.0"
+