nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 9f696ef9af79579e1f34d81e4bc15877869e8bdd
parent 5aa12a2b3d5d170e7f53e63a5dafd60fe0b1d607
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Tue, 11 Apr 2017 13:52:53 +0200

copyright: update the year in --version, and use the standard hyphen

Diffstat:
Msrc/nano.c | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/nano.c b/src/nano.c @@ -915,10 +915,9 @@ void version(void) #else printf(_(" GNU nano, version %s\n"), VERSION); #endif - printf(" (C) 1999..2016 Free Software Foundation, Inc.\n"); - printf(_(" (C) 2014..%s the contributors to nano\n"), "2017"); - printf( - _(" Email: nano@nano-editor.org Web: https://nano-editor.org/")); + printf(" (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.\n"); + printf(_(" (C) 2014-%s the contributors to nano\n"), "2017"); + printf(_(" Email: nano@nano-editor.org Web: https://nano-editor.org/")); printf(_("\n Compiled options:")); #ifdef NANO_TINY