diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-04-25 05:11:19 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-04-25 05:11:19 +0000 |
commit | c6992feee37fff107298f81697756db6beadb87d (patch) | |
tree | 8317cbcc27649d7e541e7bddb3fdd09d1543e2da /archival | |
parent | b94669543df39440415d734ad2932a83651471e9 (diff) | |
download | busybox-c6992feee37fff107298f81697756db6beadb87d.tar.gz |
Update my email address, document some of my tasks in the AUTHORS file
Diffstat (limited to 'archival')
-rw-r--r-- | archival/ar.c | 2 | ||||
-rw-r--r-- | archival/bunzip2.c | 2 | ||||
-rw-r--r-- | archival/gunzip.c | 2 | ||||
-rw-r--r-- | archival/libunarchive/decompress_unzip.c | 2 | ||||
-rw-r--r-- | archival/tar.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/archival/ar.c b/archival/ar.c index ddf3fdadb..b058b9ec1 100644 --- a/archival/ar.c +++ b/archival/ar.c @@ -3,7 +3,7 @@ * Mini ar implementation for busybox * * Copyright (C) 2000 by Glenn McGrath - * Written by Glenn McGrath <bug1@optushome.com.au> 1 June 2000 + * Written by Glenn McGrath <bug1@iinet.net.au> 1 June 2000 * * Based in part on BusyBox tar, Debian dpkg-deb and GNU ar. * diff --git a/archival/bunzip2.c b/archival/bunzip2.c index ba422723c..5be9da517 100644 --- a/archival/bunzip2.c +++ b/archival/bunzip2.c @@ -1,5 +1,5 @@ /* - * Modified for busybox by Glenn McGrath <bug1@optushome.com.au> + * Modified for busybox by Glenn McGrath <bug1@iinet.net.au> * Added support output to stdout by Thomas Lundquist <thomasez@zelow.no> * * This program is free software; you can redistribute it and/or modify diff --git a/archival/gunzip.c b/archival/gunzip.c index 2c4dc49a4..beb7bd12e 100644 --- a/archival/gunzip.c +++ b/archival/gunzip.c @@ -12,7 +12,7 @@ * handling. * * General cleanup to better adhere to the style guide and make use of standard - * busybox functions by Glenn McGrath <bug1@optushome.com.au> + * busybox functions by Glenn McGrath <bug1@iinet.net.au> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c index 35fcfeec8..e8cf54bff 100644 --- a/archival/libunarchive/decompress_unzip.c +++ b/archival/libunarchive/decompress_unzip.c @@ -12,7 +12,7 @@ * command line handling. * * General cleanup to better adhere to the style guide and make use of standard - * busybox functions by Glenn McGrath <bug1@optushome.com.au> + * busybox functions by Glenn McGrath <bug1@iinet.net.au> * * read_gz interface + associated hacking by Laurence Anderson * diff --git a/archival/tar.c b/archival/tar.c index 8d2ccca77..9d50a101d 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -3,7 +3,7 @@ * Mini tar implementation for busybox * * Modified to use common extraction code used by ar, cpio, dpkg-deb, dpkg - * Glenn McGrath <bug1@optushome.com.au> + * Glenn McGrath <bug1@iinet.net.au> * * Note, that as of BusyBox-0.43, tar has been completely rewritten from the * ground up. It still has remnants of the old code lying about, but it is |