blob: 5a94cb201171e94c88f2c668ff81edf897ae52fb (
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
|
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"
|