diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-01-03 05:18:00 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-01-03 05:18:00 +0000 |
commit | c9fc347d3835879d625d0b571d5cfc84de503c3c (patch) | |
tree | f93e03fba2e87567ac7bb7ef9e479dc3882ee6e3 /gdb/top.c | |
parent | a85d99b46240cfb549c9ba063d5559ec3a7611fa (diff) | |
download | gdb-c9fc347d3835879d625d0b571d5cfc84de503c3c.zip gdb-c9fc347d3835879d625d0b571d5cfc84de503c3c.tar.gz gdb-c9fc347d3835879d625d0b571d5cfc84de503c3c.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
@@ -1122,7 +1122,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright (C) 2008 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright (C) 2009 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 |