diff options
author | Joel Brobecker <brobecker@adacore.com> | 2020-01-01 08:43:08 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2020-01-01 08:46:58 +0400 |
commit | 5dd8bf886a3f7535e0ad8b5218275efcf2cfff31 (patch) | |
tree | e4607ea57975326dfe8cea383298151f85214340 /gdb/top.c | |
parent | 9f71dacbc30de66a7eb693d4deca935514b682bd (diff) | |
download | fsf-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |