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