Update copyright year in version message for gdb, gdbserver and gdbreplay

gdb/ChangeLog:

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

gdbserver/ChangeLog:

        * server.cc (gdbserver_version): Update copyright year.
        * gdbreplay.cc (gdbreplay_version): Likewise.
This commit is contained in:
Joel Brobecker
2021-01-01 11:53:14 +04:00
parent 476923f1ca
commit 2b47c078fd
5 changed files with 12 additions and 3 deletions

View File

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