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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
version = 1
[[annotations]]
path = [
".gitignore",
".gitattributes",
".gitmodules",
".github/**",
".envrc",
".markdownlint.yaml",
".markdownlintignore",
"Containerfile",
"default.nix",
"flake.lock",
"flake.nix",
"shell.nix",
"vcpkg-configuration.json",
"vcpkg.json",
".clang-format",
".clang-tidy"
]
SPDX-License-Identifier = "CC0-1.0"
SPDX-FileCopyrightText = "NONE"
[[annotations]]
path = ["launcher/package/**"]
SPDX-License-Identifier = "GPL-3.0-or-later"
SPDX-FileCopyrightText = "2026 Project Tick"
[[annotations]]
path = ["**/*.md", "doc/**"]
SPDX-License-Identifier = "CC0-1.0"
SPDX-FileCopyrightText = "2026 Project Tick"
[[annotations]]
path = ["cmake/**", "**/CMakeLists.txt"]
SPDX-License-Identifier = "BSD-3-Clause"
SPDX-FileCopyrightText = "Various authors"
[[annotations]]
path = [
"branding/**",
"launcher/resources/**"
]
SPDX-License-Identifier = "CC0-1.0"
SPDX-FileCopyrightText = "2026 Project Tick"
[[annotations]]
path = [
"**/testdata/**"
]
SPDX-License-Identifier = "CC0-1.0"
SPDX-FileCopyrightText = "NONE"
[[annotations]]
path = ["**/*.ui"]
SPDX-License-Identifier = "GPL-3.0-or-later"
SPDX-FileCopyrightText = "2026 Project Tick"
[[annotations]]
path = ["libraries/**/.gitignore"]
SPDX-License-Identifier = "CC0-1.0"
SPDX-FileCopyrightText = "NONE"
[[annotations]]
path = ["CMakePresets.json"]
SPDX-License-Identifier = "GPL-3.0-or-later"
SPDX-FileCopyrightText = "2026 Project Tick"
[[annotations]]
path = ["nix/**"]
SPDX-License-Identifier = "GPL-3.0-or-later"
SPDX-FileCopyrightText = "2026 Project Tick"
|