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 cbea31f..54f1aa2 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c @@ -7,7 +7,7 @@ Modified for busybox based on coreutils v 5.0 Copyright (C) 2003 Glenn McGrath - Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" #include "unicode.h" |