diff options
Diffstat (limited to 'coreutils/cut.c')
-rw-r--r-- | coreutils/cut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cut.c b/coreutils/cut.c index b7a3cfa..38cd32c 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c @@ -6,7 +6,7 @@ * Written by Mark Whitley <markw@codepoet.org> * debloated by Bernhard Reutner-Fischer * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" |