Update copyright year range in all GDB files.

This commit applies all changes made after running the gdb/copyright.py
script.

Note that one file was flagged by the script, due to an invalid
copyright header
(gdb/unittests/basic_string_view/element_access/char/empty.cc).
As the file was copied from GCC's libstdc++-v3 testsuite, this commit
leaves this file untouched for the time being; a patch to fix the header
was sent to gcc-patches first.

gdb/ChangeLog:

	Update copyright year range in all GDB files.
This commit is contained in:
Joel Brobecker 2019-01-01 10:01:51 +04:00
parent 5bbd631dca
commit 42a4f53d2b
5769 changed files with 5772 additions and 5768 deletions

View file

@ -1,6 +1,6 @@
/* Python interface to record targets.
Copyright 2016-2018 Free Software Foundation, Inc.
Copyright 2016-2019 Free Software Foundation, Inc.
This file is part of GDB.