diff options
Diffstat (limited to 'coreutils/sum.c')
-rw-r--r-- | coreutils/sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sum.c b/coreutils/sum.c index 35e89a6a3..e087fb85b 100644 --- a/coreutils/sum.c +++ b/coreutils/sum.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Written by Kayvan Aghaiepour and David MacKenzie | 10 | * Written by Kayvan Aghaiepour and David MacKenzie |
11 | * Taken from coreutils and turned into a busybox applet by Mike Frysinger | 11 | * Taken from coreutils and turned into a busybox applet by Mike Frysinger |
12 | * | 12 | * |
13 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include "libbb.h" | 16 | #include "libbb.h" |