diff options
Diffstat (limited to 'libbb/uuencode.c')
-rw-r--r-- | libbb/uuencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/uuencode.c b/libbb/uuencode.c index 67d98d5..181f49d 100644 --- a/libbb/uuencode.c +++ b/libbb/uuencode.c @@ -2,7 +2,7 @@ /* * Copyright 2006 Rob Landley <rob@landley.net> * - * 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" |