gdb: include gdb_wait.h in gdb_wait.c
[deliverable/binutils-gdb.git] / gas / as.c
index 091fe902da18ede2698b80859ade64c80ffba7d4..d8d20cca76fd4f8b12f0a75c17a4f4a8da0013e7 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -1,5 +1,5 @@
 /* as.c - GAS main program.
-   Copyright (C) 1987-2019 Free Software Foundation, Inc.
+   Copyright (C) 1987-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -684,7 +684,7 @@ parse_args (int * pargc, char *** pargv)
        case OPTION_VERSION:
          /* This output is intended to follow the GNU standards document.  */
          printf (_("GNU assembler %s\n"), BFD_VERSION_STRING);
-         printf (_("Copyright (C) 2019 Free Software Foundation, Inc.\n"));
+         printf (_("Copyright (C) 2020 Free Software Foundation, Inc.\n"));
          printf (_("\
 This program is free software; you may redistribute it under the terms of\n\
 the GNU General Public License version 3 or later.\n\
This page took 0.024493 seconds and 4 git commands to generate.