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
37
38
39
|
version = 1
[[annotations]]
path = [
"gui/**.cmb",
"gui/**.css",
"gui/**.po",
"gui/**.ui",
"gui/valgrind/adwaita.supp",
"gui/valgrind/fontconfig.supp",
"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",
".valgrindrc",
"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"
|