Update copyright year in version output for gdb, gdbserver and gdbreplay
[deliverable/binutils-gdb.git] / gdbserver / server.cc
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.044196 seconds and 4 git commands to generate.