-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
64 lines (55 loc) · 1.63 KB
/
REUSE.toml
File metadata and controls
64 lines (55 loc) · 1.63 KB
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
version = 1
SPDX-PackageName = "quite"
SPDX-PackageSupplier = "Mathis Logemann"
SPDX-PackageDownloadLocation = "https://github.com/mathisloge/quite"
[[annotations]]
path = "docs/**"
SPDX-FileCopyrightText = "2025 Mathis Logemann <mathis@quite.rocks>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "test/**"
SPDX-FileCopyrightText = "2025 Mathis Logemann <mathis@quite.rocks>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "cmake/**"
SPDX-FileCopyrightText = "2025 Mathis Logemann <mathis@quite.rocks>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ".vscode/**"
SPDX-FileCopyrightText = "2025 Mathis Logemann <mathis@quite.rocks>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ".devcontainer/**"
SPDX-FileCopyrightText = "2025 Mathis Logemann <mathis@quite.rocks>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ".github/**"
SPDX-FileCopyrightText = "2025 Mathis Logemann <mathis@quite.rocks>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "**.feature"
SPDX-FileCopyrightText = "2025 Mathis Logemann <mathis@quite.rocks>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "**.ini"
SPDX-FileCopyrightText = "2025 Mathis Logemann <mathis@quite.rocks>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [
"package-lock.json",
"package.json",
"mkdocs.yml",
"CMakePresets.json",
"CMakeLists.txt",
".pre-commit-config.yaml",
".clangd",
".clang-tidy",
".clang-format",
"requirements-dev.txt",
".gitignore",
"vcpkg.json",
"pyproject.toml",
"README.md"
]
SPDX-FileCopyrightText = "2025 Mathis Logemann <mathis@quite.rocks>"
SPDX-License-Identifier = "MIT"