diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-01-02 08:59:35 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-01-02 08:59:35 +0000 |
commit | 6782781204c79cd725ff6d591811a248cde39ef5 (patch) | |
tree | d2f836e60d240cb6f2c705e9fbec3cef42b82c40 /gdb/top.c | |
parent | 0c10e53e4397e25f1a4c55f95f0d769d1664ab44 (diff) | |
download | gdb-6782781204c79cd725ff6d591811a248cde39ef5.zip gdb-6782781204c79cd725ff6d591811a248cde39ef5.tar.gz gdb-6782781204c79cd725ff6d591811a248cde39ef5.tar.bz2 |
gdb/gdbserver/gdbreplay: Update copyright year in version out
gdb/ChangeLog:
* top.c (print_gdb_version): Update copyright year.
gdb/gdbserver/ChangeLog:
* server.c (gdbserver_version): Update copyright year.
* 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
@@ -1118,7 +1118,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ fprintf_filtered (stream, - "Copyright (C) 2011 Free Software Foundation, Inc.\n"); + "Copyright (C) 2012 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 |