aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2018-01-01 08:12:21 +0400
committerJoel Brobecker <brobecker@adacore.com>2018-01-02 07:38:05 +0400
commit82e1e79a420734bcb1fa255a1e7b3250e6acee65 (patch)
treebd0afd4a90ac51369568b9c5046e9f82c2b1b206 /gdb/top.c
parent053f54e57f64ca88596999f37bf3bd329b497d20 (diff)
downloadgdb-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 3fb113c..e2aa884 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -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