[oe-commits] Koen Kooi : nmap 3.81: fix license

git version control git at git.openembedded.org
Mon May 9 15:06:23 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0e59a0832f688facd4902410a682774b01199b9f
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=0e59a0832f688facd4902410a682774b01199b9f

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon May  9 17:04:10 2011 +0200

nmap 3.81: fix license

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/nmap/nmap_3.81.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/nmap/nmap_3.81.bb b/recipes/nmap/nmap_3.81.bb
index 4350c22..64aaac3 100644
--- a/recipes/nmap/nmap_3.81.bb
+++ b/recipes/nmap/nmap_3.81.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "Nmap is a command line portscanner."
 HOMEPAGE = "http://www.insecure.org/nmap/"
 SECTION = "console/network"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
 DEPENDS = "libpcap libpcre"
-PR = "r2"
+PR = "r3"
 
 inherit autotools
 





More information about the Openembedded-commits mailing list