diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-10 06:45:42 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-10 06:45:42 +0000 |
commit | 46a8b24568083974fae8bd083389a23020fda7d3 (patch) | |
tree | ceee508f651176e65ee1770fa461b473642196a1 /du.c | |
parent | 81c5dc61b9154459a71f7ae3da3287d76e4ee34d (diff) | |
download | busybox-w32-46a8b24568083974fae8bd083389a23020fda7d3.tar.gz busybox-w32-46a8b24568083974fae8bd083389a23020fda7d3.tar.bz2 busybox-w32-46a8b24568083974fae8bd083389a23020fda7d3.zip |
Fix beppu's email address.
BTW, John, go to sleep. It is late. :)
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@193 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'du.c')
-rw-r--r-- | du.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $ */ |