Update year range in copyright notice of binutils files

The newer update-copyright.py fixes file encoding too, removing cr/lf
on binutils/bfdtest2.c and ld/testsuite/ld-cygwin/exe-export.exp, and
embedded cr in binutils/testsuite/binutils-all/ar.exp string match.
This commit is contained in:
Alan Modra
2023-01-01 16:38:42 +10:30
parent 004cb07ebf
commit d87bef3a7b
2786 changed files with 3125 additions and 3123 deletions

View File

@@ -1,5 +1,5 @@
/* as.c - GAS main program.
Copyright (C) 1987-2022 Free Software Foundation, Inc.
Copyright (C) 1987-2023 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -709,7 +709,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) 2022 Free Software Foundation, Inc.\n"));
printf (_("Copyright (C) 2023 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\