Update copyright year printed by gdb, gdbserver and gdbreplay.

gdb/ChangeLog:

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

gdbserver/ChangeLog:

        * gdbreplay.c (gdbreplay_version): Update copyright year to 2015.
        * server.c (gdbserver_version): Likewise.
This commit is contained in:
Joel Brobecker 2015-01-01 13:24:41 +04:00
parent 077309e264
commit 76f2b779a1
5 changed files with 12 additions and 3 deletions

View file

@ -1124,7 +1124,7 @@ print_gdb_version (struct ui_file *stream)
/* Second line is a copyright notice. */
fprintf_filtered (stream,
"Copyright (C) 2014 Free Software Foundation, Inc.\n");
"Copyright (C) 2015 Free Software Foundation, Inc.\n");
/* Following the copyright is a brief statement that the program is
free software, that users are free to copy and change it on