From 72ab1fb4c1bf363f46470816d8b914a78ac493c4 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 24 May 2025 11:58:39 +0200 Subject: gui: restructure file layout and apply licenses --- REUSE.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 REUSE.toml (limited to 'REUSE.toml') 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 " +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 " +SPDX-License-Identifier = "CC0-1.0" \ No newline at end of file -- cgit v1.2.3