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 04dbcb0c4ea6a0466e853c978c45e1aacbb98b91..5913e279551f9a0215658128adfd4d23659cc009 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 62f9e8731604c561e349c22884da6139c7ae6f08..262390e170bfee14615d1b91f74de6e7301792ff 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 62f9e8731604c561e349c22884da6139c7ae6f08..262390e170bfee14615d1b91f74de6e7301792ff 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 7fb906a158e14ba82d47be55f683cdd6ed2873a6..a50d8d03bfac7154883c6030a12914ce3b1a1cb5 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 69195bfdcaadf7d8910aac39cab75b2be2e74fe4..0ed9594b06468729262d93d55c165720f349dee4 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 ddfbe9230dc411363266adc98dea663c177e8248..1473f445fb4294c4091e6362693998e94cfe5c8d 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 69195bfdcaadf7d8910aac39cab75b2be2e74fe4..0ed9594b06468729262d93d55c165720f349dee4 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 7fb906a158e14ba82d47be55f683cdd6ed2873a6..a50d8d03bfac7154883c6030a12914ce3b1a1cb5 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 ddfbe9230dc411363266adc98dea663c177e8248..1473f445fb4294c4091e6362693998e94cfe5c8d 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