diff options
author | Eric Andersen | 2001-12-06 08:20:14 +0000 |
---|---|---|
committer | Eric Andersen | 2001-12-06 08:20:14 +0000 |
commit | db930948a91167c401ef6869de5c28e9dd11362f (patch) | |
tree | f109e0e2deefccb14f2e5ed4157dc959f890a763 /libbb/unzip.c | |
parent | 463304edfd2f727522420022676ebbac31d31a00 (diff) | |
download | busybox-db930948a91167c401ef6869de5c28e9dd11362f.zip busybox-db930948a91167c401ef6869de5c28e9dd11362f.tar.gz |
More copyright and email addr cleanups
Diffstat (limited to 'libbb/unzip.c')
-rw-r--r-- | libbb/unzip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/unzip.c b/libbb/unzip.c index 6c3f322..6c28d18 100644 --- a/libbb/unzip.c +++ b/libbb/unzip.c @@ -7,8 +7,8 @@ * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de> * based on gzip sources * - * Adjusted further by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> - * to support files as well as stdin/stdout, and to generally behave itself wrt + * Adjusted further by Erik Andersen <andersee@debian.org> to support + * files as well as stdin/stdout, and to generally behave itself wrt * command line handling. * * General cleanup to better adhere to the style guide and make use of standard |