From cb81e6484d1f50ec2761f6294722407b14add525 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 14 Jul 2003 21:21:08 +0000 Subject: Update a bunch of docs. Run a script to update my email addr. --- archival/Makefile | 2 +- archival/Makefile.in | 2 +- archival/gunzip.c | 2 +- archival/gzip.c | 4 ++-- archival/libunarchive/Makefile | 2 +- archival/libunarchive/Makefile.in | 2 +- archival/libunarchive/decompress_unzip.c | 2 +- archival/libunarchive/unzip.c | 2 +- archival/tar.c | 3 +-- 9 files changed, 10 insertions(+), 11 deletions(-) (limited to 'archival') 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 +# Copyright (C) 1999-2003 by Erik Andersen # # 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 +# Copyright (C) 1999-2003 by Erik Andersen # # 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 * based on gzip sources * - * Adjusted further by Erik Andersen to support files as + * Adjusted further by Erik Andersen 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 , - * to support files as well as stdin/stdout, and to generally behave itself wrt + * Adjusted further by Erik Andersen 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 +# Copyright (C) 1999-2003 by Erik Andersen # # 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 +# Copyright (C) 1999-2003 by Erik Andersen # # 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 * based on gzip sources * - * Adjusted further by Erik Andersen to support + * Adjusted further by Erik Andersen 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 * based on gzip sources * - * Adjusted further by Erik Andersen to support + * Adjusted further by Erik Andersen 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 + * Copyright (C) 1999-2003 by Erik Andersen * * Based in part in the tar implementation in sash * Copyright (c) 1999 by David I. Bell -- cgit v1.2.3