update copyright year in version output of gdb, gdbserver and gdbreplay
authorJoel Brobecker <brobecker@adacore.com>
Wed, 1 Jan 2020 04:43:08 +0000 (08:43 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Wed, 1 Jan 2020 04:46:58 +0000 (08:46 +0400)
gdb/ChangeLog:

        * top.c (print_gdb_version): Change copyright year to 2020.

gdb/gdbserver/ChangeLog:

        * server.c (gdbserver_version): Change copyright year to 2020.
        * gdbreplay.c (gdbreplay_version): Likewise.

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

index 8743dec0f5d7d1bdfaef9902497882bd0495d430..6a4d26939bb2f759ac36acc5588630f063381966 100644 (file)
@@ -1,3 +1,7 @@
+2020-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * top.c (print_gdb_version): Change copyright year to 2020.
+
 2020-01-01  Joel Brobecker  <brobecker@adacore.com>
 
        * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
index 028d1e92d80e5a78ac9509380d23d8d35a592ff2..12a7f0068fcfc145a4e17961f61490e77f82526a 100644 (file)
@@ -1,3 +1,8 @@
+2020-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * server.c (gdbserver_version): Change copyright year to 2020.
+       * gdbreplay.c (gdbreplay_version): Likewise.
+
 2019-12-19  Christian Biesinger  <cbiesinger@google.com>
 
        * configure: Regenerate.
index 325291479391adc78d5f47f5c651dcad2340bbc0..54eb0ebd5b8e31d882d0ec0aa321ba8f3605ae27 100644 (file)
@@ -434,7 +434,7 @@ static void
 gdbreplay_version (void)
 {
   printf ("GNU gdbreplay %s%s\n"
-         "Copyright (C) 2019 Free Software Foundation, Inc.\n"
+         "Copyright (C) 2020 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 a425fbaa013702b727e2d7c94d630a1e957adaf2..bac77c3da76dfecb06036809ceaf8b427ba0cce8 100644 (file)
@@ -3381,7 +3381,7 @@ static void
 gdbserver_version (void)
 {
   printf ("GNU gdbserver %s%s\n"
-         "Copyright (C) 2019 Free Software Foundation, Inc.\n"
+         "Copyright (C) 2020 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 f2bbe4abbb75489f833aa76fc53496e9314c9a9f..059b56fb7ef1097b070f58257430d79cfb627b8f 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1366,7 +1366,7 @@ print_gdb_version (struct ui_file *stream, bool interactive)
   /* Second line is a copyright notice.  */
 
   fprintf_filtered (stream,
-                   "Copyright (C) 2019 Free Software Foundation, Inc.\n");
+                   "Copyright (C) 2020 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
This page took 0.034396 seconds and 4 git commands to generate.