aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-01-01 05:57:49 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-01-01 05:57:49 +0000
commit8c48ebcfed947309b5b9211e39af2fd82b65ca68 (patch)
tree1dd73875c12a1313284a9e971b06f673f0c4400e /gdb/top.c
parent7e6c1712e2eceb976c918a17a74666c68e9ecba7 (diff)
downloadgdb-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 155f2c5..14eb087 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -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