diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-10 06:45:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-10 06:45:42 +0000 |
commit | 70e2f0b111f3e4d6ec9752b09e0ebda015bb599b (patch) | |
tree | ceee508f651176e65ee1770fa461b473642196a1 | |
parent | 14c82b64c9e94fba678f439e0fd8236ea6a6ee1e (diff) | |
download | busybox-w32-70e2f0b111f3e4d6ec9752b09e0ebda015bb599b.tar.gz busybox-w32-70e2f0b111f3e4d6ec9752b09e0ebda015bb599b.tar.bz2 busybox-w32-70e2f0b111f3e4d6ec9752b09e0ebda015bb599b.zip |
Fix beppu's email address.
BTW, John, go to sleep. It is late. :)
-Erik
-rw-r--r-- | coreutils/du.c | 4 | ||||
-rw-r--r-- | coreutils/tee.c | 4 | ||||
-rw-r--r-- | du.c | 4 | ||||
-rw-r--r-- | tee.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/coreutils/du.c b/coreutils/du.c index b8df7182b..79bf0ba86 100644 --- a/coreutils/du.c +++ b/coreutils/du.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * | 4 | * |
5 | * Copyright (C) 1999 by Lineo, inc. | 5 | * Copyright (C) 1999 by Lineo, inc. |
6 | * Written by John Beppu <beppu@line.com> | 6 | * Written by John Beppu <beppu@lineo.com> |
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 |
@@ -112,4 +112,4 @@ du_main(int argc, char **argv) | |||
112 | exit(0); | 112 | exit(0); |
113 | } | 113 | } |
114 | 114 | ||
115 | /* $Id: du.c,v 1.2 1999/12/10 06:15:27 beppu Exp $ */ | 115 | /* $Id: du.c,v 1.3 1999/12/10 06:45:42 andersen Exp $ */ |
diff --git a/coreutils/tee.c b/coreutils/tee.c index fe444fcc4..e231efd54 100644 --- a/coreutils/tee.c +++ b/coreutils/tee.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * | 4 | * |
5 | * Copyright (C) 1999 by Lineo, inc. | 5 | * Copyright (C) 1999 by Lineo, inc. |
6 | * Written by John Beppu <beppu@line.com> | 6 | * Written by John Beppu <beppu@lineo.com> |
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 |
@@ -144,4 +144,4 @@ tee_main(int argc, char **argv) | |||
144 | exit(0); | 144 | exit(0); |
145 | } | 145 | } |
146 | 146 | ||
147 | /* $Id: tee.c,v 1.1 1999/12/10 05:27:16 beppu Exp $ */ | 147 | /* $Id: tee.c,v 1.2 1999/12/10 06:45:42 andersen Exp $ */ |
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * | 4 | * |
5 | * Copyright (C) 1999 by Lineo, inc. | 5 | * Copyright (C) 1999 by Lineo, inc. |
6 | * Written by John Beppu <beppu@line.com> | 6 | * Written by John Beppu <beppu@lineo.com> |
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 |
@@ -112,4 +112,4 @@ du_main(int argc, char **argv) | |||
112 | exit(0); | 112 | exit(0); |
113 | } | 113 | } |
114 | 114 | ||
115 | /* $Id: du.c,v 1.2 1999/12/10 06:15:27 beppu Exp $ */ | 115 | /* $Id: du.c,v 1.3 1999/12/10 06:45:42 andersen Exp $ */ |
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * | 4 | * |
5 | * Copyright (C) 1999 by Lineo, inc. | 5 | * Copyright (C) 1999 by Lineo, inc. |
6 | * Written by John Beppu <beppu@line.com> | 6 | * Written by John Beppu <beppu@lineo.com> |
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 |
@@ -144,4 +144,4 @@ tee_main(int argc, char **argv) | |||
144 | exit(0); | 144 | exit(0); |
145 | } | 145 | } |
146 | 146 | ||
147 | /* $Id: tee.c,v 1.1 1999/12/10 05:27:16 beppu Exp $ */ | 147 | /* $Id: tee.c,v 1.2 1999/12/10 06:45:42 andersen Exp $ */ |