diff options
author | Joel Brobecker <brobecker@adacore.com> | 2014-01-01 07:39:44 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2014-01-01 07:43:51 +0400 |
commit | 28498c4207945d583481d50ba6b181d3ce60fa72 (patch) | |
tree | 08f3ec9b8970a84c84c3f4cab2b4e42167d7e11b /gdb/top.c | |
parent | 7b6e104658a2d7169edd89d0b790dbced38a498d (diff) | |
download | gdb-28498c4207945d583481d50ba6b181d3ce60fa72.zip gdb-28498c4207945d583481d50ba6b181d3ce60fa72.tar.gz gdb-28498c4207945d583481d50ba6b181d3ce60fa72.tar.bz2 |
Update copyright year in gdb/gdbserver/gdbreplay version output.
gdb/ChangeLog:
* top.c (print_gdb_version): Set copyright year to 2014.
gdb/gdbserver/ChangeLog:
* gdbserver.c (gdbserver_version): Set copyright year to 2014.
* 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
@@ -1102,7 +1102,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ fprintf_filtered (stream, - "Copyright (C) 2013 Free Software Foundation, Inc.\n"); + "Copyright (C) 2014 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 |