Bump copyright to 2000.
authorAndrew Cagney <cagney@redhat.com>
Tue, 28 Mar 2000 02:03:53 +0000 (02:03 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 28 Mar 2000 02:03:53 +0000 (02:03 +0000)
gdb/ChangeLog
gdb/top.c

index dbb16b17dbe25c17eebd4944a5164b6d4dccd4c5..b973cd6c2a0cf43ea94e037882786043f3c6d669 100644 (file)
@@ -1,3 +1,7 @@
+Tue Mar 28 11:52:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * top.c (print_gdb_version): Bump copyright year to 2000.
+
 Tue Mar 28 10:13:11 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * MAINTAINERS: Add Glen McCready to write after approval list.
index 0fac46d96b5254ea38a3c1922ec66bf57f66d2a9..e5a8bef29cf091361130fcd7ce2f21a4c1dfd4d8 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -3173,7 +3173,7 @@ print_gdb_version (stream)
 
   /* Second line is a copyright notice. */
 
-  fprintf_filtered (stream, "Copyright 1998 Free Software Foundation, Inc.\n");
+  fprintf_filtered (stream, "Copyright 2000 Free Software Foundation, Inc.\n");
 
   /* Following the copyright is a brief statement that the program is
      free software, that users are free to copy and change it on