diff options
Diffstat (limited to 'coreutils/uniq.c')
-rw-r--r-- | coreutils/uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uniq.c b/coreutils/uniq.c index e566dc1bc..f0364b9a1 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.c @@ -4,7 +4,7 @@ * * Copyright (C) 2005 Manuel Novoa III <mjn3@codepoet.org> * - * 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. */ /* BB_AUDIT SUSv3 compliant */ |