[Buildroot] [git commit] netcat: add license information

Peter Korsgaard peter at korsgaard.com
Mon Oct 14 20:54:53 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=54e0493ad7399faae23757270be4db29efa063ac
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Phil Eichinger <phil at zankapfel.net>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/netcat/netcat.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/netcat/netcat.mk b/package/netcat/netcat.mk
index 5b083e6..5d01ebb 100644
--- a/package/netcat/netcat.mk
+++ b/package/netcat/netcat.mk
@@ -6,5 +6,7 @@
 
 NETCAT_VERSION = 0.7.1
 NETCAT_SITE = http://downloads.sourceforge.net/project/netcat/netcat/$(NETCAT_VERSION)
+NETCAT_LICENSE = GPLv2+
+NETCAT_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))


More information about the buildroot mailing list