copyright: update the year in --version, and use the standard hyphen
parent
5aa12a2b3d
commit
9f696ef9af
|
@ -915,10 +915,9 @@ void version(void)
|
||||||
#else
|
#else
|
||||||
printf(_(" GNU nano, version %s\n"), VERSION);
|
printf(_(" GNU nano, version %s\n"), VERSION);
|
||||||
#endif
|
#endif
|
||||||
printf(" (C) 1999..2016 Free Software Foundation, Inc.\n");
|
printf(" (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.\n");
|
||||||
printf(_(" (C) 2014..%s the contributors to nano\n"), "2017");
|
printf(_(" (C) 2014-%s the contributors to nano\n"), "2017");
|
||||||
printf(
|
printf(_(" Email: nano@nano-editor.org Web: https://nano-editor.org/"));
|
||||||
_(" Email: nano@nano-editor.org Web: https://nano-editor.org/"));
|
|
||||||
printf(_("\n Compiled options:"));
|
printf(_("\n Compiled options:"));
|
||||||
|
|
||||||
#ifdef NANO_TINY
|
#ifdef NANO_TINY
|
||||||
|
|
Loading…
Reference in New Issue