gdb/gdbserver/gdbreplay: Update copyright year in version out
authorJoel Brobecker <brobecker@gnat.com>
Mon, 2 Jan 2012 08:59:35 +0000 (08:59 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 2 Jan 2012 08:59:35 +0000 (08:59 +0000)
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.

gdb/ChangeLog
gdb/gdbserver/ChangeLog
gdb/gdbserver/gdbreplay.c
gdb/gdbserver/server.c
gdb/top.c

index 298ac59..b6608c1 100644 (file)
@@ -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.
index 7675733..f9b8878 100644 (file)
@@ -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.
index 469b79a..c477404 100644 (file)
@@ -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",
index 74263f1..d0c6445 100644 (file)
@@ -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",
index f1b8b3c..c593769 100644 (file)
--- 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