2002-01-20 Michael Chastain <mec@shout.net>
authorMichael Chastain <mec@google.com>
Sun, 20 Jan 2002 22:05:15 +0000 (22:05 +0000)
committerMichael Chastain <mec@google.com>
Sun, 20 Jan 2002 22:05:15 +0000 (22:05 +0000)
* top.c (print_gdb_version): Bump copyright year to 2002.

gdb/ChangeLog
gdb/top.c

index 00c19d343329782c6e4e9a6a5cc5fa9f5f05a1f3..1998a4e5d5e3c607d7d4da398850308e5e5cd8dd 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-20  Michael Chastain  <mec@shout.net>
+
+       * top.c (print_gdb_version): Bump copyright year to 2002.
+
 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
 
        * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
index d7557b5f2e67abf621d03705a1466d8d367287fc..6ed92e8edb60dce60e6ec404796e9383c040e877 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1320,7 +1320,7 @@ print_gdb_version (struct ui_file *stream)
 
   /* Second line is a copyright notice. */
 
-  fprintf_filtered (stream, "Copyright 2001 Free Software Foundation, Inc.\n");
+  fprintf_filtered (stream, "Copyright 2002 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
This page took 0.029285 seconds and 4 git commands to generate.