forked from Imagelibrary/binutils-gdb
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:
4
gas/as.c
4
gas/as.c
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user