aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iptables
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2010-10-21 03:33:19 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-25 15:33:23 -0700
commit535a6cfacc44fb2fc7bc0328c27dffb0c4b29d39 (patch)
treed5b5389143567d751b800707b9c0b8fa4adc32b8 /recipes/iptables
parente6555e7fff69af54e2d6a6e3ad6b7238557b2374 (diff)
downloadopenembedded-535a6cfacc44fb2fc7bc0328c27dffb0c4b29d39.tar.gz
iptables: update package LICENSE
* Update the LICENSE fields to reflect the licensing used in the source code. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/iptables')
-rw-r--r--recipes/iptables/iptables.inc2
1 files changed, 1 insertions, 1 deletions
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}"