diff options
-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 @@ /* vi: set sw=4 ts=4: */ /* - * Licensed under GPLv2 or later, see file LICENSE in this source tree. + * Copyright (C) 2017 Denys Vlasenko <vda.linux@googlemail.com> + * + * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config NL //config: bool "nl" |