* server.c (gdbserver_version): Update copyright year to 2010.
* gdbreplay.c (gdbreplay_version): Likewise.
This commit is contained in:
parent
4a70f6546b
commit
6e7ffa3987
3 changed files with 7 additions and 2 deletions
|
@ -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>
|
2009-12-28 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
|
* linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
|
||||||
|
|
|
@ -395,7 +395,7 @@ static void
|
||||||
gdbreplay_version (void)
|
gdbreplay_version (void)
|
||||||
{
|
{
|
||||||
printf ("GNU gdbreplay %s%s\n"
|
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"
|
"gdbreplay is free software, covered by the GNU General Public License.\n"
|
||||||
"This gdbreplay was configured as \"%s\"\n",
|
"This gdbreplay was configured as \"%s\"\n",
|
||||||
PKGVERSION, version, host_name);
|
PKGVERSION, version, host_name);
|
||||||
|
|
|
@ -1775,7 +1775,7 @@ static void
|
||||||
gdbserver_version (void)
|
gdbserver_version (void)
|
||||||
{
|
{
|
||||||
printf ("GNU gdbserver %s%s\n"
|
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"
|
"gdbserver is free software, covered by the GNU General Public License.\n"
|
||||||
"This gdbserver was configured as \"%s\"\n",
|
"This gdbserver was configured as \"%s\"\n",
|
||||||
PKGVERSION, version, host_name);
|
PKGVERSION, version, host_name);
|
||||||
|
|
Loading…
Add table
Reference in a new issue