summaryrefslogtreecommitdiff
path: root/REUSE.toml
blob: 3c6efb4eec3065f370503a0c1b3f5a6e80c03dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
version = 1

[[annotations]]
path = [
  "gui/**.cmb",
  "gui/**.css",
  "gui/**.po",
  "gui/**.ui",
  "cmake/Modules/Glib.resources.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"

[[annotations]]
path = [
  "gui/valgrind/pango.supp",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Matthias Clasen"
SPDX-License-Identifier = "LGPL-2.0-only"