Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / mpv
Commits: f03cb78b by Robin Candau at 2025-07-29T19:34:44+02:00 Add 0bsd license and REUSE file - - - - - 2 changed files: - + LICENSES/0BSD.txt - + REUSE.toml Changes: ===================================== LICENSES/0BSD.txt ===================================== @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file ===================================== REUSE.toml ===================================== @@ -0,0 +1,29 @@ +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 = [ + "fix_wayland_clipboard_high_cpu_usage.patch", +] +SPDX-FileCopyrightText = "mpv contributors" +SPDX-License-Identifier = "TODO-Choose-a-license" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mpv/-/commit/f03cb78bb18726c320a146961ff5e78b8afe2ea8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mpv/-/commit/f03cb78bb18726c320a146961ff5e78b8afe2ea8 You're receiving this email because of your account on gitlab.archlinux.org.
