diff options
Diffstat (limited to 'coreutils/printf.c')
-rw-r--r-- | coreutils/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/printf.c b/coreutils/printf.c index eb53fa4..3497148 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c @@ -4,7 +4,7 @@ Copyright 1999 Dave Cinege Portions copyright (C) 1990-1996 Free Software Foundation, Inc. - Licensed under GPL v2 or later, see file LICENSE in this tarball for details. + Licensed under GPLv2 or later, see file LICENSE in this source tree. */ /* Usage: printf format [argument...] |