gdb: update the copyright year in async-event.[ch]
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Wed, 13 May 2020 12:53:37 +0000 (14:53 +0200)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Wed, 13 May 2020 14:50:58 +0000 (16:50 +0200)
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.

gdb/ChangeLog
gdb/async-event.c
gdb/async-event.h

index 919f44d1512f2140b864380a2d2da7c049bf1542..1d77e7cd56d6e79dac040d7db64141396952ba5d 100644 (file)
@@ -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>
 
        * objfiles.h (is_addr_in_objfile,
index 4354175edfacf5ae41a79e1f6a28eb6b69d3c9cb..ffc0edcde88c13045411c20309ebe4cf12167196 100644 (file)
@@ -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.
 
index 3b3747a26042f9c18872c816cd04d400c4b4df2d..adf6dc8f8c4b800007d94f0ac6c87dd44fb3a5ea 100644 (file)
@@ -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.