From: Chase Maupin Date: Thu, 21 Oct 2010 03:33:19 +0000 (+0000) Subject: iptables: update package LICENSE X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=535a6cfacc44fb2fc7bc0328c27dffb0c4b29d39;p=openembedded.git iptables: update package LICENSE * Update the LICENSE fields to reflect the licensing used in the source code. Signed-off-by: Chase Maupin Signed-off-by: Khem Raj --- diff --git a/recipes/iptables/iptables.inc b/recipes/iptables/iptables.inc index db2b6f016e..5f948f3597 100644 --- a/recipes/iptables/iptables.inc +++ b/recipes/iptables/iptables.inc @@ -1,7 +1,7 @@ DESCRIPTION = "iptables network filtering tools" HOMEPAGE = "http://www.netfilter.org/" SECTION = "console/utils" -LICENSE = "GPL" +LICENSE = "GPLv2+" SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2;name=iptables-${PV}" S = "${WORKDIR}/iptables-${PV}"