-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREUSE.toml
More file actions
89 lines (74 loc) · 2.31 KB
/
REUSE.toml
File metadata and controls
89 lines (74 loc) · 2.31 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# SPDX-FileCopyrightText: mpvQC developers
#
# SPDX-License-Identifier: MIT
version = 1
[[annotations]]
path = ".github/ISSUE_TEMPLATE/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "mpvQC developers"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = ".github/[QC]_screenshot-qc.txt"
precedence = "aggregate"
SPDX-FileCopyrightText = "mpvQC developers"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = ".github/screenshot.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "mpvQC developers"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = ".github/screenshots/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "mpvQC developers"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "build-aux/windows-icon.ico"
precedence = "aggregate"
SPDX-FileCopyrightText = "mpvQC developers"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "build-aux/windows-splash.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "mpvQC developers"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "data/themes.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "mpvQC developers"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "data/fonts/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "The Noto Project Authors"
SPDX-License-Identifier = "OFL-1.1"
[[annotations]]
path = "data/icons/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Google Inc."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "data/config/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "mpvQC developers"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "i18n/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "mpvQC developers"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "NOTICE.txt"
precedence = "aggregate"
SPDX-FileCopyrightText = "mpvQC developers"
SPDX-License-Identifier = "Apache-2.0 AND BSD-3-Clause AND GPL-3.0-or-later AND LGPL-3.0-only AND MIT AND OFL-1.1 AND PSF-2.0"
[[annotations]]
path = "LICENSES/PSF-2.0.txt"
precedence = "aggregate"
SPDX-FileCopyrightText = "mpvQC developers"
SPDX-License-Identifier = "PSF-2.0"
[[annotations]]
path = "uv.lock"
precedence = "aggregate"
SPDX-FileCopyrightText = "mpvQC developers"
SPDX-License-Identifier = "MIT"