blob: df6b1c85db85c6f3747e02987d1ca72f42dea4b8 (
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
|
version = 1
[[annotations]]
path = ["**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 The TeachOS Developers"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = [
".devcontainer/**",
".vscode/**",
"docs/**",
".clang-format",
".clang-tidy",
".clangd",
".gitignore",
".gitlab-ci.yml",
"Doxyfile",
"**/*.dox",
"**/*.rst",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 The TeachOS Developers"
SPDX-License-Identifier = "CC0-1.0"
|