Update copyright year range in all GDB files

This commits the result of running gdb/copyright.py as per our Start
of New Year procedure...

gdb/ChangeLog

        Update copyright year range in copyright header of all GDB files.
This commit is contained in:
Joel Brobecker
2021-01-01 12:03:39 +04:00
parent ff7e39b613
commit 3666a04883
6323 changed files with 6326 additions and 6322 deletions

View File

@ -1,4 +1,4 @@
# Copyright (c) 2016-2020 Free Software Foundation, Inc.
# Copyright (c) 2016-2021 Free Software Foundation, Inc.
#
# Originally based on the AX_CXX_COMPILE_STDCXX macro found at the url
# below.