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:
parent
aff821ef02
commit
ad25804fa0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue