Commit 57fa775f authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Updating the copyright years to include 2015.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5107 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 8d53aa3a
Showing with 4 additions and 2 deletions
+4 -2
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
......
......@@ -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:"));
......
......@@ -3494,7 +3494,7 @@ void do_credits(void)
"",
"",
"",
"(C) 1999 - 2014",
"(C) 1999 - 2015",
"Free Software Foundation, Inc.",
"",
"",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment