* server.c (gdbserver_version): Update copyright year to 2010.

* gdbreplay.c (gdbreplay_version): Likewise.
This commit is contained in:
Joel Brobecker 2010-01-01 06:59:28 +00:00
parent 4a70f6546b
commit 6e7ffa3987
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-01-01 Joel Brobecker <brobecker@adacore.com>
* server.c (gdbserver_version): Update copyright year to 2010.
* gdbreplay.c (gdbreplay_version): Likewise.
2009-12-28 Doug Evans <dje@google.com>
* linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,

View File

@ -395,7 +395,7 @@ static void
gdbreplay_version (void)
{
printf ("GNU gdbreplay %s%s\n"
"Copyright (C) 2009 Free Software Foundation, Inc.\n"
"Copyright (C) 2010 Free Software Foundation, Inc.\n"
"gdbreplay is free software, covered by the GNU General Public License.\n"
"This gdbreplay was configured as \"%s\"\n",
PKGVERSION, version, host_name);

View File

@ -1775,7 +1775,7 @@ static void
gdbserver_version (void)
{
printf ("GNU gdbserver %s%s\n"
"Copyright (C) 2009 Free Software Foundation, Inc.\n"
"Copyright (C) 2010 Free Software Foundation, Inc.\n"
"gdbserver is free software, covered by the GNU General Public License.\n"
"This gdbserver was configured as \"%s\"\n",
PKGVERSION, version, host_name);