commit 3e45c9c5cfd2e7dacf0734e10f845e4dd83d22cd
parent 7165bd5c33a04d8b61bdaa2c63214547cd2c08d4
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Tue, 14 Jun 2016 13:01:50 +0200
version: cover the copyrights that are not assigned to the FSF
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/nano.c b/src/nano.c
@@ -940,6 +940,7 @@ void version(void)
printf(_(" nano, version %s\n"), VERSION);
#endif
printf(" (C) 1999..2016 Free Software Foundation, Inc.\n");
+ printf(_(" (C) 2014..%s the contributors to nano\n"), "2016");
printf(
_(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/"));
printf(_("\n Compiled options:"));