summaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-01-01 14:14:46 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-01-01 14:14:46 +0000
commite932f1922b2554951551c17864b28468de5f732c (patch)
treed245a96efcbd1086fad8126a8901bd0f63b56c4b /gdb/top.c
parent95448c0b31869c3785bbe327ae93e8df0cafb352 (diff)
downloadgdb-e932f1922b2554951551c17864b28468de5f732c.tar.gz
Update copyright year in version of output (gdb/gdbserver/gdbreplay)
gdb/ChangeLog: * top.c (print_gdb_version): Update copyright year in version output. gdb/gdbserverChangeLog: * server.c (gdbserver_version): Update copyright year in version output. * gdbreplay.c (gdbreplay_version): Ditto.
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 45c92596cb7..e322f6081b3 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1054,7 +1054,7 @@ print_gdb_version (struct ui_file *stream)
/* Second line is a copyright notice. */
- fprintf_filtered (stream, "Copyright (C) 2010 Free Software Foundation, Inc.\n");
+ fprintf_filtered (stream, "Copyright (C) 2011 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