diff options
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Makefile | 2 | ||||
-rw-r--r-- | miscutils/Makefile.in | 2 | ||||
-rw-r--r-- | miscutils/strings.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/Makefile b/miscutils/Makefile index b1765f627..374ce68f8 100644 --- a/miscutils/Makefile +++ b/miscutils/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/miscutils/Makefile.in b/miscutils/Makefile.in index 535e65467..1fd109e2d 100644 --- a/miscutils/Makefile.in +++ b/miscutils/Makefile.in @@ -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/miscutils/strings.c b/miscutils/strings.c index c0d4a3f74..c914338d5 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c @@ -21,7 +21,7 @@ * * Original copyright notice is retained at the end of this file. * - * Modified for BusyBox by Erik Andersen <andersee@debian.org> + * Modified for BusyBox by Erik Andersen <andersen@codepoet.org> * Badly hacked by Tito Ragusa <farmatito@tiscali.it> */ |