-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREUSE.toml
More file actions
57 lines (44 loc) Β· 2.61 KB
/
REUSE.toml
File metadata and controls
57 lines (44 loc) Β· 2.61 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
version = 1
# ββ JSON files (no comment syntax) βββββββββββββββββββββββββββββββββββββββββββ
# All other source/config files (*.py, *.toml, *.yml, *.yaml, justfile, etc.)
# carry SPDX headers inline. Only files that cannot contain comments are
# listed here.
[[annotations]]
path = [".zenzic-score.json", "coverage.json", ".markdownlint.json", "zenzic-output.schema.json"]
SPDX-FileCopyrightText = "2026 PythonWoods <dev@pythonwoods.dev>"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "zenzic.code-workspace"
SPDX-FileCopyrightText = "2026 PythonWoods <dev@pythonwoods.dev>"
SPDX-License-Identifier = "Apache-2.0"
# ββ Generated lock file βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
[[annotations]]
path = "uv.lock"
SPDX-FileCopyrightText = "2026 PythonWoods <dev@pythonwoods.dev>"
SPDX-License-Identifier = "Apache-2.0"
# ββ Binary assets βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
[[annotations]]
path = "assets/brand/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 PythonWoods <dev@pythonwoods.dev>"
SPDX-License-Identifier = "Apache-2.0"
# ββ Examples (fixture data: MDX, MD, JSON, lock files β cannot have inline) ββ
[[annotations]]
path = "examples/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 PythonWoods <dev@pythonwoods.dev>"
SPDX-License-Identifier = "Apache-2.0"
# ββ Root Markdown prose βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# Markdown supports comments but inline SPDX would appear in rendered output.
[[annotations]]
path = ["README.md", "README.it.md", "CHANGELOG.md", "CHANGELOG.it.md",
"CHANGELOG.archive.md", "CHANGELOG.it.archive.md",
"CONTRIBUTING.md", "CONTRIBUTING.it.md",
"SECURITY.md", "CODE_OF_CONDUCT.md", "RELEASE.md"]
SPDX-FileCopyrightText = "2026 PythonWoods <dev@pythonwoods.dev>"
SPDX-License-Identifier = "Apache-2.0"
# ββ Extension-less files ββββββββββββββββββββββββββββββββββββββββββββββββββββββ
[[annotations]]
path = ["NOTICE", "LICENSE"]
SPDX-FileCopyrightText = "2026 PythonWoods <dev@pythonwoods.dev>"
SPDX-License-Identifier = "Apache-2.0"