aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2001-01-25 15:19:30 +0000
committerFernando Nasser <fnasser@redhat.com>2001-01-25 15:19:30 +0000
commit388e1ff2e5c127e63d203dad82712f57638267e9 (patch)
tree9e45516a0633b7ff2512d59de5f582e861dcc001 /gdb/top.c
parent02aa14fb329dba348f0f893e7e838aac3ebeb939 (diff)
downloadfsf-binutils-gdb-388e1ff2e5c127e63d203dad82712f57638267e9.zip
fsf-binutils-gdb-388e1ff2e5c127e63d203dad82712f57638267e9.tar.gz
fsf-binutils-gdb-388e1ff2e5c127e63d203dad82712f57638267e9.tar.bz2
2001-01-24 Fernando Nasser <fnasser@redhat.com>
* top.c (print_gdb_version): Update Copyright year.
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 5973f7c..cb1b0ed 100644
--- 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