forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2020-05-12 Simon Marchi <simon.marchi@efficios.com>
|
2020-05-12 Simon Marchi <simon.marchi@efficios.com>
|
||||||
|
|
||||||
* objfiles.h (is_addr_in_objfile,
|
* objfiles.h (is_addr_in_objfile,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* Async events for the GDB event loop.
|
/* 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.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* Async events for the GDB event loop.
|
/* 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.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user