diff options
author | Mark Whitley <markw@lineo.com> | 2001-01-04 22:21:13 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-01-04 22:21:13 +0000 |
commit | 6c6ea6cba2aee7b116dc3d5a64f511fb97468cd1 (patch) | |
tree | 39c79b2ba44c4fa24530e2537872e1b4d9ab4478 /findutils | |
parent | 92386561f1df20d94d399e544cca221f153415ed (diff) | |
download | busybox-6c6ea6cba2aee7b116dc3d5a64f511fb97468cd1.tar.gz |
Changed email address to codepoet.org, updated list of applets / docs I
maintain in AUTHORS.
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/grep.c | 2 | ||||
-rw-r--r-- | findutils/xargs.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index 69195bfdc..0ed9594b0 100644 --- a/findutils/grep.c +++ b/findutils/grep.c @@ -2,7 +2,7 @@ * Mini grep implementation for busybox using libc regex. * * Copyright (C) 1999,2000 by Lineo, inc. - * Written by Mark Whitley <markw@lineo.com>, <markw@enol.com> + * Written by Mark Whitley <markw@lineo.com>, <markw@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/xargs.c b/findutils/xargs.c index ddfbe9230..1473f445f 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c @@ -3,7 +3,7 @@ * * Copyright (C) 2000 by Lineo, inc. * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> - * Remixed by Mark Whitley <markw@lineo.com>, <markw@enol.com> + * Remixed by Mark Whitley <markw@lineo.com>, <markw@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 |