diff options
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2020-05-13 14:53:37 +0200 |
---|---|---|
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2020-05-13 16:50:58 +0200 |
commit | f7e23710fcb7133a3bbe7795ad0ddd2defca358a (patch) | |
tree | 604061f74b45a59a527c7e8c30309b83331deee3 /gdb/async-event.c | |
parent | ba311c5b10ea387d68c63bf61de0885aa150cd69 (diff) | |
download | gdb-f7e23710fcb7133a3bbe7795ad0ddd2defca358a.zip gdb-f7e23710fcb7133a3bbe7795ad0ddd2defca358a.tar.gz gdb-f7e23710fcb7133a3bbe7795ad0ddd2defca358a.tar.bz2 |
gdb: update the copyright year in async-event.[ch]
The async-event.[ch] files were introduced recently as a result of
splitting the event-loop. I believe the copyright year update was
just an oversight. So, this patch fixes that.
gdb/ChangeLog:
2020-05-13 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
* async-event.c: Update the copyright year.
* async-event.h: Update the copyright year.
Diffstat (limited to 'gdb/async-event.c')
-rw-r--r-- | gdb/async-event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/async-event.c b/gdb/async-event.c index 4354175..ffc0edc 100644 --- a/gdb/async-event.c +++ b/gdb/async-event.c @@ -1,5 +1,5 @@ /* Async events for the GDB event loop. - Copyright (C) 1999-2019 Free Software Foundation, Inc. + Copyright (C) 1999-2020 Free Software Foundation, Inc. This file is part of GDB. |