diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-06 08:20:14 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-06 08:20:14 +0000 |
commit | f793fe651cfc6c51d0eefa0a62425b4d6b6c5927 (patch) | |
tree | f109e0e2deefccb14f2e5ed4157dc959f890a763 /libbb/unzip.c | |
parent | 417232a4b6dbbdea586e43c7f4f8ef21004a6e33 (diff) | |
download | busybox-w32-f793fe651cfc6c51d0eefa0a62425b4d6b6c5927.tar.gz busybox-w32-f793fe651cfc6c51d0eefa0a62425b4d6b6c5927.tar.bz2 busybox-w32-f793fe651cfc6c51d0eefa0a62425b4d6b6c5927.zip |
More copyright and email addr cleanups
git-svn-id: svn://busybox.net/trunk/busybox@3843 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 6c3f3229a..6c28d181d 100644 --- a/libbb/unzip.c +++ b/libbb/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 |