-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
62 lines (54 loc) · 1.53 KB
/
REUSE.toml
File metadata and controls
62 lines (54 loc) · 1.53 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
"$schema" = "https://reuse.software/reuse-toml-v1.schema.json"
version = 1
[[annotations]]
path = [
"**/*.json",
"**/*.config.*",
"**/*.toml",
"**/*.yml",
"**/*.yaml",
"**/*.md",
"**/*.txt",
".husky/**/*",
".gitignore",
"index.html",
".gitattributes",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Linca"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["./CODE_OF_CONDUCT.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Organization for Ethical Source"
SPDX-License-Identifier = "CC-BY-SA 4.0"
[[annotations]]
path = ["sharkey-js/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "marie and other Sharkey contributors"
SPDX-License-Identifier = "AGPL-3.0-only"
[[annotations]]
path = ["src/components/ui/**"]
precedence = "override"
SPDX-FileCopyrightText = "shadcn"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["locales-source/**", "public/locales/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "syuilo and misskey-project, marie and other Sharkey contributors, Linca"
SPDX-License-Identifier = "AGPL-3.0-only"
[[annotations]]
path = ["src/routeTree.gen.ts"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Linca"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = ["public/banner-2.png"]
precedence = "aggregate"
SPDX-FileCopyrightText = "syuilo and Misskey Project"
SPDX-License-Identifier = "CC-BY-SA-4.0"
[[annotations]]
path = ["public/fonts/ofl/**/*"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Open Font License"
SPDX-License-Identifier = "OFL-1.1"