nano

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

commit 57fa775f25cb118931f1a7310ceca081b3cd61e4
parent 8d53aa3ad2c31ed9be4a9cfe6100e68722f73f82
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sun,  1 Feb 2015 09:32:02 +0000

Updating the copyright years to include 2015.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5107 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 2++
Msrc/nano.c | 2+-
Msrc/winio.c | 2+-
3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,5 +1,7 @@ 2015-02-01 Benno Schulenberg <bensberg@justemail.net> * src/winio.c (do_credits): Add a general entry for all translators. + * src/nano.c (version), src/winio.c (do_credits): Update the copyright + years to include 2015. 2015-01-13 Chris Allegretta <chrisa@asty.org> * src/files.c (open_buffer): Check here for locking and properly diff --git a/src/nano.c b/src/nano.c @@ -962,7 +962,7 @@ void version(void) { printf(_(" GNU nano version %s (compiled %s, %s)\n"), VERSION, __TIME__, __DATE__); - printf(" (C) 1999..2014 Free Software Foundation, Inc.\n"); + printf(" (C) 1999..2015 Free Software Foundation, Inc.\n"); printf( _(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/")); printf(_("\n Compiled options:")); diff --git a/src/winio.c b/src/winio.c @@ -3494,7 +3494,7 @@ void do_credits(void) "", "", "", - "(C) 1999 - 2014", + "(C) 1999 - 2015", "Free Software Foundation, Inc.", "", "",