summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chastain <mec.gnu@mindspring.com>2003-01-12 21:38:16 +0000
committerMichael Chastain <mec.gnu@mindspring.com>2003-01-12 21:38:16 +0000
commit02ef9d93a81fcaa7f7240854611d1c6a6676a704 (patch)
treef8c9eedd42fe1df353309aa97c5b7f8afb713145
parentd27c75f68d633ddb21f437d5596d2ceb73e37c3d (diff)
downloadgdb-02ef9d93a81fcaa7f7240854611d1c6a6676a704.tar.gz
2003-01-12 Michael Chastain <mec@shout.net>
* top.c (print_gdb_version): Bump copyright year to 2003.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/top.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4c2c4b6b2e2..c406262edd1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-12 Michael Chastain <mec@shout.net>
+
+ * top.c (print_gdb_version): Bump copyright year to 2003.
+
2003-01-12 David Carlton <carlton@bactrian.org>
* linespec.c (symtab_from_filename): Rename variable 's' to
diff --git a/gdb/top.c b/gdb/top.c
index d25bc3b8a79..dcffb051436 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1,7 +1,7 @@
/* Top level stuff for GDB, the GNU debugger.
Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
- 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+ 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
This file is part of GDB.
@@ -1357,7 +1357,7 @@ print_gdb_version (struct ui_file *stream)
/* Second line is a copyright notice. */
- fprintf_filtered (stream, "Copyright 2002 Free Software Foundation, Inc.\n");
+ fprintf_filtered (stream, "Copyright 2003 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