summaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-01-02 08:59:34 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-01-02 08:59:34 +0000
commit936b1ce67d1d9dfbb5ff8981c3bbd684a51737c6 (patch)
tree3b6340c9939eaffff9c9a11413cc4c8cd7325011 /gdb/top.c
parent16d6433e67c0b1da71443f8dd58f0d06e0d2ea42 (diff)
downloadgdb-936b1ce67d1d9dfbb5ff8981c3bbd684a51737c6.tar.gz
gdb/gdbserver/gdbreplay: Update copyright year in version out
gdb/ChangeLog: * top.c (print_gdb_version): Update copyright year. gdb/gdbserver/ChangeLog: * server.c (gdbserver_version): Update copyright year. * gdbreplay.c (gdbreplay_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 f1b8b3c2a91..c593769d10e 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1118,7 +1118,7 @@ print_gdb_version (struct ui_file *stream)
/* Second line is a copyright notice. */
fprintf_filtered (stream,
- "Copyright (C) 2011 Free Software Foundation, Inc.\n");
+ "Copyright (C) 2012 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