diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-01-01 04:27:43 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-01-01 04:27:43 +0000 |
commit | 636265b635ab32dbe17e3ddfc17969ac359d1ede (patch) | |
tree | 57a302d99050b2ded4c23f84a73d4a3dd17e5c8c /gdb/top.c | |
parent | 9d200a2e61f00555f6dea2bc9974aea4a36059e3 (diff) | |
download | gdb-636265b635ab32dbe17e3ddfc17969ac359d1ede.zip gdb-636265b635ab32dbe17e3ddfc17969ac359d1ede.tar.gz gdb-636265b635ab32dbe17e3ddfc17969ac359d1ede.tar.bz2 |
* top.c (print_gdb_version): Update copyright year.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1147,7 +1147,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright (C) 2007 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright (C) 2008 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 |