summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2005-11-22 19:26:41 +0000
committerJoel Brobecker <brobecker@gnat.com>2005-11-22 19:26:41 +0000
commit151e58014f844e4e99c551c26657e5bd27388db6 (patch)
tree485cc3c0ccc2cde1ee67018fbc014026f537e2d7
parent07bd43a9730db1f7d114fc78aa5620d01c3bb114 (diff)
downloadgdb-151e58014f844e4e99c551c26657e5bd27388db6.tar.gz
* top.c (print_gdb_version): Update copyright year.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/top.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 30da4c6359e..fe8dda46f5e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2005-11-22 Joel Brobecker <brobecker@adacore.com>
+ * top.c (print_gdb_version): Update copyright year.
+
+2005-11-22 Joel Brobecker <brobecker@adacore.com>
+
* version.in: Bump version number to 6.3.91 now that the first
release candidate (6.3.90) has been made.
diff --git a/gdb/top.c b/gdb/top.c
index e4fb84519d1..c611e40f5a9 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1064,7 +1064,7 @@ print_gdb_version (struct ui_file *stream)
/* Second line is a copyright notice. */
- fprintf_filtered (stream, "Copyright 2004 Free Software Foundation, Inc.\n");
+ fprintf_filtered (stream, "Copyright 2005 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