All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] nmap: update license
@ 2018-10-04 17:27 Fabrice Fontaine
  2018-10-06 13:41 ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: Fabrice Fontaine @ 2018-10-04 17:27 UTC (permalink / raw)
  To: buildroot

nmap is licensed under GPL-2.0 but with exceptions or a commercial
license (see COPYING, especially the "IMPORTANT NMAP LICENSE TERMS"
part)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/nmap/nmap.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/nmap/nmap.mk b/package/nmap/nmap.mk
index 420aec82d7..6b7502b02b 100644
--- a/package/nmap/nmap.mk
+++ b/package/nmap/nmap.mk
@@ -10,7 +10,7 @@ NMAP_SOURCE = nmap-$(NMAP_VERSION).tar.bz2
 NMAP_DEPENDENCIES = libpcap
 NMAP_CONF_OPTS = --without-liblua --without-zenmap \
 	--with-libdnet=included --with-liblinear=included
-NMAP_LICENSE = GPL-2.0
+NMAP_LICENSE = GPL-2.0 with exceptions or commercial
 NMAP_LICENSE_FILES = COPYING
 
 # needed by libpcap
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-08 19:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-04 17:27 [Buildroot] [PATCH 1/1] nmap: update license Fabrice Fontaine
2018-10-06 13:41 ` Thomas Petazzoni
2018-10-06 17:37   ` Yann E. MORIN
2018-10-07 19:40     ` Arnout Vandecappelle
2018-10-08  6:43       ` Thomas Petazzoni
2018-10-08 16:15         ` Arnout Vandecappelle
2018-10-08 19:06           ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.