aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/top.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e6e2484..558094a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2021-01-01 Joel Brobecker <brobecker@adacore.com>
+ * top.c (print_gdb_version): Update copyright year.
+
+2021-01-01 Joel Brobecker <brobecker@adacore.com>
+
* config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2020.
For older changes see ChangeLog-2020.
diff --git a/gdb/top.c b/gdb/top.c
index b515bbf..a517ce6 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1409,7 +1409,7 @@ print_gdb_version (struct ui_file *stream, bool interactive)
/* Second line is a copyright notice. */
fprintf_filtered (stream,
- "Copyright (C) 2020 Free Software Foundation, Inc.\n");
+ "Copyright (C) 2021 Free Software Foundation, Inc.\n");
/* Following the copyright is a brief statement that the program is
free software, that users are free to copy and change it on