Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / warpinator
Commits: 7e4ea5c0 by Marcus B Spencer at 2025-07-22T00:25:17+02:00 Use SPDX license identifier This fixes the invalid license variable. License variables should be SPDX license identifiers. Plus, the license is not actually just GPLv3. In the future if there are any new versions of the GPL, you will be able to use those freedoms against this software. It is GPLv3 or later. See https://wiki.archlinux.org/title/PKGBUILD#license and https://github.com/linuxmint/warpinator/blob/888640147fa9e1438ee9e0842006cd9f2ddd606a/COPYING - - - - - 5a969430 by Marcus B Spencer at 2025-07-22T00:25:17+02:00 Use GPL 3.0 only Sorry, I was mistaken. Warpinator is GPL 3.0 only, and should be treated as such. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -4,7 +4,7 @@ pkgbase = warpinator pkgrel = 2 url = https://github.com/linuxmint/warpinator arch = any - license = GPL3 + license = GPL-3.0-only makedepends = meson makedepends = polkit depends = gtk3 ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc='LAN file sender, send and receive files across the network' arch=('any') url='https://github.com/linuxmint/warpinator' -license=('GPL3') +license=('GPL-3.0-only') depends=('gtk3' 'libnm' 'python-cryptography' 'python-gobject' 'python-grpcio' 'python-protobuf' 'python-pynacl' 'python-setproctitle' 'python-setuptools' 'python-xapp' 'python-zeroconf' 'xapp' 'python-cairo' 'python-qrcode' 'python-pillow' 'python-netifaces') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/warpinator/-/compare/c808bd69ceb68e3f0ffdc2bc21bb8ad2f2c25860...5a969430da1dcff09e6e1b3500ec5c0772cf0e94 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/warpinator/-/compare/c808bd69ceb68e3f0ffdc2bc21bb8ad2f2c25860...5a969430da1dcff09e6e1b3500ec5c0772cf0e94 You're receiving this email because of your account on gitlab.archlinux.org.