Update copyright year in help message of gdb, gdbserver, gdbreplay
authorJoel Brobecker <brobecker@adacore.com>
Sun, 1 Jan 2023 12:43:39 +0000 (16:43 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Sun, 1 Jan 2023 13:01:15 +0000 (17:01 +0400)
This commit updates the copyright year displayed by gdb, gdbserver
and gdbreplay's help message from 2022 to 2023, as per our Start
of New Year procedure. The corresponding source files' copyright
header are also updated accordingly.

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

index 91b4e6a3cfe21dfe87d64e4625ab4baa6e99801c..c32ab896a0ec05a0a6261601e429320f71cca5c7 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-2022 Free Software Foundation, Inc.
+   Copyright (C) 1986-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1444,7 +1444,7 @@ print_gdb_version (struct ui_file *stream, bool interactive)
   /* Second line is a copyright notice.  */
 
   gdb_printf (stream,
-             "Copyright (C) 2022 Free Software Foundation, Inc.\n");
+             "Copyright (C) 2023 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 7d7bbb63c4431a849ea6efb70471038c504c428f..42a512a8581fa8a3c76f9b17259070ff6a7387cc 100644 (file)
@@ -1,5 +1,5 @@
 /* Replay a remote debug session logfile for GDB.
-   Copyright (C) 1996-2022 Free Software Foundation, Inc.
+   Copyright (C) 1996-2023 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) 2022 Free Software Foundation, Inc.\n"
+         "Copyright (C) 2023 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 aaef38e00622d9b831385c31118e9927aa7140f0..d802e8b4a3411c1c794420b3a3ec7b05505f8072 100644 (file)
@@ -1,5 +1,5 @@
 /* Main code for remote server for GDB.
-   Copyright (C) 1989-2022 Free Software Foundation, Inc.
+   Copyright (C) 1989-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -3413,7 +3413,7 @@ static void
 gdbserver_version (void)
 {
   printf ("GNU gdbserver %s%s\n"
-         "Copyright (C) 2022 Free Software Foundation, Inc.\n"
+         "Copyright (C) 2023 Free Software Foundation, Inc.\n"
          "gdbserver is free software, covered by the "
          "GNU General Public License.\n"
          "This gdbserver was configured as \"%s\"\n",