summaryrefslogtreecommitdiff
path: root/archival/bbunzip.c
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 /archival/bbunzip.c
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 'archival/bbunzip.c')
-rw-r--r--archival/bbunzip.c4
1 files changed, 2 insertions, 2 deletions
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 *