diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-21 13:16:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-21 13:16:32 +0000 |
commit | 0beaff8c19fddb694aab084a59c47b486dd6a8eb (patch) | |
tree | 0b070e29913758862b0c3a9dccad93418199c569 /archival/tar.c | |
parent | 9b0a439f026adec773706625f080ab00ae537fa0 (diff) | |
download | busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.gz busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.bz2 busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.zip |
update Glenn McGrath's email address
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |