┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/REUSE.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <[email protected]>2025-07-26 06:22:57 +0200
committerSven-Hendrik Haase <[email protected]>2025-07-26 06:22:57 +0200
commitd5d0560ea924bb59ef5fd34c4242805444aab222 (patch)
treee08b32bc63cce847fe1d8f22be6c77b7a6cc57ed /REUSE.toml
parented2b95038b6243b3cbbd17ce7f799c8475dec5e6 (diff)
License package as 0BSD
This implements RFC40 and RFC52. https://lists.archlinux.org/archives/list/[email protected]/thread/XR3VAUWC5LNMTVOCKFOHYYEGUQ4ZFCNG/
Diffstat (limited to 'REUSE.toml')
-rw-r--r--REUSE.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml
new file mode 100644
index 0000000..8501755
--- /dev/null
+++ b/REUSE.toml
@@ -0,0 +1,22 @@
+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"