aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-02-21 20:27:41 +0000
committerStan Shebs <shebs@codesourcery.com>1995-02-21 20:27:41 +0000
commit7f4b4b71a2759756550366412ff297262e307138 (patch)
tree461f88e7e59cfff79661339c525e8ba12527b1db /gdb/top.c
parentbf150019d738c4219bc464ad66fcd55c859ac04c (diff)
downloadgdb-7f4b4b71a2759756550366412ff297262e307138.zip
gdb-7f4b4b71a2759756550366412ff297262e307138.tar.gz
gdb-7f4b4b71a2759756550366412ff297262e307138.tar.bz2
* top.c (print_gdb_version): Update the 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 9bf018e..fd52423 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -2711,7 +2711,7 @@ GDB %s (%s", version, host_name);
fprintf_filtered (stream, "), ");
wrap_here("");
- fprintf_filtered (stream, "Copyright 1994 Free Software Foundation, Inc.");
+ fprintf_filtered (stream, "Copyright 1995 Free Software Foundation, Inc.");
}
/* ARGSUSED */