License package as 0BSD

This implements RFC40 and RFC52.
https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/XR3VAUWC5LNMTVOCKFOHYYEGUQ4ZFCNG/
This commit is contained in:
Sven-Hendrik Haase
2025-07-26 05:24:53 +02:00
parent 2d9db1c1c7
commit 897cb3ba89
4 changed files with 116 additions and 0 deletions

30
REUSE.toml Normal file
View File

@@ -0,0 +1,30 @@
version = 1
[[annotations]]
path = [
"PKGBUILD",
"README.md",
"keys/**",
".SRCINFO",
".nvchecker.toml",
"*.install",
"*.sysusers",
"*.tmpfiles",
"*.logrotate",
"*.pam",
"*.service",
"*.socket",
"*.timer",
"*.desktop",
"*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
[[annotations]]
path = [
"override-main-module-version.patch",
"use-data-dir-for-autosave.patch",
]
SPDX-FileCopyrightText = "caddy contributors"
SPDX-License-Identifier = "Apache-2.0"