aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2002-01-20 22:05:15 +0000
committerMichael Chastain <mec@google.com>2002-01-20 22:05:15 +0000
commitf86ddd7c6f0f80788a0e6424b44c94cb1e453d50 (patch)
treebf3fd17f7ff700a213c53fa717bc1ee179644a0c /gdb/top.c
parent904507ce8185377083c43c85f6282252e1f0a0a0 (diff)
downloadfsf-binutils-gdb-f86ddd7c6f0f80788a0e6424b44c94cb1e453d50.zip
fsf-binutils-gdb-f86ddd7c6f0f80788a0e6424b44c94cb1e453d50.tar.gz
fsf-binutils-gdb-f86ddd7c6f0f80788a0e6424b44c94cb1e453d50.tar.bz2
2002-01-20 Michael Chastain <mec@shout.net>
* top.c (print_gdb_version): Bump copyright year to 2002.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index d7557b5..6ed92e8 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1320,7 +1320,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