-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathREUSE.toml
More file actions
68 lines (63 loc) · 1.65 KB
/
REUSE.toml
File metadata and controls
68 lines (63 loc) · 1.65 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 = [
"PKGBUILD",
"README.md",
"keys/**",
".SRCINFO",
".gitignore",
".nvchecker.toml",
"*.install",
"*.sysusers",
"*sysusers.conf",
"*.tmpfiles",
"*tmpfiles.conf",
"*.logrotate",
"*.pam",
"*.service",
"*.socket",
"*.timer",
"*.desktop",
"*.hook",
"fetch-chromium-release",
"enable-widevine-arm64.patch",
"chromium-146-drop-unknown-clang-flag.patch",
"chromium-147-revert-clang-no-lifetime-dse-flag.patch",
"chromium-148-revert-clang-fsanitize-return-flag-1.patch",
"chromium-148-revert-clang-fsanitize-return-flag-2.patch",
"glibc-2.42-baud-rate-fix.patch",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
[[annotations]]
path = [
"PKGBUILD",
"README.md",
".gitignore",
"aur/**",
".github/**",
]
SPDX-FileCopyrightText = "2019-2026 The ungoogled-chromium Authors"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = [
"chromium-138-nodejs-version-check.patch",
"chromium-144-fix-hdr-issue.patch",
"chromium-145-fix-SYS_SECCOMP.patch",
"compiler-rt-adjust-paths.patch",
"increase-fortify-level.patch",
"use-oauth2-client-switches-as-default.patch",
]
SPDX-FileCopyrightText = "chromium contributors"
SPDX-License-Identifier = "BSD-3-Clause"
# [[annotations]]
# path = [
# ]
# SPDX-FileCopyrightText = "2015-2026 The ungoogled-chromium Authors"
# SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = [
"chromium-147-rust-1.95-bytemuck.patch",
]
SPDX-FileCopyrightText = "2015-2026 The void linux Authors"
SPDX-License-Identifier = "BSD-2-Clause"