diff options
author | Joel Brobecker <brobecker@adacore.com> | 2019-01-01 10:01:51 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2019-01-01 10:01:51 +0400 |
commit | 42a4f53d2bf8938c2aeda9f52be7a20534b214a9 (patch) | |
tree | 8ed12ea0408f8c758f2d54e0f09ee580f7581fe2 /sim/bfin/dv-bfin_uart2.c | |
parent | rotate gdb/ChangeLog (diff) | |
download | binutils-gdb-42a4f53d2bf8938c2aeda9f52be7a20534b214a9.tar.gz binutils-gdb-42a4f53d2bf8938c2aeda9f52be7a20534b214a9.tar.bz2 binutils-gdb-42a4f53d2bf8938c2aeda9f52be7a20534b214a9.zip |
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.
Diffstat (limited to 'sim/bfin/dv-bfin_uart2.c')
-rw-r--r-- | sim/bfin/dv-bfin_uart2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/bfin/dv-bfin_uart2.c b/sim/bfin/dv-bfin_uart2.c index c0627f57d27..f92ed166309 100644 --- a/sim/bfin/dv-bfin_uart2.c +++ b/sim/bfin/dv-bfin_uart2.c @@ -1,7 +1,7 @@ /* Blackfin Universal Asynchronous Receiver/Transmitter (UART) model. For "new style" UARTs on BF50x/BF54x parts. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. Contributed by Analog Devices, Inc. This file is part of simulators. |