]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2001-01-24 Fernando Nasser <fnasser@redhat.com>
authorFernando Nasser <fnasser@redhat.com>
Thu, 25 Jan 2001 15:19:30 +0000 (15:19 +0000)
committerFernando Nasser <fnasser@redhat.com>
Thu, 25 Jan 2001 15:19:30 +0000 (15:19 +0000)
* top.c (print_gdb_version): Update Copyright year.

gdb/ChangeLog
gdb/top.c

index 8b483209000c2ced43169efaf446b6cc93ef572f..7a6525506c1d40d5f658f96f89deed68474512dd 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-24  Fernando Nasser  <fnasser@redhat.com>
+
+       * top.c (print_gdb_version): Update Copyright year.
+
 2001-01-24  J.T. Conklin  <jtc@redback.com>
 
        * dcache.c (dcache_write_line): Fix typo.
index 5973f7c02bc8d02925e8c9f65962f8f0ae8292d2..cb1b0edb0d0efba06546c1327953fe52eb079560 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1394,7 +1394,7 @@ print_gdb_version (struct ui_file *stream)
 
   /* Second line is a copyright notice. */
 
-  fprintf_filtered (stream, "Copyright 2000 Free Software Foundation, Inc.\n");
+  fprintf_filtered (stream, "Copyright 2001 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