diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-02-21 20:27:41 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-02-21 20:27:41 +0000 |
commit | 7f4b4b71a2759756550366412ff297262e307138 (patch) | |
tree | 461f88e7e59cfff79661339c525e8ba12527b1db /gdb/top.c | |
parent | bf150019d738c4219bc464ad66fcd55c859ac04c (diff) | |
download | gdb-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |