summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-03-28 02:03:53 +0000
committerAndrew Cagney <cagney@redhat.com>2000-03-28 02:03:53 +0000
commit0005814c34dcbc271fa9eefdb2a9694d9f2c67a0 (patch)
tree3a551fc8f5661966b08f32753088a6f21afdf15f
parenta7046152a9ebf199b3e5710cd5c75773e8d48a1f (diff)
downloadgdb-0005814c34dcbc271fa9eefdb2a9694d9f2c67a0.tar.gz
Bump copyright to 2000.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/top.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index dbb16b17dbe..b973cd6c2a0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/top.c b/gdb/top.c
index 0fac46d96b5..e5a8bef29cf 100644
--- 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