34 lines
630 B
TOML
34 lines
630 B
TOML
|
|
version = 1
|
||
|
|
|
||
|
|
[[annotations]]
|
||
|
|
path = [
|
||
|
|
"PKGBUILD",
|
||
|
|
"README.md",
|
||
|
|
"arch.conf",
|
||
|
|
"keys/**",
|
||
|
|
"loader.conf",
|
||
|
|
"splash-arch.bmp",
|
||
|
|
"systemd-hook",
|
||
|
|
".SRCINFO",
|
||
|
|
".nvchecker.toml",
|
||
|
|
"*.install",
|
||
|
|
"*.sysusers",
|
||
|
|
"*.tmpfiles",
|
||
|
|
"*.logrotate",
|
||
|
|
"*.pam",
|
||
|
|
"*.service",
|
||
|
|
"*.socket",
|
||
|
|
"*.timer",
|
||
|
|
"*.desktop",
|
||
|
|
"*.hook",
|
||
|
|
]
|
||
|
|
SPDX-FileCopyrightText = "Arch Linux contributors"
|
||
|
|
SPDX-License-Identifier = "0BSD"
|
||
|
|
|
||
|
|
[[annotations]]
|
||
|
|
path = [
|
||
|
|
"0001-Use-Arch-Linux-device-access-groups.patch",
|
||
|
|
]
|
||
|
|
SPDX-FileCopyrightText = "systemd contributors"
|
||
|
|
SPDX-License-Identifier = "LGPL-2.1-or-later"
|