aboutsummaryrefslogtreecommitdiff
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
parent9b0a439f026adec773706625f080ab00ae537fa0 (diff)
downloadbusybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.gz
busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.bz2
busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.zip
update Glenn McGrath's email address
-rw-r--r--AUTHORS2
-rw-r--r--archival/ar.c1
-rw-r--r--archival/bbunzip.c4
-rw-r--r--archival/libunarchive/decompress_unzip.c2
-rw-r--r--archival/tar.c2
-rw-r--r--coreutils/fold.c2
-rw-r--r--coreutils/install.c2
-rw-r--r--coreutils/uudecode.c2
-rw-r--r--editors/patch.c2
-rw-r--r--editors/sed.c2
-rw-r--r--networking/ftpgetput.c2
-rw-r--r--networking/ifupdown.c2
-rw-r--r--networking/nameif.c2
-rw-r--r--testsuite/tar/tar-extracts-multiple-files2
-rwxr-xr-xtestsuite/unzip.tests2
15 files changed, 15 insertions, 16 deletions
diff --git a/AUTHORS b/AUTHORS
index 8f6498b98..9755ad9dd 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -95,7 +95,7 @@ Stephan Linz <linz@li-pro.net>
95John Lombardo <john@deltanet.com> 95John Lombardo <john@deltanet.com>
96 tr 96 tr
97 97
98Glenn McGrath <bug1@iinet.net.au> 98Glenn McGrath <glenn.l.mcgrath@gmail.com>
99 Common unarchiving code and unarchiving applets, ifupdown, ftpgetput, 99 Common unarchiving code and unarchiving applets, ifupdown, ftpgetput,
100 nameif, sed, patch, fold, install, uudecode. 100 nameif, sed, patch, fold, install, uudecode.
101 Various bugfixes, review and apply numerous patches. 101 Various bugfixes, review and apply numerous patches.
diff --git a/archival/ar.c b/archival/ar.c
index db23c2b73..cbe4d8e0e 100644
--- a/archival/ar.c
+++ b/archival/ar.c
@@ -3,7 +3,6 @@
3 * Mini ar implementation for busybox 3 * Mini ar implementation for busybox
4 * 4 *
5 * Copyright (C) 2000 by Glenn McGrath 5 * Copyright (C) 2000 by Glenn McGrath
6 * Written by Glenn McGrath <bug1@iinet.net.au> 1 June 2000
7 * 6 *
8 * Based in part on BusyBox tar, Debian dpkg-deb and GNU ar. 7 * Based in part on BusyBox tar, Debian dpkg-deb and GNU ar.
9 * 8 *
diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index a4e525f2e..c5a533700 100644
--- a/archival/bbunzip.c
+++ b/archival/bbunzip.c
@@ -138,7 +138,7 @@ char* make_new_name_generic(char *filename, const char *expected_ext)
138 138
139 139
140/* 140/*
141 * Modified for busybox by Glenn McGrath <bug1@iinet.net.au> 141 * Modified for busybox by Glenn McGrath
142 * Added support output to stdout by Thomas Lundquist <thomasez@zelow.no> 142 * Added support output to stdout by Thomas Lundquist <thomasez@zelow.no>
143 * 143 *
144 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 144 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
@@ -185,7 +185,7 @@ int bunzip2_main(int argc, char **argv)
185 * handling. 185 * handling.
186 * 186 *
187 * General cleanup to better adhere to the style guide and make use of standard 187 * General cleanup to better adhere to the style guide and make use of standard
188 * busybox functions by Glenn McGrath <bug1@iinet.net.au> 188 * busybox functions by Glenn McGrath
189 * 189 *
190 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 190 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
191 * 191 *
diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c
index ead628ed5..275f80b33 100644
--- a/archival/libunarchive/decompress_unzip.c
+++ b/archival/libunarchive/decompress_unzip.c
@@ -12,7 +12,7 @@
12 * command line handling. 12 * command line handling.
13 * 13 *
14 * General cleanup to better adhere to the style guide and make use of standard 14 * General cleanup to better adhere to the style guide and make use of standard
15 * busybox functions by Glenn McGrath <bug1@iinet.net.au> 15 * busybox functions by Glenn McGrath
16 * 16 *
17 * read_gz interface + associated hacking by Laurence Anderson 17 * read_gz interface + associated hacking by Laurence Anderson
18 * 18 *
diff --git a/archival/tar.c b/archival/tar.c
index 45fa4bd79..11f5ebac0 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -3,7 +3,7 @@
3 * Mini tar implementation for busybox 3 * Mini tar implementation for busybox
4 * 4 *
5 * Modified to use common extraction code used by ar, cpio, dpkg-deb, dpkg 5 * Modified to use common extraction code used by ar, cpio, dpkg-deb, dpkg
6 * Glenn McGrath <bug1@iinet.net.au> 6 * by Glenn McGrath
7 * 7 *
8 * Note, that as of BusyBox-0.43, tar has been completely rewritten from the 8 * Note, that as of BusyBox-0.43, tar has been completely rewritten from the
9 * ground up. It still has remnants of the old code lying about, but it is 9 * ground up. It still has remnants of the old code lying about, but it is
diff --git a/coreutils/fold.c b/coreutils/fold.c
index 01849615e..6e422de59 100644
--- a/coreutils/fold.c
+++ b/coreutils/fold.c
@@ -5,7 +5,7 @@
5 Copyright (C) 91, 1995-2002 Free Software Foundation, Inc. 5 Copyright (C) 91, 1995-2002 Free Software Foundation, Inc.
6 6
7 Modified for busybox based on coreutils v 5.0 7 Modified for busybox based on coreutils v 5.0
8 Copyright (C) 2003 Glenn McGrath <bug1@iinet.net.au> 8 Copyright (C) 2003 Glenn McGrath
9 9
10 Licensed under the GPL v2 or later, see the file LICENSE in this tarball. 10 Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
11*/ 11*/
diff --git a/coreutils/install.c b/coreutils/install.c
index 8575043e1..3cbae18a1 100644
--- a/coreutils/install.c
+++ b/coreutils/install.c
@@ -1,6 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au> 3 * Copyright (C) 2003 by Glenn McGrath
4 * SELinux support: by Yuichi Nakamura <ynakam@hitachisoft.jp> 4 * SELinux support: by Yuichi Nakamura <ynakam@hitachisoft.jp>
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 tarball for details.
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c
index 4c918ff02..7a52bdbda 100644
--- a/coreutils/uudecode.c
+++ b/coreutils/uudecode.c
@@ -1,6 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * Copyright 2003, Glenn McGrath <bug1@iinet.net.au> 3 * Copyright 2003, Glenn McGrath
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 tarball for details.
6 * 6 *
diff --git a/editors/patch.c b/editors/patch.c
index 94f664115..65791dfe6 100644
--- a/editors/patch.c
+++ b/editors/patch.c
@@ -1,7 +1,7 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * busybox patch applet to handle the unified diff format. 3 * busybox patch applet to handle the unified diff format.
4 * Copyright (C) 2003 Glenn McGrath <bug1@iinet.net.au> 4 * Copyright (C) 2003 Glenn McGrath
5 * 5 *
6 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. 6 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
7 * 7 *
diff --git a/editors/sed.c b/editors/sed.c
index 26fdeafdd..a2e2b7349 100644
--- a/editors/sed.c
+++ b/editors/sed.c
@@ -5,7 +5,7 @@
5 * Copyright (C) 1999,2000,2001 by Lineo, inc. and Mark Whitley 5 * Copyright (C) 1999,2000,2001 by Lineo, inc. and Mark Whitley
6 * Copyright (C) 1999,2000,2001 by Mark Whitley <markw@codepoet.org> 6 * Copyright (C) 1999,2000,2001 by Mark Whitley <markw@codepoet.org>
7 * Copyright (C) 2002 Matt Kraai 7 * Copyright (C) 2002 Matt Kraai
8 * Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au> 8 * Copyright (C) 2003 by Glenn McGrath
9 * Copyright (C) 2003,2004 by Rob Landley <rob@landley.net> 9 * Copyright (C) 2003,2004 by Rob Landley <rob@landley.net>
10 * 10 *
11 * MAINTAINER: Rob Landley <rob@landley.net> 11 * MAINTAINER: Rob Landley <rob@landley.net>
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 */
diff --git a/testsuite/tar/tar-extracts-multiple-files b/testsuite/tar/tar-extracts-multiple-files
index 8ae8cdda5..7897d81d2 100644
--- a/testsuite/tar/tar-extracts-multiple-files
+++ b/testsuite/tar/tar-extracts-multiple-files
@@ -1,5 +1,5 @@
1touch foo bar 1touch foo bar
2busybox tar cf foo.tar foo bar 2tar cf foo.tar foo bar
3rm foo bar 3rm foo bar
4busybox tar -xf foo.tar 4busybox tar -xf foo.tar
5test -f foo 5test -f foo
diff --git a/testsuite/unzip.tests b/testsuite/unzip.tests
index 77814886f..975079db6 100755
--- a/testsuite/unzip.tests
+++ b/testsuite/unzip.tests
@@ -2,7 +2,7 @@
2 2
3# Tests for unzip. 3# Tests for unzip.
4# Copyright 2006 Rob Landley <rob@landley.net> 4# Copyright 2006 Rob Landley <rob@landley.net>
5# Copyright 2006 Glenn McGrath <bug1@ihug.co.nz> 5# Copyright 2006 Glenn McGrath
6# Licensed under GPL v2, see file LICENSE for details. 6# Licensed under GPL v2, see file LICENSE for details.
7 7
8. testing.sh 8. testing.sh