aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS4
-rw-r--r--coreutils/cut.c2
-rw-r--r--cut.c2
-rw-r--r--editors/sed.c2
-rw-r--r--findutils/grep.c2
-rw-r--r--findutils/xargs.c2
-rw-r--r--grep.c2
-rw-r--r--sed.c2
-rw-r--r--xargs.c2
9 files changed, 10 insertions, 10 deletions
diff --git a/AUTHORS b/AUTHORS
index 04dbcb0c4..5913e2795 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -64,8 +64,8 @@ Gyepi Sam <gyepi@praxis-sw.com>
Linus Torvalds <torvalds@transmeta.com>
mkswap, fsck.minix, mkfs.minix
-Mark Whitley <markw@lineo.com>
- sed remix, bug fixes, style-guide, etc.
+Mark Whitley <markw@lineo.com> <markw@codepoet.org>
+ grep, sed, cut, xargs, style-guide, new-applet-HOWTO, bug fixes, etc.
Charles P. Wright <cpwright@villagenet.com>
gzip, mini-netcat(nc)
diff --git a/coreutils/cut.c b/coreutils/cut.c
index 62f9e8731..262390e17 100644
--- a/coreutils/cut.c
+++ b/coreutils/cut.c
@@ -2,7 +2,7 @@
* cut.c - minimalist version of cut
*
* 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/cut.c b/cut.c
index 62f9e8731..262390e17 100644
--- a/cut.c
+++ b/cut.c
@@ -2,7 +2,7 @@
* cut.c - minimalist version of cut
*
* 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/editors/sed.c b/editors/sed.c
index 7fb906a15..a50d8d03b 100644
--- a/editors/sed.c
+++ b/editors/sed.c
@@ -2,7 +2,7 @@
* sed.c - very minimalist version of sed
*
* 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/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
diff --git a/grep.c b/grep.c
index 69195bfdc..0ed9594b0 100644
--- a/grep.c
+++ b/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/sed.c b/sed.c
index 7fb906a15..a50d8d03b 100644
--- a/sed.c
+++ b/sed.c
@@ -2,7 +2,7 @@
* sed.c - very minimalist version of sed
*
* 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/xargs.c b/xargs.c
index ddfbe9230..1473f445f 100644
--- a/xargs.c
+++ b/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