]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update Copyright Year in gdb, gdbserver and gdbreplay version output
authorJoel Brobecker <brobecker@adacore.com>
Sat, 1 Jan 2022 14:52:31 +0000 (18:52 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Sat, 1 Jan 2022 15:13:22 +0000 (19:13 +0400)
This commit changes the copyright year printed by gdb, gdbserver
and gdbreplay when printing the tool's version.

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

index 1f9e649a85d6043cd5ade885e48e9e09dc7fd6e5..0ba9b82f3a5492897200d6c26a44d4300748c7c4 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1435,7 +1435,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 3705e9bf45fcafd51fe04268e2b90029922fca65..e4e76565c344445c74e903e05443fdf30d026873 100644 (file)
@@ -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 54ca95e62ffc602d90b52ff2627cdc04086c97a0..c886b2e32b825934bd58f57608cce178d27a1d6a 100644 (file)
@@ -3479,7 +3479,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",