diff options
Diffstat (limited to 'coreutils/fold.c')
-rw-r--r-- | coreutils/fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/fold.c b/coreutils/fold.c index df5110755..68f24e61a 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c | |||
@@ -4,7 +4,7 @@ | |||
4 | Copyright (C) 91, 1995-2002 Free Software Foundation, Inc. | 4 | Copyright (C) 91, 1995-2002 Free Software Foundation, Inc. |
5 | 5 | ||
6 | Modified for busybox based on coreutils v 5.0 | 6 | Modified for busybox based on coreutils v 5.0 |
7 | Copyright (C) 2003 Glenn McGrath <bug1@optushome.com.au> | 7 | Copyright (C) 2003 Glenn McGrath <bug1@iinet.net.au> |
8 | 8 | ||
9 | This program is free software; you can redistribute it and/or modify | 9 | This program is free software; you can redistribute it and/or modify |
10 | it under the terms of the GNU General Public License as published by | 10 | it under the terms of the GNU General Public License as published by |