-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
38 lines (35 loc) · 754 Bytes
/
REUSE.toml
File metadata and controls
38 lines (35 loc) · 754 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
36
37
38
version = 1
# https://reuse.software/spec-3.2/
[[annotations]]
path = [
".gitignore",
"REUSE.toml",
"README.md",
"deno.json",
"deno.lock",
"**/*.html",
"**/*.css",
"**/*.svg",
"**/*.png",
"**/*.ico",
"**/*.md",
"**/*.csv",
"**/*.csv.gz",
"**/*.pptx",
"**/*.yml",
"**/*.yaml",
"**/*.rb",
]
SPDX-FileCopyrightText = "2025 Plotance contributors <https://plotance.github.io/>"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = [
"src/favicon.svg",
"src/favicon.ico",
"src/apple-touch-icon.png",
"src/logo.svg",
"src/logo_white.svg",
"src/thumbnail.png",
]
SPDX-FileCopyrightText = "2025 Plotance contributors <https://plotance.github.io/>"
SPDX-License-Identifier = "LicenseRef-PlotanceTrademarks"