diff options
Diffstat (limited to 'coreutils/catv.c')
-rw-r--r-- | coreutils/catv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/catv.c b/coreutils/catv.c index ff3139c80..f92d93d24 100644 --- a/coreutils/catv.c +++ b/coreutils/catv.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2006 Rob Landley <rob@landley.net> | 5 | * Copyright (C) 2006 Rob Landley <rob@landley.net> |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | /* See "Cat -v considered harmful" at | 10 | /* See "Cat -v considered harmful" at |