dhcp-helper: fix license
As there isn't a GPL v2.1 nor a GPL v4, I'm making the assumption that GPL-2-only OR GPL-3-only is a wordy way of sauing GPL-2-or-later.
This commit is contained in:
parent
03b0c5d111
commit
f783c09c81
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'dhcp-helper'
|
||||
pkgname=dhcp-helper
|
||||
version=1.2
|
||||
revision=1
|
||||
revision=2
|
||||
_srcver=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="version=$version"
|
||||
make_install_args="BINDIR=/usr/bin MANDIR=/usr/share/man"
|
||||
short_desc="Simple, straightforward DHCP relay agent"
|
||||
maintainer="fosslinux <fosslinux@aussies.space>"
|
||||
license="GPL-2.0-only OR GPL-3.0-only"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.thekelleys.org.uk/dhcp-helper/"
|
||||
distfiles="${DEBIAN_SITE}/main/d/dhcp-helper/dhcp-helper_${version}-${_srcver}.tar.gz"
|
||||
checksum=d11647e4af1f8b25fb854b6f444fec66910d7446d97de918eff5b8a284397e49
|
||||
|
|
Loading…
Reference in a new issue