summaryrefslogtreecommitdiff
path: root/REUSE.toml
diff options
context:
space:
mode:
Diffstat (limited to 'REUSE.toml')
-rw-r--r--REUSE.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml
new file mode 100644
index 0000000..5a94cb2
--- /dev/null
+++ b/REUSE.toml
@@ -0,0 +1,28 @@
+version = 1
+
+[[annotations]]
+path = [
+ "gui/**.cmb",
+ "gui/**.css",
+ "gui/**.po",
+ "gui/**.ui",
+ "cmake/Modules/GlibCompileResources.in"
+]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2025 Felix Morgner <felix.morgner@gmail.com>"
+SPDX-License-Identifier = "LGPL-2.1-only"
+
+[[annotations]]
+path = [
+ ".vscode/**.json",
+ ".clang-format",
+ ".clangd",
+ ".gitmodules",
+ ".gitlab-ci.yml",
+ ".lcovrc",
+ "CMakePresets.json",
+ "README.md",
+]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2025 Felix Morgner <felix.morgner@gmail.com>"
+SPDX-License-Identifier = "CC0-1.0" \ No newline at end of file