Update copyright year in gdb/gdbserver/gdbreplay version output.

gdb/ChangeLog:

        * top.c (print_gdb_version): Update copyright year.

gdb/gdbserver/ChangeLog:

        * gdbreplay.c (gdbreplay_version): Update copyright year.
        * server.c (gdbserver_version): Likewise.
This commit is contained in:
Joel Brobecker 2013-01-01 05:45:22 +00:00
parent 72b20e9c8d
commit b9786c7408
5 changed files with 12 additions and 3 deletions

View file

@ -2382,7 +2382,7 @@ static void
gdbserver_version (void)
{
printf ("GNU gdbserver %s%s\n"
"Copyright (C) 2012 Free Software Foundation, Inc.\n"
"Copyright (C) 2013 Free Software Foundation, Inc.\n"
"gdbserver is free software, covered by the "
"GNU General Public License.\n"
"This gdbserver was configured as \"%s\"\n",