diff options
author | Glenn L McGrath | 2004-04-25 05:11:19 +0000 |
---|---|---|
committer | Glenn L McGrath | 2004-04-25 05:11:19 +0000 |
commit | c6992feee37fff107298f81697756db6beadb87d (patch) | |
tree | 8317cbcc27649d7e541e7bddb3fdd09d1543e2da /networking/ftpgetput.c | |
parent | b94669543df39440415d734ad2932a83651471e9 (diff) | |
download | busybox-c6992feee37fff107298f81697756db6beadb87d.zip busybox-c6992feee37fff107298f81697756db6beadb87d.tar.gz |
Update my email address, document some of my tasks in the AUTHORS file
Diffstat (limited to 'networking/ftpgetput.c')
-rw-r--r-- | networking/ftpgetput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index 47ffb5d..2ef0b2c 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c @@ -5,7 +5,7 @@ * Mini implementation of FTP to retrieve a remote file. * * Copyright (C) 2002 Jeff Angielski, The PTR Group <jeff@theptrgroup.com> - * Copyright (C) 2002 Glenn McGrath <bug1@optushome.com.au> + * Copyright (C) 2002 Glenn McGrath <bug1@iinet.net.au> * * Based on wget.c by Chip Rosenthal Covad Communications * <chip@laserlink.net> |