]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/gdbserver/gdbreplay: Update copyright year in version out
authorJoel Brobecker <brobecker@gnat.com>
Fri, 6 Jan 2012 04:16:15 +0000 (04:16 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 6 Jan 2012 04:16:15 +0000 (04:16 +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 54c73bc5393dc14406139f72259ad39a8bfcc3b2..bc0d50626c6b5c63fb02afe8de560c72120b74a8 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * top.c (print_gdb_version): Update copyright year.
+
 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Revert:
index 4798660b184a702b0142e8ff12e7295c60bfbe3d..5b2b00a150d2ad75eab1208bcad4410f7d6da200 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * server.c (gdbserver_version): Update copyright year.
+       * gdbreplay.c (gdbreplay_version): Likewise.
+
 2011-12-13  Yao Qi  <yao@codesourcery.com>
 
        * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
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 b90b9ceced79a895ff769487023163f224679184..c01ab286eccc8db638574aba119bb6b2f518e423 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 ec475a8e5acdab5bddccc12dfe9ffb749f4b1e08..39109d340dea3f9aea4a2e222205d62ae8d5989a 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1108,7 +1108,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