diff options
Diffstat (limited to 'networking')
60 files changed, 63 insertions, 63 deletions
diff --git a/networking/Kbuild.src b/networking/Kbuild.src index e1a4ebc..f41a2df 100644 --- a/networking/Kbuild.src +++ b/networking/Kbuild.src @@ -2,7 +2,7 @@ # # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> # -# Licensed under the GPL v2, see the file LICENSE in this tarball. +# Licensed under GPLv2, see file LICENSE in this source tree. lib-y:= diff --git a/networking/arping.c b/networking/arping.c index effe418..f2b12ed 100644 --- a/networking/arping.c +++ b/networking/arping.c @@ -2,7 +2,7 @@ /* * arping.c - Ping hosts by ARP requests/replies * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * Author: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> * Busybox port: Nick Fedchik <nick@fedchik.org.ua> diff --git a/networking/brctl.c b/networking/brctl.c index 0f56412..0defce4 100644 --- a/networking/brctl.c +++ b/networking/brctl.c @@ -7,7 +7,7 @@ * Some helper functions from bridge-utils are * Copyright (C) 2000 Lennert Buytenhek * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ /* This applet currently uses only the ioctl interface and no sysfs at all. * At the time of this writing this was considered a feature. diff --git a/networking/dnsd.c b/networking/dnsd.c index 1a99040..92d4867 100644 --- a/networking/dnsd.c +++ b/networking/dnsd.c @@ -6,7 +6,7 @@ * Copyright (C) 2005 Odd Arild Olsen (oao at fibula dot no) * Copyright (C) 2003 Paul Sheer * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * Odd Arild Olsen started out with the sheerdns [1] of Paul Sheer and rewrote * it into a shape which I believe is both easier to understand and maintain. diff --git a/networking/ether-wake.c b/networking/ether-wake.c index deeb68c..121f153 100644 --- a/networking/ether-wake.c +++ b/networking/ether-wake.c @@ -2,7 +2,7 @@ /* * ether-wake.c - Send a magic packet to wake up sleeping machines. * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * Author: Donald Becker, http://www.scyld.com/"; http://www.scyld.com/wakeonlan.html * Busybox port: Christian Volkmann <haveaniceday@online.de> diff --git a/networking/ftpd.c b/networking/ftpd.c index 0daf9f7..64068e4 100644 --- a/networking/ftpd.c +++ b/networking/ftpd.c @@ -4,7 +4,7 @@ * * Author: Adam Tkac <vonsch@gmail.com> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. * * Only subset of FTP protocol is implemented but vast majority of clients * should not have any problem. diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index 120ccff..c68d0ac 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c @@ -10,7 +10,7 @@ * Based on wget.c by Chip Rosenthal Covad Communications * <chip@laserlink.net> * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/networking/hostname.c b/networking/hostname.c index 121ad40..66b52dd 100644 --- a/networking/hostname.c +++ b/networking/hostname.c @@ -7,7 +7,7 @@ * Adjusted by Erik Andersen <andersen@codepoet.org> to remove * use of long options and GNU getopt. Improved the usage info. * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/networking/httpd.c b/networking/httpd.c index 3fea3f0..c174958 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -5,7 +5,7 @@ * Copyright (C) 2002,2003 Glenn Engel <glenne@engel.org> * Copyright (C) 2003-2006 Vladimir Oleynik <dzo@simtreas.ru> * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * ***************************************************************************** * diff --git a/networking/httpd_indexcgi.c b/networking/httpd_indexcgi.c index af43380..7e0225e 100644 --- a/networking/httpd_indexcgi.c +++ b/networking/httpd_indexcgi.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2007 Denys Vlasenko <vda.linux@googlemail.com> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ /* diff --git a/networking/httpd_ssi.c b/networking/httpd_ssi.c index 03f2633..87f43fc 100644 --- a/networking/httpd_ssi.c +++ b/networking/httpd_ssi.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2009 Denys Vlasenko <vda.linux@googlemail.com> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ /* diff --git a/networking/ifconfig.c b/networking/ifconfig.c index 1a56c1c..853910f 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c @@ -10,7 +10,7 @@ * Authors of the original ifconfig was: * Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ /* diff --git a/networking/ifplugd.c b/networking/ifplugd.c index 2f8c90f..58f56db 100644 --- a/networking/ifplugd.c +++ b/networking/ifplugd.c @@ -4,7 +4,7 @@ * * Copyright (C) 2009 Maksym Kryzhanovskyy <xmaks@email.cz> * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/networking/ifupdown.c b/networking/ifupdown.c index 69c56e8..5d6994f 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c @@ -14,7 +14,7 @@ * (defined via CONFIG_IFUPDOWN_IFSTATE_PATH) and can be overridden by build * configuration. * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/networking/interface.c b/networking/interface.c index 7c6ed82..83af62b 100644 --- a/networking/interface.c +++ b/networking/interface.c @@ -19,7 +19,7 @@ * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> * and others. Copyright 1993 MicroWalt Corporation * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * Patched to support 'add' and 'del' keywords for INET(4) addresses * by Mrs. Brisby <mrs.brisby@nimh.org> diff --git a/networking/ip.c b/networking/ip.c index 0042896..7b1e2eb 100644 --- a/networking/ip.c +++ b/networking/ip.c @@ -2,7 +2,7 @@ /* * "ip" utility frontend. * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> * diff --git a/networking/ipcalc.c b/networking/ipcalc.c index 265009a..d4aa885 100644 --- a/networking/ipcalc.c +++ b/networking/ipcalc.c @@ -9,7 +9,7 @@ * from Red Hat. I didn't look at their source code, but there * is no denying that this is a loving reimplementation * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" /* After libbb.h, because on some systems it needs other includes */ diff --git a/networking/isrv.c b/networking/isrv.c index 66bb371..1c6491e 100644 --- a/networking/isrv.c +++ b/networking/isrv.c @@ -5,7 +5,7 @@ * * Copyright (C) 2007 Denys Vlasenko * - * Licensed under GPL version 2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/networking/isrv.h b/networking/isrv.h index f20714d..4c7e01d 100644 --- a/networking/isrv.h +++ b/networking/isrv.h @@ -5,7 +5,7 @@ * * Copyright (C) 2007 Denys Vlasenko * - * Licensed under GPL version 2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN diff --git a/networking/isrv_identd.c b/networking/isrv_identd.c index e8ba007..18ce59a 100644 --- a/networking/isrv_identd.c +++ b/networking/isrv_identd.c @@ -4,7 +4,7 @@ * * Copyright (C) 2007 Denys Vlasenko * - * Licensed under GPL version 2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/networking/libiproute/Kbuild.src b/networking/libiproute/Kbuild.src index b0aa50a..7c78f3c 100644 --- a/networking/libiproute/Kbuild.src +++ b/networking/libiproute/Kbuild.src @@ -2,7 +2,7 @@ # # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> # -# Licensed under the GPL v2 or later, see the file LICENSE in this tarball. +# Licensed under GPLv2 or later, see file LICENSE in this source tree. # lib-y:= diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index b6f469d..1be03a6 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c @@ -2,7 +2,7 @@ /* * ipaddress.c "ip address". * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> * diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c index 9f92185..0d90338 100644 --- a/networking/libiproute/iplink.c +++ b/networking/libiproute/iplink.c @@ -4,7 +4,7 @@ * * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include <net/if.h> #include <net/if_packet.h> diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index 8dba2bf..1696e6a 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c @@ -2,7 +2,7 @@ /* * iproute.c "ip route". * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> * diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c index 8389ef3..bce373d 100644 --- a/networking/libiproute/iptunnel.c +++ b/networking/libiproute/iptunnel.c @@ -2,7 +2,7 @@ /* * iptunnel.c "ip tunnel" * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> * diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c index 85034c0..5125617 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c @@ -2,7 +2,7 @@ /* * utils.c * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> * diff --git a/networking/nameif.c b/networking/nameif.c index 046e308..45a3229 100644 --- a/networking/nameif.c +++ b/networking/nameif.c @@ -7,7 +7,7 @@ * Glenn McGrath * Extended matching support 2008 by Nico Erfurth <masta@perlgolf.de> * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/networking/nc.c b/networking/nc.c index c771374..31d450d 100644 --- a/networking/nc.c +++ b/networking/nc.c @@ -1,10 +1,10 @@ /* vi: set sw=4 ts=4: */ -/* nc: mini-netcat - built from the ground up for LRP +/* nc: mini-netcat - built from the ground up for LRP * - * Copyright (C) 1998, 1999 Charles P. Wright - * Copyright (C) 1998 Dave Cinege + * Copyright (C) 1998, 1999 Charles P. Wright + * Copyright (C) 1998 Dave Cinege * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c index aebb9cb..dbcce8b 100644 --- a/networking/nc_bloaty.c +++ b/networking/nc_bloaty.c @@ -3,7 +3,7 @@ * * Copyright (C) 2007 Denys Vlasenko. * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ /* Author's comments from nc 1.10: diff --git a/networking/netstat.c b/networking/netstat.c index 8b7a574..3114a39 100644 --- a/networking/netstat.c +++ b/networking/netstat.c @@ -11,7 +11,7 @@ * 2008-07-10 * optional '-p' flag support ported from net-tools by G. Somlo <somlo@cmu.edu> * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/networking/nslookup.c b/networking/nslookup.c index 2628711..dcac737 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c @@ -8,7 +8,7 @@ * Correct default name server display and explicit name server option * added by Ben Zeckel <bzeckel@hmc.edu> June 2001 * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include <resolv.h> diff --git a/networking/ntpd.c b/networking/ntpd.c index e9cfdbd..fb3ef2e 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c @@ -3,7 +3,7 @@ * * Author: Adam Tkac <vonsch@gmail.com> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. * * Parts of OpenNTPD clock syncronization code is replaced by * code which is based on ntp-4.2.6, whuch carries the following diff --git a/networking/ntpd_simple.c b/networking/ntpd_simple.c index 5e48306..5905e54 100644 --- a/networking/ntpd_simple.c +++ b/networking/ntpd_simple.c @@ -3,7 +3,7 @@ * * Author: Adam Tkac <vonsch@gmail.com> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" #include <netinet/ip.h> /* For IPTOS_LOWDELAY definition */ diff --git a/networking/ping.c b/networking/ping.c index 6a766a4..e18d88e 100644 --- a/networking/ping.c +++ b/networking/ping.c @@ -11,7 +11,7 @@ * This code is derived from software contributed to Berkeley by * Mike Muuss. * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ /* from ping6.c: * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> diff --git a/networking/pscan.c b/networking/pscan.c index 5fb6af0..a8194d1 100644 --- a/networking/pscan.c +++ b/networking/pscan.c @@ -3,7 +3,7 @@ * * Copyright 2007 Tito Ragusa <farmatito@tiscali.it> * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/networking/route.c b/networking/route.c index a319962..c72e945 100644 --- a/networking/route.c +++ b/networking/route.c @@ -10,7 +10,7 @@ * Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> * (derived from FvK's 'route.c 1.70 01/04/94') * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * * displayroute() code added by Vladimir N. Oleynik <dzo@simtreas.ru> diff --git a/networking/tc.c b/networking/tc.c index 6a5a850..48d1642 100644 --- a/networking/tc.c +++ b/networking/tc.c @@ -2,7 +2,7 @@ /* * tc.c "tc" utility frontend. * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> * diff --git a/networking/tcpudp.c b/networking/tcpudp.c index 40f6825..b532e43 100644 --- a/networking/tcpudp.c +++ b/networking/tcpudp.c @@ -4,7 +4,7 @@ * * Copyright (C) 2007 Denys Vlasenko. * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ /* Based on ipsvd-0.12.1. This tcpsvd accepts all options diff --git a/networking/tcpudp_perhost.c b/networking/tcpudp_perhost.c index 3005f12..1054108 100644 --- a/networking/tcpudp_perhost.c +++ b/networking/tcpudp_perhost.c @@ -4,7 +4,7 @@ * * Copyright (C) 2007 Denys Vlasenko. * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/networking/tcpudp_perhost.h b/networking/tcpudp_perhost.h index d370036..3e57576 100644 --- a/networking/tcpudp_perhost.h +++ b/networking/tcpudp_perhost.h @@ -4,7 +4,7 @@ * * Copyright (C) 2007 Denys Vlasenko. * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN diff --git a/networking/telnet.c b/networking/telnet.c index e0022b2..12d1970 100644 --- a/networking/telnet.c +++ b/networking/telnet.c @@ -8,7 +8,7 @@ * Created: Thu Apr 7 13:29:41 1994 too * Last modified: Fri Jun 9 14:34:24 2000 too * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * HISTORY * Revision 3.1 1994/04/17 11:31:54 too diff --git a/networking/telnetd.c b/networking/telnetd.c index ea66a25..5c011e1 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c @@ -3,7 +3,7 @@ * Simple telnet server * Bjorn Wesen, Axis Communications AB (bjornw@axis.com) * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * --------------------------------------------------------------------------- * (C) Copyright 2000, Axis Communications AB, LUND, SWEDEN diff --git a/networking/tftp.c b/networking/tftp.c index 43ae136..0269a93 100644 --- a/networking/tftp.c +++ b/networking/tftp.c @@ -16,7 +16,7 @@ * * tftpd added by Denys Vlasenko & Vladimir Dronnikov * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/networking/tunctl.c b/networking/tunctl.c index 02ff71d..e17a9db 100644 --- a/networking/tunctl.c +++ b/networking/tunctl.c @@ -7,7 +7,7 @@ * Original code: * Jeff Dike * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include <netinet/in.h> #include <net/if.h> diff --git a/networking/udhcp/Kbuild.src b/networking/udhcp/Kbuild.src index f845bc1..b8767ba 100644 --- a/networking/udhcp/Kbuild.src +++ b/networking/udhcp/Kbuild.src @@ -2,7 +2,7 @@ # # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> # -# Licensed under the GPL v2 or later, see the file LICENSE in this tarball. +# Licensed under GPLv2 or later, see file LICENSE in this source tree. # lib-y:= diff --git a/networking/udhcp/arpping.c b/networking/udhcp/arpping.c index 7c8c244..ff63478 100644 --- a/networking/udhcp/arpping.c +++ b/networking/udhcp/arpping.c @@ -3,7 +3,7 @@ * Mostly stolen from: dhcpcd - DHCP client daemon * by Yoichi Hariguchi <yoichi@fore.com> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include <netinet/if_ether.h> #include <net/if_arp.h> diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c index 90a07ed..97ab4cd 100644 --- a/networking/udhcp/common.c +++ b/networking/udhcp/common.c @@ -2,7 +2,7 @@ /* * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "common.h" diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index ce81d18..c5abf17 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h @@ -3,7 +3,7 @@ * Russ Dill <Russ.Dill@asu.edu> September 2001 * Rewritten by Vladimir Oleynik <dzo@simtreas.ru> (C) 2003 * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #ifndef UDHCP_COMMON_H #define UDHCP_COMMON_H 1 diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index 6bef562..9ef053a 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #ifndef UDHCP_DHCPC_H #define UDHCP_DHCPC_H 1 diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h index eea9017..7c801bf 100644 --- a/networking/udhcp/dhcpd.h +++ b/networking/udhcp/dhcpd.h @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #ifndef UDHCP_DHCPD_H #define UDHCP_DHCPD_H 1 diff --git a/networking/udhcp/dhcprelay.c b/networking/udhcp/dhcprelay.c index d194a98..a2c7f35 100644 --- a/networking/udhcp/dhcprelay.c +++ b/networking/udhcp/dhcprelay.c @@ -1,7 +1,7 @@ /* vi: set sw=4 ts=4: */ /* Port to Busybox Copyright (C) 2006 Jesse Dutton <jessedutton@gmail.com> * - * Licensed under GPL v2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. * * DHCP Relay for 'DHCPv4 Configuration of IPSec Tunnel Mode' support * Copyright (C) 2002 Mario Strasser <mast@gmx.net>, diff --git a/networking/udhcp/domain_codec.c b/networking/udhcp/domain_codec.c index 2dd5347..c1325d8 100644 --- a/networking/udhcp/domain_codec.c +++ b/networking/udhcp/domain_codec.c @@ -4,7 +4,7 @@ * * Loosely based on the isc-dhcpd implementation by dhankins@isc.org * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #ifdef DNS_COMPR_TESTING # define FAST_FUNC /* nothing */ diff --git a/networking/udhcp/dumpleases.c b/networking/udhcp/dumpleases.c index fb6219f..2eaadb6 100644 --- a/networking/udhcp/dumpleases.c +++ b/networking/udhcp/dumpleases.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "common.h" #include "dhcpd.h" diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index ff63111..f5348f6 100644 --- a/networking/udhcp/files.c +++ b/networking/udhcp/files.c @@ -4,7 +4,7 @@ * * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include <netinet/ether.h> diff --git a/networking/udhcp/leases.c b/networking/udhcp/leases.c index fad71ec..7aeb37b 100644 --- a/networking/udhcp/leases.c +++ b/networking/udhcp/leases.c @@ -2,7 +2,7 @@ /* * Russ Dill <Russ.Dill@asu.edu> July 2001 * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "common.h" #include "dhcpd.h" diff --git a/networking/udhcp/packet.c b/networking/udhcp/packet.c index 4badc9c..d8f9c5d 100644 --- a/networking/udhcp/packet.c +++ b/networking/udhcp/packet.c @@ -4,7 +4,7 @@ * * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include <netinet/in.h> #if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined _NEWLIB_VERSION diff --git a/networking/udhcp/static_leases.c b/networking/udhcp/static_leases.c index b334a58..f4a24ab 100644 --- a/networking/udhcp/static_leases.c +++ b/networking/udhcp/static_leases.c @@ -4,7 +4,7 @@ * * Wade Berrier <wberrier@myrealbox.com> September 2004 * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "common.h" #include "dhcpd.h" diff --git a/networking/vconfig.c b/networking/vconfig.c index 00379fc..1f574d2 100644 --- a/networking/vconfig.c +++ b/networking/vconfig.c @@ -4,7 +4,7 @@ * * Copyright (C) 2001 Manuel Novoa III <mjn3@codepoet.org> * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ /* BB_AUDIT SUSv3 N/A */ diff --git a/networking/wget.c b/networking/wget.c index 784e405..88bb09e 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -3,7 +3,7 @@ * wget - retrieve a file using HTTP or FTP * * Chip Rosenthal Covad Communications <chip@laserlink.net> - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. * * Copyright (C) 2010 Bradley M. Kuhn <bkuhn@ebb.org> * Kuhn's copyrights are licensed GPLv2-or-later. File as a whole remains GPLv2. diff --git a/networking/zcip.c b/networking/zcip.c index 6b0b1c4..6fa265a 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -6,7 +6,7 @@ * Copyright (C) 2003 by Arthur van Hoff (avh@strangeberry.com) * Copyright (C) 2004 by David Brownell * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ /* |