aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2020-01-01 08:43:08 +0400
committerJoel Brobecker <brobecker@adacore.com>2020-01-01 08:46:58 +0400
commit5dd8bf886a3f7535e0ad8b5218275efcf2cfff31 (patch)
treee4607ea57975326dfe8cea383298151f85214340 /gdb/top.c
parent9f71dacbc30de66a7eb693d4deca935514b682bd (diff)
downloadfsf-binutils-gdb-5dd8bf886a3f7535e0ad8b5218275efcf2cfff31.zip
fsf-binutils-gdb-5dd8bf886a3f7535e0ad8b5218275efcf2cfff31.tar.gz
fsf-binutils-gdb-5dd8bf886a3f7535e0ad8b5218275efcf2cfff31.tar.bz2
update copyright year in version output of gdb, gdbserver and gdbreplay
gdb/ChangeLog: * top.c (print_gdb_version): Change copyright year to 2020. gdb/gdbserver/ChangeLog: * server.c (gdbserver_version): Change copyright year to 2020. * gdbreplay.c (gdbreplay_version): Likewise.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index f2bbe4a..059b56f 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1366,7 +1366,7 @@ print_gdb_version (struct ui_file *stream, bool interactive)
/* Second line is a copyright notice. */
fprintf_filtered (stream,
- "Copyright (C) 2019 Free Software Foundation, Inc.\n");
+ "Copyright (C) 2020 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