diff options
author | Joel Brobecker <brobecker@adacore.com> | 2019-01-01 10:09:59 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2019-01-01 10:09:59 +0400 |
commit | 66d91b39089d606c9589673a7c5419cf37e7d639 (patch) | |
tree | 9a22817ec4c3a64f06bf0d6aac0e8e124b67dfa9 /gdb/top.c | |
parent | 42a4f53d2bf8938c2aeda9f52be7a20534b214a9 (diff) | |
download | gdb-66d91b39089d606c9589673a7c5419cf37e7d639.zip gdb-66d91b39089d606c9589673a7c5419cf37e7d639.tar.gz gdb-66d91b39089d606c9589673a7c5419cf37e7d639.tar.bz2 |
update copyright year printed by gdb, gdbserver and gdbreplay
gdb/ChangeLog:
* top.c (print_gdb_version): Update Copyright year in version
message.
gdb/gdbserver/ChangeLog:
* gdbreplay.c (gdbreplay_version): Update copyright year in
version message.
* server.c (gdbserver_version): Likewise.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1293,7 +1293,7 @@ print_gdb_version (struct ui_file *stream, bool interactive) /* Second line is a copyright notice. */ fprintf_filtered (stream, - "Copyright (C) 2018 Free Software Foundation, Inc.\n"); + "Copyright (C) 2019 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 |