diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-01-01 05:57:49 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-01-01 05:57:49 +0000 |
commit | 8c48ebcfed947309b5b9211e39af2fd82b65ca68 (patch) | |
tree | 1dd73875c12a1313284a9e971b06f673f0c4400e /gdb/top.c | |
parent | 7e6c1712e2eceb976c918a17a74666c68e9ecba7 (diff) | |
download | gdb-8c48ebcfed947309b5b9211e39af2fd82b65ca68.zip gdb-8c48ebcfed947309b5b9211e39af2fd82b65ca68.tar.gz gdb-8c48ebcfed947309b5b9211e39af2fd82b65ca68.tar.bz2 |
Followed the Start of New Year Procedure:
* ChangeLog-2006: New file, containing all the entries for 2006.
* ChangeLog: Removed all 2006 entries, and changed the reference
to the previous ChangeLog to point to ChangeLog 2006.
* 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
@@ -1068,7 +1068,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright (C) 2006 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright (C) 2007 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 |