aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2016-01-01 08:22:36 +0400
committerJoel Brobecker <brobecker@adacore.com>2016-01-01 08:26:14 +0400
commitedd88788349db3bd2af5fc9a38e2ea9cc220757f (patch)
tree44833c225ade2689635291713a4a658ad826ca14 /gdb/top.c
parent0f7b3ef4dc9e4abf0bd85bb759f620c6302dfacf (diff)
update copyright year printed by GDB, GDBserver and gdbreplay.
gdb/ChangeLog: * top.c (print_gdb_version): Change copyright year in version message. gdb/gdbserver/ChangeLog: * gdbreplay.c (gdbreplay_version): Change copyright year in version message. * server.c (gdbserver_version): Likewise.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index a45f3cc8cc..fd0ec8d7f0 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1260,7 +1260,7 @@ print_gdb_version (struct ui_file *stream)
/* Second line is a copyright notice. */
fprintf_filtered (stream,
- "Copyright (C) 2015 Free Software Foundation, Inc.\n");
+ "Copyright (C) 2016 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