aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-09-21 13:16:32 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-09-21 13:16:32 +0000
commit0beaff8c19fddb694aab084a59c47b486dd6a8eb (patch)
tree0b070e29913758862b0c3a9dccad93418199c569 /networking
parent9b0a439f026adec773706625f080ab00ae537fa0 (diff)
downloadbusybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.gz
busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.bz2
busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.zip
update Glenn McGrath's email address
Diffstat (limited to 'networking')
-rw-r--r--networking/ftpgetput.c2
-rw-r--r--networking/ifupdown.c2
-rw-r--r--networking/nameif.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c
index d7e2bfa5d..58847a9f2 100644
--- a/networking/ftpgetput.c
+++ b/networking/ftpgetput.c
@@ -5,7 +5,7 @@
5 * Mini implementation of FTP to retrieve a remote file. 5 * Mini implementation of FTP to retrieve a remote file.
6 * 6 *
7 * Copyright (C) 2002 Jeff Angielski, The PTR Group <jeff@theptrgroup.com> 7 * Copyright (C) 2002 Jeff Angielski, The PTR Group <jeff@theptrgroup.com>
8 * Copyright (C) 2002 Glenn McGrath <bug1@iinet.net.au> 8 * Copyright (C) 2002 Glenn McGrath
9 * 9 *
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>
diff --git a/networking/ifupdown.c b/networking/ifupdown.c
index 128cc37bd..299d36346 100644
--- a/networking/ifupdown.c
+++ b/networking/ifupdown.c
@@ -1,7 +1,7 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * ifupdown for busybox 3 * ifupdown for busybox
4 * Copyright (c) 2002 Glenn McGrath <bug1@iinet.net.au> 4 * Copyright (c) 2002 Glenn McGrath
5 * Copyright (c) 2003-2004 Erik Andersen <andersen@codepoet.org> 5 * Copyright (c) 2003-2004 Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * Based on ifupdown v 0.6.4 by Anthony Towns 7 * Based on ifupdown v 0.6.4 by Anthony Towns
diff --git a/networking/nameif.c b/networking/nameif.c
index daac191bf..2114516a7 100644
--- a/networking/nameif.c
+++ b/networking/nameif.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * Written 2000 by Andi Kleen. 5 * Written 2000 by Andi Kleen.
6 * Busybox port 2002 by Nick Fedchik <nick@fedchik.org.ua> 6 * Busybox port 2002 by Nick Fedchik <nick@fedchik.org.ua>
7 * Glenn McGrath <bug1@iinet.net.au> 7 * Glenn McGrath
8 * 8 *
9 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. 9 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
10 */ 10 */