batman-adv14: fix license

GPL-2.0-only is a best guess based on a lack of "... or newer" in the
source file licensing comment and there not being a COPYING or LICENSE
(or equivalent) file with the source.
This commit is contained in:
Colin Booth 2021-03-25 13:53:00 -07:00 committed by Érico Nogueira
parent aff821ef02
commit ad25804fa0
1 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'batman-adv14'
pkgname=batman-adv14
version=2013.4.0
revision=8
revision=9
wrksrc="batman-adv-$version"
short_desc="B.A.T.M.A.N. routing protocol kernel module (protocol version 14)"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2"
license="GPL-2.0-only"
homepage="http://www.open-mesh.org/"
distfiles="http://downloads.open-mesh.org/batman/releases/batman-adv-${version}/batman-adv-${version}.tar.gz"
checksum=a9b1b7542c94cc6bf7c97b7b0d02bf071b5632a64480ae419358b9cb9cab6870
conflicts="batman-adv>=0"
wrksrc="batman-adv-$version"
provides="batman-adv-${version}_${revision}"
conflicts="batman-adv>=0"
dkms_modules="batman-adv14 ${version}"
depends="dkms"