aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-01-02 08:59:35 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-01-02 08:59:35 +0000
commit6782781204c79cd725ff6d591811a248cde39ef5 (patch)
treed2f836e60d240cb6f2c705e9fbec3cef42b82c40 /gdb
parent0c10e53e4397e25f1a4c55f95f0d769d1664ab44 (diff)
downloadfsf-binutils-gdb-6782781204c79cd725ff6d591811a248cde39ef5.zip
fsf-binutils-gdb-6782781204c79cd725ff6d591811a248cde39ef5.tar.gz
fsf-binutils-gdb-6782781204c79cd725ff6d591811a248cde39ef5.tar.bz2
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')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/gdbserver/ChangeLog5
-rw-r--r--gdb/gdbserver/gdbreplay.c2
-rw-r--r--gdb/gdbserver/server.c2
-rw-r--r--gdb/top.c2
5 files changed, 12 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 298ac59..b6608c1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-02 Joel Brobecker <brobecker@adacore.com>
+
+ * top.c (print_gdb_version): Update copyright year.
+
2012-01-02 Yao Qi <yao@codesourcery.com>
* inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 7675733..f9b8878 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-02 Joel Brobecker <brobecker@adacore.com>
+
+ * server.c (gdbserver_version): Update copyright year.
+ * gdbreplay.c (gdbreplay_version): Likewise.
+
2011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
* linux-low.c (linux_create_inferior): Put empty if clause for write.
diff --git a/gdb/gdbserver/gdbreplay.c b/gdb/gdbserver/gdbreplay.c
index 469b79a..c477404 100644
--- a/gdb/gdbserver/gdbreplay.c
+++ b/gdb/gdbserver/gdbreplay.c
@@ -420,7 +420,7 @@ static void
gdbreplay_version (void)
{
printf ("GNU gdbreplay %s%s\n"
- "Copyright (C) 2011 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2012 Free Software Foundation, Inc.\n"
"gdbreplay is free software, covered by "
"the GNU General Public License.\n"
"This gdbreplay was configured as \"%s\"\n",
diff --git a/gdb/gdbserver/server.c b/gdb/gdbserver/server.c
index 74263f1..d0c6445 100644
--- a/gdb/gdbserver/server.c
+++ b/gdb/gdbserver/server.c
@@ -2370,7 +2370,7 @@ static void
gdbserver_version (void)
{
printf ("GNU gdbserver %s%s\n"
- "Copyright (C) 2011 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2012 Free Software Foundation, Inc.\n"
"gdbserver is free software, covered by the "
"GNU General Public License.\n"
"This gdbserver was configured as \"%s\"\n",
diff --git a/gdb/top.c b/gdb/top.c
index f1b8b3c..c593769 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