From: Benno Schulenberg Date: Sun, 1 Feb 2015 09:32:02 +0000 (+0000) Subject: Updating the copyright years to include 2015. X-Git-Tag: v2.3.99pre2~6 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=57fa775f25cb118931f1a7310ceca081b3cd61e4;p=nano.git Updating the copyright years to include 2015. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5107 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index ddc9ad60..ac4c6778 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-02-01 Benno Schulenberg * 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 * src/files.c (open_buffer): Check here for locking and properly diff --git a/src/nano.c b/src/nano.c index d5947ce8..da4e78c7 100644 --- 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 index 5ccd209b..c578640c 100644 --- 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.", "", "",