summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chastain <mec.gnu@mindspring.com>2002-01-20 22:09:04 +0000
committerMichael Chastain <mec.gnu@mindspring.com>2002-01-20 22:09:04 +0000
commit4a0c53fd238f29144bf3c0ffb09bedd0f3f7f8c1 (patch)
tree5aa0f9603a10b33e9a17852cdaed5b57acf4170a
parent96756d73f12e4998d8e2accda837701fcf4133ec (diff)
downloadgdb-4a0c53fd238f29144bf3c0ffb09bedd0f3f7f8c1.tar.gz
2002-01-20 Michael Chastain <mec@shout.net>
* top.c (print_gdb_version): Bump copyright year to 2002.
-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 803a0a24448..c6b4a682e28 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/top.c b/gdb/top.c
index 0c22c8af8be..aa762cc1be5 100644
--- 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