diff options
Diffstat (limited to 'coreutils/sort.c')
-rw-r--r-- | coreutils/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c index ea7752d2a..d86f8dcde 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright (C) 2004 by Rob Landley <rob@landley.net> | 5 | * Copyright (C) 2004 by Rob Landley <rob@landley.net> |
6 | * | 6 | * |
7 | * MAINTAINER: Rob Landley <rob@landley.net> | 7 | * MAINTAINER: Rob Landley <rob@landley.net> |
8 | * | 8 | * |
9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
10 | * | 10 | * |
11 | * See SuS3 sort standard at: | 11 | * See SuS3 sort standard at: |