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 | |
parent | 92386561f1df20d94d399e544cca221f153415ed (diff) | |
download | busybox-w32-6c6ea6cba2aee7b116dc3d5a64f511fb97468cd1.tar.gz busybox-w32-6c6ea6cba2aee7b116dc3d5a64f511fb97468cd1.tar.bz2 busybox-w32-6c6ea6cba2aee7b116dc3d5a64f511fb97468cd1.zip |
Changed email address to codepoet.org, updated list of applets / docs I
maintain in AUTHORS.
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | coreutils/cut.c | 2 | ||||
-rw-r--r-- | cut.c | 2 | ||||
-rw-r--r-- | editors/sed.c | 2 | ||||
-rw-r--r-- | findutils/grep.c | 2 | ||||
-rw-r--r-- | findutils/xargs.c | 2 | ||||
-rw-r--r-- | grep.c | 2 | ||||
-rw-r--r-- | sed.c | 2 | ||||
-rw-r--r-- | xargs.c | 2 |
9 files changed, 10 insertions, 10 deletions
@@ -64,8 +64,8 @@ Gyepi Sam <gyepi@praxis-sw.com> | |||
64 | Linus Torvalds <torvalds@transmeta.com> | 64 | Linus Torvalds <torvalds@transmeta.com> |
65 | mkswap, fsck.minix, mkfs.minix | 65 | mkswap, fsck.minix, mkfs.minix |
66 | 66 | ||
67 | Mark Whitley <markw@lineo.com> | 67 | Mark Whitley <markw@lineo.com> <markw@codepoet.org> |
68 | sed remix, bug fixes, style-guide, etc. | 68 | grep, sed, cut, xargs, style-guide, new-applet-HOWTO, bug fixes, etc. |
69 | 69 | ||
70 | Charles P. Wright <cpwright@villagenet.com> | 70 | Charles P. Wright <cpwright@villagenet.com> |
71 | gzip, mini-netcat(nc) | 71 | 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 @@ | |||
2 | * cut.c - minimalist version of cut | 2 | * cut.c - minimalist version of cut |
3 | * | 3 | * |
4 | * Copyright (C) 1999,2000 by Lineo, inc. | 4 | * Copyright (C) 1999,2000 by Lineo, inc. |
5 | * Written by Mark Whitley <markw@lineo.com>, <markw@enol.com> | 5 | * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
@@ -2,7 +2,7 @@ | |||
2 | * cut.c - minimalist version of cut | 2 | * cut.c - minimalist version of cut |
3 | * | 3 | * |
4 | * Copyright (C) 1999,2000 by Lineo, inc. | 4 | * Copyright (C) 1999,2000 by Lineo, inc. |
5 | * Written by Mark Whitley <markw@lineo.com>, <markw@enol.com> | 5 | * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * 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 @@ | |||
2 | * sed.c - very minimalist version of sed | 2 | * sed.c - very minimalist version of sed |
3 | * | 3 | * |
4 | * Copyright (C) 1999,2000 by Lineo, inc. | 4 | * Copyright (C) 1999,2000 by Lineo, inc. |
5 | * Written by Mark Whitley <markw@lineo.com>, <markw@enol.com> | 5 | * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * 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 @@ | |||
2 | * Mini grep implementation for busybox using libc regex. | 2 | * Mini grep implementation for busybox using libc regex. |
3 | * | 3 | * |
4 | * Copyright (C) 1999,2000 by Lineo, inc. | 4 | * Copyright (C) 1999,2000 by Lineo, inc. |
5 | * Written by Mark Whitley <markw@lineo.com>, <markw@enol.com> | 5 | * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * 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 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2000 by Lineo, inc. | 4 | * Copyright (C) 2000 by Lineo, inc. |
5 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 5 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |
6 | * Remixed by Mark Whitley <markw@lineo.com>, <markw@enol.com> | 6 | * Remixed by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
@@ -2,7 +2,7 @@ | |||
2 | * Mini grep implementation for busybox using libc regex. | 2 | * Mini grep implementation for busybox using libc regex. |
3 | * | 3 | * |
4 | * Copyright (C) 1999,2000 by Lineo, inc. | 4 | * Copyright (C) 1999,2000 by Lineo, inc. |
5 | * Written by Mark Whitley <markw@lineo.com>, <markw@enol.com> | 5 | * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
@@ -2,7 +2,7 @@ | |||
2 | * sed.c - very minimalist version of sed | 2 | * sed.c - very minimalist version of sed |
3 | * | 3 | * |
4 | * Copyright (C) 1999,2000 by Lineo, inc. | 4 | * Copyright (C) 1999,2000 by Lineo, inc. |
5 | * Written by Mark Whitley <markw@lineo.com>, <markw@enol.com> | 5 | * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2000 by Lineo, inc. | 4 | * Copyright (C) 2000 by Lineo, inc. |
5 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 5 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |
6 | * Remixed by Mark Whitley <markw@lineo.com>, <markw@enol.com> | 6 | * Remixed by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |