diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-03-05 02:13:33 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-03-05 02:13:33 +0000 |
commit | f935141e4c54755bedd33daab6c6119bfc40b365 (patch) | |
tree | 4c5fac3062bf63b784fd6cba43edd67df648ec73 /gdb/top.c | |
parent | 4e59f52302a76bf8c54dfbf94c4bbd0c2979e0ed (diff) | |
download | gdb-f935141e4c54755bedd33daab6c6119bfc40b365.zip gdb-f935141e4c54755bedd33daab6c6119bfc40b365.tar.gz gdb-f935141e4c54755bedd33daab6c6119bfc40b365.tar.bz2 |
* top.c (print_gdb_version): Update copyright year.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |