aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1996-03-05 02:13:33 +0000
committerStan Shebs <shebs@codesourcery.com>1996-03-05 02:13:33 +0000
commitf935141e4c54755bedd33daab6c6119bfc40b365 (patch)
tree4c5fac3062bf63b784fd6cba43edd67df648ec73 /gdb/top.c
parent4e59f52302a76bf8c54dfbf94c4bbd0c2979e0ed (diff)
downloadfsf-binutils-gdb-f935141e4c54755bedd33daab6c6119bfc40b365.zip
fsf-binutils-gdb-f935141e4c54755bedd33daab6c6119bfc40b365.tar.gz
fsf-binutils-gdb-f935141e4c54755bedd33daab6c6119bfc40b365.tar.bz2
* 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 d579caf..d7d85189 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -2713,7 +2713,7 @@ GDB %s (%s", version, host_name);
fprintf_filtered (stream, "), ");
wrap_here("");
- fprintf_filtered (stream, "Copyright 1995 Free Software Foundation, Inc.");
+ fprintf_filtered (stream, "Copyright 1996 Free Software Foundation, Inc.");
}
/* ARGSUSED */