-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
56 lines (49 loc) · 1.17 KB
/
Copy pathREUSE.toml
File metadata and controls
56 lines (49 loc) · 1.17 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
version = 1
[[annotations]]
path = [
".github/**",
".gitignore",
"REUSE.toml",
"hugo.toml",
]
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [
"layouts/**",
"content/**",
"assets/**",
]
SPDX-FileCopyrightText = ["© New York University", "© The Darnit Authors"]
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"CONTRIBUTING.md",
"README.md",
]
SPDX-FileCopyrightText = ["© New York University", "© The Darnit Authors"]
SPDX-License-Identifier = "CC-BY-SA-4.0"
[[annotations]]
path = [
"static/images/*.png",
]
SPDX-FileCopyrightText = "© The Darnit Authors"
SPDX-License-Identifier = "LicenseRef-Restricted"
[[annotations]]
path = [
"static/fonts/space-grotesk/**",
]
SPDX-FileCopyrightText = "© Florian Karsten (Space Grotesk Project Authors)"
SPDX-License-Identifier = "OFL-1.1"
[[annotations]]
path = [
"static/fonts/dm-mono/**",
]
SPDX-FileCopyrightText = "© The DM Mono Project Authors"
SPDX-License-Identifier = "OFL-1.1"
[[annotations]]
path = [
"static/fonts/inter/**",
]
SPDX-FileCopyrightText = "© The Inter Project Authors"
SPDX-License-Identifier = "OFL-1.1"