-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathREUSE.toml
More file actions
35 lines (32 loc) · 771 Bytes
/
REUSE.toml
File metadata and controls
35 lines (32 loc) · 771 Bytes
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
version = 1
# Generated data for testing
[[annotations]]
path = [
"tests/reference/*.json",
"tests/reference/*.text",
]
precedence = "override"
SPDX-FileCopyrightText = "2023 The USB-SD-Mux Authors"
SPDX-License-Identifier = "CC0-1.0"
# Config files etc.
[[annotations]]
path = [
".codespellrc",
".gitignore",
"MANIFEST.in",
"pyproject.toml",
"REUSE.toml",
"contrib/usbsdmux.config",
".github/workflows/check-and-publish.yaml",
]
precedence = "override"
SPDX-FileCopyrightText = "2017 The USB-SD-Mux Authors"
SPDX-License-Identifier = "CC0-1.0"
# The AUTHORS file itself
[[annotations]]
path = [
"AUTHORS",
]
precedence = "override"
SPDX-FileCopyrightText = "2025 The USB-SD-Mux Authors"
SPDX-License-Identifier = "CC0-1.0"