blob: 4aa77b7f22a156a016b8b7d4deedec08bcfdab68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
version = 1
[[annotations]]
path = ["**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Felix Morgner"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = [
"docs/**",
".clang-format",
".clang-tidy",
".clangd",
".gitignore",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Felix Morgner"
SPDX-License-Identifier = "CC0-1.0"
|