aboutsummaryrefslogtreecommitdiff
path: root/coreutils/nl.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-04-09 21:19:29 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-04-09 21:19:29 +0200
commitc1b5b2a19016804f4330b36d9b69a64ccd59cb1c (patch)
treefe793ab0c9e218dfa07da9a98fe465e32824ba7b /coreutils/nl.c
parentee7f75d94f2a70d61a71eca9416d51a3268859d7 (diff)
downloadbusybox-c1b5b2a19016804f4330b36d9b69a64ccd59cb1c.tar.gz
nl: fix copyright message
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/nl.c')
-rw-r--r--coreutils/nl.c4
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"