Changed email address to codepoet.org, updated list of applets / docs I
authorMark Whitley <markw@lineo.com>
Thu, 4 Jan 2001 22:21:13 +0000 (22:21 -0000)
committerMark Whitley <markw@lineo.com>
Thu, 4 Jan 2001 22:21:13 +0000 (22:21 -0000)
maintain in AUTHORS.

AUTHORS
coreutils/cut.c
cut.c
editors/sed.c
findutils/grep.c
findutils/xargs.c
grep.c
sed.c
xargs.c

diff --git a/AUTHORS b/AUTHORS
index 04dbcb0..5913e27 100644 (file)
--- 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)
index 62f9e87..262390e 100644 (file)
@@ -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 62f9e87..262390e 100644 (file)
--- 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
index 7fb906a..a50d8d0 100644 (file)
@@ -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
index 69195bf..0ed9594 100644 (file)
@@ -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
index ddfbe92..1473f44 100644 (file)
@@ -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 69195bf..0ed9594 100644 (file)
--- 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 7fb906a..a50d8d0 100644 (file)
--- 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 ddfbe92..1473f44 100644 (file)
--- 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