-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
68 lines (60 loc) · 1.7 KB
/
REUSE.toml
File metadata and controls
68 lines (60 loc) · 1.7 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
58
59
60
61
62
63
64
65
66
67
68
version = 1
[[annotations]]
path = [
".astro/*",
".editorconfig",
".github/**/*",
".gitignore",
"REUSE.toml",
"astro.config.mjs",
"bun.lock",
"package-lock.json",
"package.json",
"tsconfig.json",
]
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [
"public/images/icons/**",
"public/images/noise.png",
]
SPDX-FileCopyrightText = "© Vlad-Stefan Harbuz"
SPDX-License-Identifier = "LicenseRef-Restricted"
[[annotations]]
path = [
"public/images/branches.svg",
"public/images/logo/**/*",
]
SPDX-FileCopyrightText = "© Open Source Endowment Foundation"
SPDX-License-Identifier = "LicenseRef-Restricted"
[[annotations]]
path = [
"public/fonts/raleway*",
]
SPDX-FileCopyrightText = "Copyright The Raleway Project Authors (https://fonts.google.com/specimen/Raleway/license), with Reserved Font Name “Raleway”"
SPDX-License-Identifier = "OFL-1.1"
[[annotations]]
path = [
"public/fonts/noto-serif*",
]
SPDX-FileCopyrightText = "Copyright The Noto Project Authors (https://fonts.google.com/noto/specimen/Noto+Serif/license)"
SPDX-License-Identifier = "OFL-1.1"
[[annotations]]
path = [
"public/fonts/lora*",
]
SPDX-FileCopyrightText = "Copyright The Lora Project Authors (https://fonts.google.com/specimen/Lora/license), with Reserved Font Name “Lora”."
SPDX-License-Identifier = "OFL-1.1"
[[annotations]]
path = [
"public/fonts/valkyrie*",
]
SPDX-FileCopyrightText = "© Matthew Butterick"
SPDX-License-Identifier = "LicenseRef-Restricted"
[[annotations]]
path = [
"public/fonts/Geist*",
]
SPDX-FileCopyrightText = "Copyright The Geist Project Authors (https://vercel.com/font)"
SPDX-License-Identifier = "OFL-1.1"