Update copyright year in version output for gdb, gdbserver and gdbreplay
authorJoel Brobecker <brobecker@adacore.com>
Sun, 16 Jan 2022 10:29:26 +0000 (14:29 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Sun, 16 Jan 2022 10:29:26 +0000 (14:29 +0400)
This commit changes the end year of the copyright year range
printed by gdb, gdbserver and gdbreplay to be 2022. This reflects
the fact that some changes were made on this branch this year.

gdb/ChangeLog:

        * top.c: Update year range in copyright notice.
        (print_gdb_version): Update copyright year to 2022.

gdbserver/ChangeLog:

       * gdbreplay.cc: Update year range in copyright notice.
       (gdbreplay_version): Update copyright year to 2022.
       * server.cc: Update year range in copyright notice.
       (gdbserver_version): Update copyright year to 2022.

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

index 4709e1a45f68f1c862c732f35d1f49a812f32404..7cb41a57310233195b3c6e9b50ed172b39e95772 100644 (file)
@@ -1,3 +1,8 @@
+2022-01-16  Joel Brobecker  <brobecker@adacore.com>
+
+       * top.c: Update year range in copyright notice.
+       (print_gdb_version): Update copyright year to 2022.
+
 2021-12-23  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        PR gdb/28405
index 6e0f43d2fd92d80d53927ea3e78882da9cbb9a67..601b7e03ea066dc0178a6e32849b3760cd3eb01d 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1,6 +1,6 @@
 /* Top level stuff for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2021 Free Software Foundation, Inc.
+   Copyright (C) 1986-2022 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1408,7 +1408,7 @@ print_gdb_version (struct ui_file *stream, bool interactive)
   /* Second line is a copyright notice.  */
 
   fprintf_filtered (stream,
-                   "Copyright (C) 2021 Free Software Foundation, Inc.\n");
+                   "Copyright (C) 2022 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
index de19c48a916a3b8cd6ef8ff73a396cea8ff46ad3..a65a791fef3f3be381712aea2226bca670a543e0 100644 (file)
@@ -1,3 +1,10 @@
+2022-01-16  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdbreplay.cc: Update year range in copyright notice.
+       (gdbreplay_version): Update copyright year to 2022.
+       * server.cc: Update year range in copyright notice.
+       (gdbserver_version): Update copyright year to 2022.
+
 2021-11-03  Luis Machado  <luis.machado@linaro.org>
 
        PR gdb/28355
index 3705e9bf45fcafd51fe04268e2b90029922fca65..7d7bbb63c4431a849ea6efb70471038c504c428f 100644 (file)
@@ -1,5 +1,5 @@
 /* Replay a remote debug session logfile for GDB.
-   Copyright (C) 1996-2021 Free Software Foundation, Inc.
+   Copyright (C) 1996-2022 Free Software Foundation, Inc.
    Written by Fred Fish (fnf@cygnus.com) from pieces of gdbserver.
 
    This file is part of GDB.
@@ -405,7 +405,7 @@ static void
 gdbreplay_version (void)
 {
   printf ("GNU gdbreplay %s%s\n"
-         "Copyright (C) 2021 Free Software Foundation, Inc.\n"
+         "Copyright (C) 2022 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 32dcc05924e147b652f33ee1a1b4b5cc9952aa14..97854e71b45996b1c7c6df0b970bce8a58bc0aeb 100644 (file)
@@ -1,5 +1,5 @@
 /* Main code for remote server for GDB.
-   Copyright (C) 1989-2021 Free Software Foundation, Inc.
+   Copyright (C) 1989-2022 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -3455,7 +3455,7 @@ static void
 gdbserver_version (void)
 {
   printf ("GNU gdbserver %s%s\n"
-         "Copyright (C) 2021 Free Software Foundation, Inc.\n"
+         "Copyright (C) 2022 Free Software Foundation, Inc.\n"
          "gdbserver is free software, covered by the "
          "GNU General Public License.\n"
          "This gdbserver was configured as \"%s\"\n",
This page took 0.037197 seconds and 4 git commands to generate.