]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-01-20 Michael Chastain <mec@shout.net>
authorMichael Chastain <mec@google.com>
Sun, 20 Jan 2002 22:09:04 +0000 (22:09 +0000)
committerMichael Chastain <mec@google.com>
Sun, 20 Jan 2002 22:09:04 +0000 (22:09 +0000)
* top.c (print_gdb_version): Bump copyright year to 2002.

gdb/ChangeLog
gdb/top.c

index 803a0a24448378b72429598b43d78d4fa027655d..c6b4a682e285c86ecf1df30ece43d537dbd13dc4 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-13  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
index 0c22c8af8bed9cf81c60d71dd4a273d06f1ffd27..aa762cc1be5739515f65f7f983990c2bbc63c5fc 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1232,7 +1232,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