Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / bazaar
Commits: 7453f837 by Peter Jung at 2026-01-03T21:05:42+01:00 bazaar: pkgctl license setup Signed-off-by: Peter Jung <[email protected]> - - - - - 3 changed files: - − .gitignore - + LICENSES/0BSD.txt - + REUSE.toml Changes: ===================================== .gitignore deleted ===================================== @@ -1,6 +0,0 @@ -* -!.nvchecker.toml -!.gitignore -!PKGBUILD -!.SRCINFO -!LICENSE ===================================== LICENSES/0BSD.txt ===================================== @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file ===================================== 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" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bazaar/-/commit/7453f837abb31fd056c31386a3e6fb37052c326b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bazaar/-/commit/7453f837abb31fd056c31386a3e6fb37052c326b You're receiving this email because of your account on gitlab.archlinux.org.
