diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 20:14:46 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 20:14:46 +0200 |
commit | 0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a (patch) | |
tree | d8a71a3f044857bd36569f535815002367389b29 /networking | |
parent | 0d555fc951fa09b2f7efb4b445a468a4bcc262f1 (diff) | |
download | busybox-w32-0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a.tar.gz busybox-w32-0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a.tar.bz2 busybox-w32-0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a.zip |
*: make GNU licensing statement forms more regular
This change retains "or later" state! No licensing _changes_ here,
only form is adjusted (article, space between "GPL" and "v2" and so on).
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
60 files changed, 63 insertions, 63 deletions
diff --git a/networking/Kbuild.src b/networking/Kbuild.src index e1a4ebcb3..f41a2df70 100644 --- a/networking/Kbuild.src +++ b/networking/Kbuild.src | |||
@@ -2,7 +2,7 @@ | |||
2 | # | 2 | # |
3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | 8 | ||
diff --git a/networking/arping.c b/networking/arping.c index effe418a6..f2b12ed04 100644 --- a/networking/arping.c +++ b/networking/arping.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * arping.c - Ping hosts by ARP requests/replies | 3 | * arping.c - Ping hosts by ARP requests/replies |
4 | * | 4 | * |
5 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | * | 6 | * |
7 | * Author: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> | 7 | * Author: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> |
8 | * Busybox port: Nick Fedchik <nick@fedchik.org.ua> | 8 | * Busybox port: Nick Fedchik <nick@fedchik.org.ua> |
diff --git a/networking/brctl.c b/networking/brctl.c index 0f56412ce..0defce46a 100644 --- a/networking/brctl.c +++ b/networking/brctl.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Some helper functions from bridge-utils are | 7 | * Some helper functions from bridge-utils are |
8 | * Copyright (C) 2000 Lennert Buytenhek | 8 | * Copyright (C) 2000 Lennert Buytenhek |
9 | * | 9 | * |
10 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | /* This applet currently uses only the ioctl interface and no sysfs at all. | 12 | /* This applet currently uses only the ioctl interface and no sysfs at all. |
13 | * At the time of this writing this was considered a feature. | 13 | * At the time of this writing this was considered a feature. |
diff --git a/networking/dnsd.c b/networking/dnsd.c index 1a99040ac..92d4867aa 100644 --- a/networking/dnsd.c +++ b/networking/dnsd.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Copyright (C) 2005 Odd Arild Olsen (oao at fibula dot no) | 6 | * Copyright (C) 2005 Odd Arild Olsen (oao at fibula dot no) |
7 | * Copyright (C) 2003 Paul Sheer | 7 | * Copyright (C) 2003 Paul Sheer |
8 | * | 8 | * |
9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | * | 10 | * |
11 | * Odd Arild Olsen started out with the sheerdns [1] of Paul Sheer and rewrote | 11 | * Odd Arild Olsen started out with the sheerdns [1] of Paul Sheer and rewrote |
12 | * it into a shape which I believe is both easier to understand and maintain. | 12 | * 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 deeb68c09..121f15366 100644 --- a/networking/ether-wake.c +++ b/networking/ether-wake.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * ether-wake.c - Send a magic packet to wake up sleeping machines. | 3 | * ether-wake.c - Send a magic packet to wake up sleeping machines. |
4 | * | 4 | * |
5 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | * | 6 | * |
7 | * Author: Donald Becker, http://www.scyld.com/"; http://www.scyld.com/wakeonlan.html | 7 | * Author: Donald Becker, http://www.scyld.com/"; http://www.scyld.com/wakeonlan.html |
8 | * Busybox port: Christian Volkmann <haveaniceday@online.de> | 8 | * Busybox port: Christian Volkmann <haveaniceday@online.de> |
diff --git a/networking/ftpd.c b/networking/ftpd.c index 0daf9f7a3..64068e467 100644 --- a/networking/ftpd.c +++ b/networking/ftpd.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Author: Adam Tkac <vonsch@gmail.com> | 5 | * Author: Adam Tkac <vonsch@gmail.com> |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | * | 8 | * |
9 | * Only subset of FTP protocol is implemented but vast majority of clients | 9 | * Only subset of FTP protocol is implemented but vast majority of clients |
10 | * should not have any problem. | 10 | * should not have any problem. |
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index 120ccff83..c68d0ace2 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Based on wget.c by Chip Rosenthal Covad Communications | 10 | * Based on wget.c by Chip Rosenthal Covad Communications |
11 | * <chip@laserlink.net> | 11 | * <chip@laserlink.net> |
12 | * | 12 | * |
13 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include "libbb.h" | 16 | #include "libbb.h" |
diff --git a/networking/hostname.c b/networking/hostname.c index 121ad40bb..66b52dd90 100644 --- a/networking/hostname.c +++ b/networking/hostname.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Adjusted by Erik Andersen <andersen@codepoet.org> to remove | 7 | * Adjusted by Erik Andersen <andersen@codepoet.org> to remove |
8 | * use of long options and GNU getopt. Improved the usage info. | 8 | * use of long options and GNU getopt. Improved the usage info. |
9 | * | 9 | * |
10 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | #include "libbb.h" | 12 | #include "libbb.h" |
13 | 13 | ||
diff --git a/networking/httpd.c b/networking/httpd.c index 3fea3f04c..c174958e2 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright (C) 2002,2003 Glenn Engel <glenne@engel.org> | 5 | * Copyright (C) 2002,2003 Glenn Engel <glenne@engel.org> |
6 | * Copyright (C) 2003-2006 Vladimir Oleynik <dzo@simtreas.ru> | 6 | * Copyright (C) 2003-2006 Vladimir Oleynik <dzo@simtreas.ru> |
7 | * | 7 | * |
8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | * | 9 | * |
10 | ***************************************************************************** | 10 | ***************************************************************************** |
11 | * | 11 | * |
diff --git a/networking/httpd_indexcgi.c b/networking/httpd_indexcgi.c index af4338006..7e0225e19 100644 --- a/networking/httpd_indexcgi.c +++ b/networking/httpd_indexcgi.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2007 Denys Vlasenko <vda.linux@googlemail.com> | 2 | * Copyright (c) 2007 Denys Vlasenko <vda.linux@googlemail.com> |
3 | * | 3 | * |
4 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | 6 | ||
7 | /* | 7 | /* |
diff --git a/networking/httpd_ssi.c b/networking/httpd_ssi.c index 03f263397..87f43fcfa 100644 --- a/networking/httpd_ssi.c +++ b/networking/httpd_ssi.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2009 Denys Vlasenko <vda.linux@googlemail.com> | 2 | * Copyright (c) 2009 Denys Vlasenko <vda.linux@googlemail.com> |
3 | * | 3 | * |
4 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | 6 | ||
7 | /* | 7 | /* |
diff --git a/networking/ifconfig.c b/networking/ifconfig.c index 1a56c1cd5..853910f67 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Authors of the original ifconfig was: | 10 | * Authors of the original ifconfig was: |
11 | * Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> | 11 | * Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> |
12 | * | 12 | * |
13 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
14 | */ | 14 | */ |
15 | 15 | ||
16 | /* | 16 | /* |
diff --git a/networking/ifplugd.c b/networking/ifplugd.c index 2f8c90ffc..58f56dbf1 100644 --- a/networking/ifplugd.c +++ b/networking/ifplugd.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2009 Maksym Kryzhanovskyy <xmaks@email.cz> | 5 | * Copyright (C) 2009 Maksym Kryzhanovskyy <xmaks@email.cz> |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | #include "libbb.h" | 9 | #include "libbb.h" |
10 | 10 | ||
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index 69c56e879..5d6994f6e 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c | |||
@@ -14,7 +14,7 @@ | |||
14 | * (defined via CONFIG_IFUPDOWN_IFSTATE_PATH) and can be overridden by build | 14 | * (defined via CONFIG_IFUPDOWN_IFSTATE_PATH) and can be overridden by build |
15 | * configuration. | 15 | * configuration. |
16 | * | 16 | * |
17 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 17 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include "libbb.h" | 20 | #include "libbb.h" |
diff --git a/networking/interface.c b/networking/interface.c index 7c6ed82df..83af62b7c 100644 --- a/networking/interface.c +++ b/networking/interface.c | |||
@@ -19,7 +19,7 @@ | |||
19 | * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> | 19 | * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> |
20 | * and others. Copyright 1993 MicroWalt Corporation | 20 | * and others. Copyright 1993 MicroWalt Corporation |
21 | * | 21 | * |
22 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 22 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
23 | * | 23 | * |
24 | * Patched to support 'add' and 'del' keywords for INET(4) addresses | 24 | * Patched to support 'add' and 'del' keywords for INET(4) addresses |
25 | * by Mrs. Brisby <mrs.brisby@nimh.org> | 25 | * by Mrs. Brisby <mrs.brisby@nimh.org> |
diff --git a/networking/ip.c b/networking/ip.c index 004289667..7b1e2eb6a 100644 --- a/networking/ip.c +++ b/networking/ip.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * "ip" utility frontend. | 3 | * "ip" utility frontend. |
4 | * | 4 | * |
5 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | * | 6 | * |
7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
8 | * | 8 | * |
diff --git a/networking/ipcalc.c b/networking/ipcalc.c index 265009ad8..d4aa885c6 100644 --- a/networking/ipcalc.c +++ b/networking/ipcalc.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * from Red Hat. I didn't look at their source code, but there | 9 | * from Red Hat. I didn't look at their source code, but there |
10 | * is no denying that this is a loving reimplementation | 10 | * is no denying that this is a loving reimplementation |
11 | * | 11 | * |
12 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 12 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
13 | */ | 13 | */ |
14 | #include "libbb.h" | 14 | #include "libbb.h" |
15 | /* After libbb.h, because on some systems it needs other includes */ | 15 | /* After libbb.h, because on some systems it needs other includes */ |
diff --git a/networking/isrv.c b/networking/isrv.c index 66bb3718e..1c6491edd 100644 --- a/networking/isrv.c +++ b/networking/isrv.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * | 5 | * |
6 | * Copyright (C) 2007 Denys Vlasenko | 6 | * Copyright (C) 2007 Denys Vlasenko |
7 | * | 7 | * |
8 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include "libbb.h" | 11 | #include "libbb.h" |
diff --git a/networking/isrv.h b/networking/isrv.h index f20714df8..4c7e01dd1 100644 --- a/networking/isrv.h +++ b/networking/isrv.h | |||
@@ -5,7 +5,7 @@ | |||
5 | * | 5 | * |
6 | * Copyright (C) 2007 Denys Vlasenko | 6 | * Copyright (C) 2007 Denys Vlasenko |
7 | * | 7 | * |
8 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN | 11 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN |
diff --git a/networking/isrv_identd.c b/networking/isrv_identd.c index e8ba00766..18ce59aaf 100644 --- a/networking/isrv_identd.c +++ b/networking/isrv_identd.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2007 Denys Vlasenko | 5 | * Copyright (C) 2007 Denys Vlasenko |
6 | * | 6 | * |
7 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
diff --git a/networking/libiproute/Kbuild.src b/networking/libiproute/Kbuild.src index b0aa50a97..7c78f3c6a 100644 --- a/networking/libiproute/Kbuild.src +++ b/networking/libiproute/Kbuild.src | |||
@@ -2,7 +2,7 @@ | |||
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 5 | # Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | # | 6 | # |
7 | 7 | ||
8 | lib-y:= | 8 | lib-y:= |
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index b6f469d0f..1be03a6c3 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * ipaddress.c "ip address". | 3 | * ipaddress.c "ip address". |
4 | * | 4 | * |
5 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | * | 6 | * |
7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
8 | * | 8 | * |
diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c index 9f9218573..0d90338cc 100644 --- a/networking/libiproute/iplink.c +++ b/networking/libiproute/iplink.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 5 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | #include <net/if.h> | 9 | #include <net/if.h> |
10 | #include <net/if_packet.h> | 10 | #include <net/if_packet.h> |
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index 8dba2bf3d..1696e6a34 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * iproute.c "ip route". | 3 | * iproute.c "ip route". |
4 | * | 4 | * |
5 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | * | 6 | * |
7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
8 | * | 8 | * |
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c index 8389ef348..bce373d05 100644 --- a/networking/libiproute/iptunnel.c +++ b/networking/libiproute/iptunnel.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * iptunnel.c "ip tunnel" | 3 | * iptunnel.c "ip tunnel" |
4 | * | 4 | * |
5 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | * | 6 | * |
7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
8 | * | 8 | * |
diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c index 85034c0f6..5125617c7 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * utils.c | 3 | * utils.c |
4 | * | 4 | * |
5 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | * | 6 | * |
7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
8 | * | 8 | * |
diff --git a/networking/nameif.c b/networking/nameif.c index 046e308c5..45a3229f4 100644 --- a/networking/nameif.c +++ b/networking/nameif.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Glenn McGrath | 7 | * Glenn McGrath |
8 | * Extended matching support 2008 by Nico Erfurth <masta@perlgolf.de> | 8 | * Extended matching support 2008 by Nico Erfurth <masta@perlgolf.de> |
9 | * | 9 | * |
10 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include "libbb.h" | 13 | #include "libbb.h" |
diff --git a/networking/nc.c b/networking/nc.c index c77137480..31d450dda 100644 --- a/networking/nc.c +++ b/networking/nc.c | |||
@@ -1,10 +1,10 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* nc: mini-netcat - built from the ground up for LRP | 2 | /* nc: mini-netcat - built from the ground up for LRP |
3 | * | 3 | * |
4 | * Copyright (C) 1998, 1999 Charles P. Wright | 4 | * Copyright (C) 1998, 1999 Charles P. Wright |
5 | * Copyright (C) 1998 Dave Cinege | 5 | * Copyright (C) 1998 Dave Cinege |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c index aebb9cb8c..dbcce8bf4 100644 --- a/networking/nc_bloaty.c +++ b/networking/nc_bloaty.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2007 Denys Vlasenko. | 4 | * Copyright (C) 2007 Denys Vlasenko. |
5 | * | 5 | * |
6 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* Author's comments from nc 1.10: | 9 | /* Author's comments from nc 1.10: |
diff --git a/networking/netstat.c b/networking/netstat.c index 8b7a57405..3114a3902 100644 --- a/networking/netstat.c +++ b/networking/netstat.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * 2008-07-10 | 11 | * 2008-07-10 |
12 | * optional '-p' flag support ported from net-tools by G. Somlo <somlo@cmu.edu> | 12 | * optional '-p' flag support ported from net-tools by G. Somlo <somlo@cmu.edu> |
13 | * | 13 | * |
14 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 14 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "libbb.h" | 17 | #include "libbb.h" |
diff --git a/networking/nslookup.c b/networking/nslookup.c index 26287114c..dcac7379e 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Correct default name server display and explicit name server option | 8 | * Correct default name server display and explicit name server option |
9 | * added by Ben Zeckel <bzeckel@hmc.edu> June 2001 | 9 | * added by Ben Zeckel <bzeckel@hmc.edu> June 2001 |
10 | * | 10 | * |
11 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <resolv.h> | 14 | #include <resolv.h> |
diff --git a/networking/ntpd.c b/networking/ntpd.c index e9cfdbddd..fb3ef2e3c 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Author: Adam Tkac <vonsch@gmail.com> | 4 | * Author: Adam Tkac <vonsch@gmail.com> |
5 | * | 5 | * |
6 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | * | 7 | * |
8 | * Parts of OpenNTPD clock syncronization code is replaced by | 8 | * Parts of OpenNTPD clock syncronization code is replaced by |
9 | * code which is based on ntp-4.2.6, whuch carries the following | 9 | * 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 5e48306c7..5905e54e9 100644 --- a/networking/ntpd_simple.c +++ b/networking/ntpd_simple.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Author: Adam Tkac <vonsch@gmail.com> | 4 | * Author: Adam Tkac <vonsch@gmail.com> |
5 | * | 5 | * |
6 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | #include "libbb.h" | 8 | #include "libbb.h" |
9 | #include <netinet/ip.h> /* For IPTOS_LOWDELAY definition */ | 9 | #include <netinet/ip.h> /* For IPTOS_LOWDELAY definition */ |
diff --git a/networking/ping.c b/networking/ping.c index 6a766a437..e18d88e39 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * This code is derived from software contributed to Berkeley by | 11 | * This code is derived from software contributed to Berkeley by |
12 | * Mike Muuss. | 12 | * Mike Muuss. |
13 | * | 13 | * |
14 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 14 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
15 | */ | 15 | */ |
16 | /* from ping6.c: | 16 | /* from ping6.c: |
17 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> | 17 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> |
diff --git a/networking/pscan.c b/networking/pscan.c index 5fb6af0b3..a8194d1a8 100644 --- a/networking/pscan.c +++ b/networking/pscan.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright 2007 Tito Ragusa <farmatito@tiscali.it> | 4 | * Copyright 2007 Tito Ragusa <farmatito@tiscali.it> |
5 | * | 5 | * |
6 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include "libbb.h" | 9 | #include "libbb.h" |
diff --git a/networking/route.c b/networking/route.c index a3199621a..c72e9457f 100644 --- a/networking/route.c +++ b/networking/route.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> | 10 | * Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> |
11 | * (derived from FvK's 'route.c 1.70 01/04/94') | 11 | * (derived from FvK's 'route.c 1.70 01/04/94') |
12 | * | 12 | * |
13 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
14 | * | 14 | * |
15 | * | 15 | * |
16 | * displayroute() code added by Vladimir N. Oleynik <dzo@simtreas.ru> | 16 | * displayroute() code added by Vladimir N. Oleynik <dzo@simtreas.ru> |
diff --git a/networking/tc.c b/networking/tc.c index 6a5a8504f..48d164285 100644 --- a/networking/tc.c +++ b/networking/tc.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * tc.c "tc" utility frontend. | 3 | * tc.c "tc" utility frontend. |
4 | * | 4 | * |
5 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | * | 6 | * |
7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
8 | * | 8 | * |
diff --git a/networking/tcpudp.c b/networking/tcpudp.c index 40f68258e..b532e43cd 100644 --- a/networking/tcpudp.c +++ b/networking/tcpudp.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2007 Denys Vlasenko. | 5 | * Copyright (C) 2007 Denys Vlasenko. |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | /* Based on ipsvd-0.12.1. This tcpsvd accepts all options | 10 | /* Based on ipsvd-0.12.1. This tcpsvd accepts all options |
diff --git a/networking/tcpudp_perhost.c b/networking/tcpudp_perhost.c index 3005f12c0..105410883 100644 --- a/networking/tcpudp_perhost.c +++ b/networking/tcpudp_perhost.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2007 Denys Vlasenko. | 5 | * Copyright (C) 2007 Denys Vlasenko. |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
diff --git a/networking/tcpudp_perhost.h b/networking/tcpudp_perhost.h index d370036a7..3e5757678 100644 --- a/networking/tcpudp_perhost.h +++ b/networking/tcpudp_perhost.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2007 Denys Vlasenko. | 5 | * Copyright (C) 2007 Denys Vlasenko. |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN | 10 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN |
diff --git a/networking/telnet.c b/networking/telnet.c index e0022b2cb..12d1970fa 100644 --- a/networking/telnet.c +++ b/networking/telnet.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Created: Thu Apr 7 13:29:41 1994 too | 8 | * Created: Thu Apr 7 13:29:41 1994 too |
9 | * Last modified: Fri Jun 9 14:34:24 2000 too | 9 | * Last modified: Fri Jun 9 14:34:24 2000 too |
10 | * | 10 | * |
11 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
12 | * | 12 | * |
13 | * HISTORY | 13 | * HISTORY |
14 | * Revision 3.1 1994/04/17 11:31:54 too | 14 | * Revision 3.1 1994/04/17 11:31:54 too |
diff --git a/networking/telnetd.c b/networking/telnetd.c index ea66a25c0..5c011e15d 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Simple telnet server | 3 | * Simple telnet server |
4 | * Bjorn Wesen, Axis Communications AB (bjornw@axis.com) | 4 | * Bjorn Wesen, Axis Communications AB (bjornw@axis.com) |
5 | * | 5 | * |
6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | * | 7 | * |
8 | * --------------------------------------------------------------------------- | 8 | * --------------------------------------------------------------------------- |
9 | * (C) Copyright 2000, Axis Communications AB, LUND, SWEDEN | 9 | * (C) Copyright 2000, Axis Communications AB, LUND, SWEDEN |
diff --git a/networking/tftp.c b/networking/tftp.c index 43ae13647..0269a93ab 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * | 16 | * |
17 | * tftpd added by Denys Vlasenko & Vladimir Dronnikov | 17 | * tftpd added by Denys Vlasenko & Vladimir Dronnikov |
18 | * | 18 | * |
19 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 19 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
20 | */ | 20 | */ |
21 | #include "libbb.h" | 21 | #include "libbb.h" |
22 | 22 | ||
diff --git a/networking/tunctl.c b/networking/tunctl.c index 02ff71dce..e17a9db64 100644 --- a/networking/tunctl.c +++ b/networking/tunctl.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Original code: | 7 | * Original code: |
8 | * Jeff Dike | 8 | * Jeff Dike |
9 | * | 9 | * |
10 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 10 | * Licensed under GPLv2, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | #include <netinet/in.h> | 12 | #include <netinet/in.h> |
13 | #include <net/if.h> | 13 | #include <net/if.h> |
diff --git a/networking/udhcp/Kbuild.src b/networking/udhcp/Kbuild.src index f845bc1d9..b8767baea 100644 --- a/networking/udhcp/Kbuild.src +++ b/networking/udhcp/Kbuild.src | |||
@@ -2,7 +2,7 @@ | |||
2 | # | 2 | # |
3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 5 | # Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | # | 6 | # |
7 | 7 | ||
8 | lib-y:= | 8 | lib-y:= |
diff --git a/networking/udhcp/arpping.c b/networking/udhcp/arpping.c index 7c8c24446..ff6347847 100644 --- a/networking/udhcp/arpping.c +++ b/networking/udhcp/arpping.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mostly stolen from: dhcpcd - DHCP client daemon | 3 | * Mostly stolen from: dhcpcd - DHCP client daemon |
4 | * by Yoichi Hariguchi <yoichi@fore.com> | 4 | * by Yoichi Hariguchi <yoichi@fore.com> |
5 | * | 5 | * |
6 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | #include <netinet/if_ether.h> | 8 | #include <netinet/if_ether.h> |
9 | #include <net/if_arp.h> | 9 | #include <net/if_arp.h> |
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c index 90a07ed09..97ab4cdbb 100644 --- a/networking/udhcp/common.c +++ b/networking/udhcp/common.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 | 3 | * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 |
4 | * | 4 | * |
5 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | #include "common.h" | 7 | #include "common.h" |
8 | 8 | ||
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index ce81d1807..c5abf17d5 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -3,7 +3,7 @@ | |||
3 | * Russ Dill <Russ.Dill@asu.edu> September 2001 | 3 | * Russ Dill <Russ.Dill@asu.edu> September 2001 |
4 | * Rewritten by Vladimir Oleynik <dzo@simtreas.ru> (C) 2003 | 4 | * Rewritten by Vladimir Oleynik <dzo@simtreas.ru> (C) 2003 |
5 | * | 5 | * |
6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | #ifndef UDHCP_COMMON_H | 8 | #ifndef UDHCP_COMMON_H |
9 | #define UDHCP_COMMON_H 1 | 9 | #define UDHCP_COMMON_H 1 |
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index 6bef562c7..9ef053a1b 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 3 | * Licensed under GPLv2, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | #ifndef UDHCP_DHCPC_H | 5 | #ifndef UDHCP_DHCPC_H |
6 | #define UDHCP_DHCPC_H 1 | 6 | #define UDHCP_DHCPC_H 1 |
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h index eea90177f..7c801bf6b 100644 --- a/networking/udhcp/dhcpd.h +++ b/networking/udhcp/dhcpd.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 3 | * Licensed under GPLv2, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | #ifndef UDHCP_DHCPD_H | 5 | #ifndef UDHCP_DHCPD_H |
6 | #define UDHCP_DHCPD_H 1 | 6 | #define UDHCP_DHCPD_H 1 |
diff --git a/networking/udhcp/dhcprelay.c b/networking/udhcp/dhcprelay.c index d194a989b..a2c7f359d 100644 --- a/networking/udhcp/dhcprelay.c +++ b/networking/udhcp/dhcprelay.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* Port to Busybox Copyright (C) 2006 Jesse Dutton <jessedutton@gmail.com> | 2 | /* Port to Busybox Copyright (C) 2006 Jesse Dutton <jessedutton@gmail.com> |
3 | * | 3 | * |
4 | * Licensed under GPL v2, see file LICENSE in this tarball for details. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | * | 5 | * |
6 | * DHCP Relay for 'DHCPv4 Configuration of IPSec Tunnel Mode' support | 6 | * DHCP Relay for 'DHCPv4 Configuration of IPSec Tunnel Mode' support |
7 | * Copyright (C) 2002 Mario Strasser <mast@gmx.net>, | 7 | * Copyright (C) 2002 Mario Strasser <mast@gmx.net>, |
diff --git a/networking/udhcp/domain_codec.c b/networking/udhcp/domain_codec.c index 2dd5347ae..c1325d8be 100644 --- a/networking/udhcp/domain_codec.c +++ b/networking/udhcp/domain_codec.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Loosely based on the isc-dhcpd implementation by dhankins@isc.org | 5 | * Loosely based on the isc-dhcpd implementation by dhankins@isc.org |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | #ifdef DNS_COMPR_TESTING | 9 | #ifdef DNS_COMPR_TESTING |
10 | # define FAST_FUNC /* nothing */ | 10 | # define FAST_FUNC /* nothing */ |
diff --git a/networking/udhcp/dumpleases.c b/networking/udhcp/dumpleases.c index fb6219fba..2eaadb6eb 100644 --- a/networking/udhcp/dumpleases.c +++ b/networking/udhcp/dumpleases.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | #include "common.h" | 5 | #include "common.h" |
6 | #include "dhcpd.h" | 6 | #include "dhcpd.h" |
diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index ff63111c9..f5348f658 100644 --- a/networking/udhcp/files.c +++ b/networking/udhcp/files.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 | 5 | * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | #include <netinet/ether.h> | 9 | #include <netinet/ether.h> |
10 | 10 | ||
diff --git a/networking/udhcp/leases.c b/networking/udhcp/leases.c index fad71ec6c..7aeb37bae 100644 --- a/networking/udhcp/leases.c +++ b/networking/udhcp/leases.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Russ Dill <Russ.Dill@asu.edu> July 2001 | 3 | * Russ Dill <Russ.Dill@asu.edu> July 2001 |
4 | * | 4 | * |
5 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | #include "common.h" | 7 | #include "common.h" |
8 | #include "dhcpd.h" | 8 | #include "dhcpd.h" |
diff --git a/networking/udhcp/packet.c b/networking/udhcp/packet.c index 4badc9cbc..d8f9c5daa 100644 --- a/networking/udhcp/packet.c +++ b/networking/udhcp/packet.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 | 5 | * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | #include <netinet/in.h> | 9 | #include <netinet/in.h> |
10 | #if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined _NEWLIB_VERSION | 10 | #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 b334a5888..f4a24ab62 100644 --- a/networking/udhcp/static_leases.c +++ b/networking/udhcp/static_leases.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Wade Berrier <wberrier@myrealbox.com> September 2004 | 5 | * Wade Berrier <wberrier@myrealbox.com> September 2004 |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | #include "common.h" | 9 | #include "common.h" |
10 | #include "dhcpd.h" | 10 | #include "dhcpd.h" |
diff --git a/networking/vconfig.c b/networking/vconfig.c index 00379fc2f..1f574d2ad 100644 --- a/networking/vconfig.c +++ b/networking/vconfig.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2001 Manuel Novoa III <mjn3@codepoet.org> | 5 | * Copyright (C) 2001 Manuel Novoa III <mjn3@codepoet.org> |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | /* BB_AUDIT SUSv3 N/A */ | 10 | /* BB_AUDIT SUSv3 N/A */ |
diff --git a/networking/wget.c b/networking/wget.c index 784e405da..88bb09eb2 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * wget - retrieve a file using HTTP or FTP | 3 | * wget - retrieve a file using HTTP or FTP |
4 | * | 4 | * |
5 | * Chip Rosenthal Covad Communications <chip@laserlink.net> | 5 | * Chip Rosenthal Covad Communications <chip@laserlink.net> |
6 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | * | 7 | * |
8 | * Copyright (C) 2010 Bradley M. Kuhn <bkuhn@ebb.org> | 8 | * Copyright (C) 2010 Bradley M. Kuhn <bkuhn@ebb.org> |
9 | * Kuhn's copyrights are licensed GPLv2-or-later. File as a whole remains GPLv2. | 9 | * 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 6b0b1c491..6fa265ad4 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Copyright (C) 2003 by Arthur van Hoff (avh@strangeberry.com) | 6 | * Copyright (C) 2003 by Arthur van Hoff (avh@strangeberry.com) |
7 | * Copyright (C) 2004 by David Brownell | 7 | * Copyright (C) 2004 by David Brownell |
8 | * | 8 | * |
9 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | /* | 12 | /* |