Initial commit

This commit is contained in:
Christian Schendel 2025-09-03 22:26:14 +02:00
commit 6288168a19
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
12 changed files with 881 additions and 0 deletions

37
REUSE.toml Normal file
View file

@ -0,0 +1,37 @@
version = 1
[[annotations]]
path = [
"PKGBUILD",
"README.md",
"keys/**",
".SRCINFO",
".nvchecker.toml",
".gitignore",
"*.install",
"*.sysusers",
"*.tmpfiles",
"*.logrotate",
"*.pam",
"*.service",
"*.socket",
"*.timer",
"*.desktop",
"*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
[[annotations]]
path = [
"zen-browser.sh",
]
SPDX-FileCopyrightText = "Zen Browser contributors"
SPDX-License-Identifier = "MPL-2.0"
[[annotations]]
path = [
"policies.json",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"