* top.c (print_gdb_version): Update copyright year.
authorStan Shebs <shebs@codesourcery.com>
Tue, 5 Mar 1996 02:13:33 +0000 (02:13 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 5 Mar 1996 02:13:33 +0000 (02:13 +0000)
gdb/ChangeLog
gdb/top.c

index 446099880f87019e026de6d94072db22436ecec9..5dfae3d05227488297f9e6840a4e441523f59eaf 100644 (file)
@@ -1,6 +1,10 @@
+Mon Mar  4 17:47:03 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * top.c (print_gdb_version): Update copyright year.
+
 Mon Mar  4 14:44:54 1996  Jeffrey A Law  (law@cygnus.com)
 
-       From Peter Schauer:
+       From Peter Schauer:
        * infrun.c (wait_for_inferior): Remove breakpoints and
        switch terminal settings before calling SOLIB_ADD.
        * solib.c (enable_break, SVR4 variant): Don't map in symbols
index d579caf772989e864da9f40cf6e568fe188a26fb..d7d85189515e2c4876a1780651a79d40602d742c 100644 (file)
--- 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 */