diff options
author | Joel Brobecker <brobecker@adacore.com> | 2018-01-01 08:12:21 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2018-01-02 07:38:05 +0400 |
commit | 82e1e79a420734bcb1fa255a1e7b3250e6acee65 (patch) | |
tree | bd0afd4a90ac51369568b9c5046e9f82c2b1b206 /gdb/top.c | |
parent | 053f54e57f64ca88596999f37bf3bd329b497d20 (diff) | |
download | gdb-82e1e79a420734bcb1fa255a1e7b3250e6acee65.zip gdb-82e1e79a420734bcb1fa255a1e7b3250e6acee65.tar.gz gdb-82e1e79a420734bcb1fa255a1e7b3250e6acee65.tar.bz2 |
Update copyright year in version message of 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
@@ -1292,7 +1292,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ fprintf_filtered (stream, - "Copyright (C) 2017 Free Software Foundation, Inc.\n"); + "Copyright (C) 2018 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 |