diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/nl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/coreutils/nl.c b/coreutils/nl.c index a86746974..5c64923bb 100644 --- a/coreutils/nl.c +++ b/coreutils/nl.c | |||
@@ -1,6 +1,8 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 3 | * Copyright (C) 2017 Denys Vlasenko <vda.linux@googlemail.com> |
4 | * | ||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | ||
4 | */ | 6 | */ |
5 | //config:config NL | 7 | //config:config NL |
6 | //config: bool "nl" | 8 | //config: bool "nl" |