diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/Makefile | 2 | ||||
-rw-r--r-- | archival/Makefile.in | 2 | ||||
-rw-r--r-- | archival/gunzip.c | 2 | ||||
-rw-r--r-- | archival/gzip.c | 4 | ||||
-rw-r--r-- | archival/libunarchive/Makefile | 2 | ||||
-rw-r--r-- | archival/libunarchive/Makefile.in | 2 | ||||
-rw-r--r-- | archival/libunarchive/decompress_unzip.c | 2 | ||||
-rw-r--r-- | archival/libunarchive/unzip.c | 2 | ||||
-rw-r--r-- | archival/tar.c | 3 |
9 files changed, 10 insertions, 11 deletions
diff --git a/archival/Makefile b/archival/Makefile index d76face4b..3362feafb 100644 --- a/archival/Makefile +++ b/archival/Makefile @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> +# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> # # 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/Makefile.in b/archival/Makefile.in index 38f5e6292..3247ad8bd 100644 --- a/archival/Makefile.in +++ b/archival/Makefile.in @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> +# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> # # 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/gunzip.c b/archival/gunzip.c index 3350da052..7d382b895 100644 --- a/archival/gunzip.c +++ b/archival/gunzip.c @@ -7,7 +7,7 @@ * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de> * based on gzip sources * - * Adjusted further by Erik Andersen <andersee@debian.org> to support files as + * Adjusted further by Erik Andersen <andersen@codepoet.org> to support files as * well as stdin/stdout, and to generally behave itself wrt command line * handling. * diff --git a/archival/gzip.c b/archival/gzip.c index cabc4aa2f..bc4c7badd 100644 --- a/archival/gzip.c +++ b/archival/gzip.c @@ -9,8 +9,8 @@ * only standard in to standard out with -9 compression. It also requires * the zcat module for some important functions." * - * 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 <andersen@codepoet.org> to support + * files as well as stdin/stdout, and to generally behave itself wrt * command line handling. * * This program is free software; you can redistribute it and/or modify diff --git a/archival/libunarchive/Makefile b/archival/libunarchive/Makefile index 7979879c4..272ca2434 100644 --- a/archival/libunarchive/Makefile +++ b/archival/libunarchive/Makefile @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> +# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> # # 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/Makefile.in b/archival/libunarchive/Makefile.in index fc277d1c4..2b32aaa5d 100644 --- a/archival/libunarchive/Makefile.in +++ b/archival/libunarchive/Makefile.in @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> +# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> # # 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 2401cf831..2b16db3c3 100644 --- a/archival/libunarchive/decompress_unzip.c +++ b/archival/libunarchive/decompress_unzip.c @@ -7,7 +7,7 @@ * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de> * based on gzip sources * - * Adjusted further by Erik Andersen <andersee@debian.org> to support + * Adjusted further by Erik Andersen <andersen@codepoet.org> to support * files as well as stdin/stdout, and to generally behave itself wrt * command line handling. * diff --git a/archival/libunarchive/unzip.c b/archival/libunarchive/unzip.c index 2401cf831..2b16db3c3 100644 --- a/archival/libunarchive/unzip.c +++ b/archival/libunarchive/unzip.c @@ -7,7 +7,7 @@ * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de> * based on gzip sources * - * Adjusted further by Erik Andersen <andersee@debian.org> to support + * Adjusted further by Erik Andersen <andersen@codepoet.org> to support * files as well as stdin/stdout, and to generally behave itself wrt * command line handling. * diff --git a/archival/tar.c b/archival/tar.c index 93d5fbd45..2f0c83b27 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -9,8 +9,7 @@ * ground up. It still has remnents of the old code lying about, but it is * very different now (i.e., cleaner, less global variables, etc.) * - * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * * Based in part in the tar implementation in sash * Copyright (c) 1999 by David I. Bell |