aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/async-event.c2
-rw-r--r--gdb/async-event.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 919f44d..1d77e7c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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,
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.
diff --git a/gdb/async-event.h b/gdb/async-event.h
index 3b3747a..adf6dc8 100644
--- a/gdb/async-event.h
+++ b/gdb/async-event.h
@@ -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.