From: Denys Vlasenko Date: Sun, 9 Apr 2017 19:19:29 +0000 (+0200) Subject: nl: fix copyright message X-Git-Tag: 1_27_0~72 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c1b5b2a19016804f4330b36d9b69a64ccd59cb1c;p=oweals%2Fbusybox.git nl: fix copyright message Signed-off-by: Denys Vlasenko --- 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 + * + * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config NL //config: bool "nl"