diff --git a/LICENSE b/LICENSE index b90a6a524..e2dece3dc 100644 --- a/LICENSE +++ b/LICENSE @@ -11,6 +11,7 @@ Copyright (c) 2008-2010 Ermal Luçi Copyright (c) 2017 Fabian Franz Copyright (c) 2014-2017 Franco Fichtner Copyright (c) 2016-2017 Frank Wall +Copyright (c) 2017 Giuseppe De Marco Copyright (c) 2010 Jim Pingle Copyright (c) 2004-2005 Jonathan Watt Copyright (c) 2015 Jos Schellevis diff --git a/README.md b/README.md index bfbb22921..e70b00602 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ devel/debug -- Debugging Tools devel/helloworld -- A sample framework application dns/dyndns -- Dynamic DNS Support dns/rfc2136 -- RFC-2136 Support +net/arp-scan -- Get all peers connected to a local network net/freeradius -- RADIUS Authentication, Authorization and Accounting Server net/ftp-proxy -- Control ftp-proxy processes net/haproxy -- Reliable, high performance TCP/HTTP load balancer diff --git a/net/arp-scan/Makefile b/net/arp-scan/Makefile index f0e2e7338..d36708e1c 100644 --- a/net/arp-scan/Makefile +++ b/net/arp-scan/Makefile @@ -1,8 +1,8 @@ -PLUGIN_NAME= ARP Scan -PLUGIN_VERSION= 0.1 -PLUGIN_COMMENT= Get all peers connected to a LAN -PLUGIN_MAINTAINER= giuseppe.demarco@unical.it -PLUGIN_DEPENDS= arp-scan -PLUGINS_DEVEL= yes +PLUGIN_NAME= ARP Scan +PLUGIN_VERSION= 0.1 +PLUGIN_COMMENT= Get all peers connected to a local network +PLUGIN_MAINTAINER= giuseppe.demarco@unical.it +PLUGIN_DEPENDS= arp-scan +PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"