-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
41 lines (36 loc) · 1.02 KB
/
REUSE.toml
File metadata and controls
41 lines (36 loc) · 1.02 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
version = 1
[[annotations]]
SPDX-FileCopyrightText = "2015 Monotype Imaging Inc."
SPDX-License-Identifier = "CC-BY-ND-4.0"
path = "tests/data/mti/*.txt"
[[annotations]]
SPDX-FileCopyrightText = "Contributors to nototools <https://github.com/notofonts/nototools/>"
SPDX-License-Identifier = "Apache-2.0"
path = "tests/data/nototools/*.txt"
[[annotations]]
SPDX-FileCopyrightText = "2025 Rose Davidson <rose@metaclassical.com>>"
SPDX-License-Identifier = "MIT"
path = [
"tests/data/*.txt",
"tests/data/plist/*",
]
[[annotations]]
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"
path = [
".github/workflows/*",
".gitignore",
".pre-commit-config.yaml",
"uv.lock",
"pyproject.toml",
"pytest.ini",
"tests/data/mti/README.md",
"tests/data/nototools/README.md",
"tests/data/ufo/README.md",
]
[[annotations]]
SPDX-FileCopyrightText = "Copyright 2022 The Aboreto Project Authors (https://github.com/domija/Aboreto)"
SPDX-License-Identifier = "OFL-1.1-no-RFN"
path = [
"tests/data/ufo/Testboreto.ufo/**",
]