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 298ac59a7a4f9e68a85e71417511527293f8726c..b6608c13c946075be19466c7c0c4a4bb4c8fcd98 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 7675733d0ea259c81adc41730540acdfd6d5a5f5..f9b887830502ce907b22ef9b96d5180c42bb3cb5 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 469b79a08f80c9d48d3f8673c5e24bb4aeaadacb..c47740470b02fc5faf64ae0cf4e8f772a6142558 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 74263f12609595a1b227d053ddc2579779f7124e..d0c6445204d009878c1dd48ce45af5eab93df02e 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 f1b8b3c2a911a2fdff993e13b6f3699c5d1b974b..c593769d10e044ee063a9781e84cf31ed7cd6505 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