-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
35 lines (26 loc) · 1.52 KB
/
REUSE.toml
File metadata and controls
35 lines (26 loc) · 1.52 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
version = 1
# ── JSON / SARIF files (no comment syntax) ────────────────────────────────────
# All other source files carry SPDX headers inline.
[[annotations]]
path = "package.json"
SPDX-FileCopyrightText = "2026 PythonWoods <dev@pythonwoods.dev>"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "zenzic-results.sarif"
SPDX-FileCopyrightText = "2026 PythonWoods <dev@pythonwoods.dev>"
SPDX-License-Identifier = "Apache-2.0"
# ── Binary assets ─────────────────────────────────────────────────────────────
[[annotations]]
path = "assets/*.svg"
SPDX-FileCopyrightText = "2026 PythonWoods <dev@pythonwoods.dev>"
SPDX-License-Identifier = "Apache-2.0"
# ── Root Markdown prose ───────────────────────────────────────────────────────
[[annotations]]
path = "README.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"