Delete unnecessary code from kill_command
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.c
index a425fbaa013702b727e2d7c94d630a1e957adaf2..17e79a6ea016bea02bfab04c42ea24e75de36b79 100644 (file)
@@ -1,5 +1,5 @@
 /* Main code for remote server for GDB.
-   Copyright (C) 1989-2019 Free Software Foundation, Inc.
+   Copyright (C) 1989-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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",
This page took 0.025483 seconds and 4 git commands to generate.