diff options
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/Makefile | 2 | ||||
-rw-r--r-- | findutils/Makefile.in | 2 | ||||
-rw-r--r-- | findutils/find.c | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/findutils/Makefile b/findutils/Makefile index dee8a664f..fffee8f2c 100644 --- a/findutils/Makefile +++ b/findutils/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/findutils/Makefile.in b/findutils/Makefile.in index 4133d1c3f..6413a7fd1 100644 --- a/findutils/Makefile.in +++ b/findutils/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/findutils/find.c b/findutils/find.c index 58bc8bf9c..661030460 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -2,8 +2,7 @@ /* * Mini find implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * * Reworked by David Douthitt <n9ubh@callsign.net> and * Matt Kraai <kraai@alumni.carnegiemellon.edu>. |