From 388e1ff2e5c127e63d203dad82712f57638267e9 Mon Sep 17 00:00:00 2001 From: Fernando Nasser Date: Thu, 25 Jan 2001 15:19:30 +0000 Subject: [PATCH] 2001-01-24 Fernando Nasser * top.c (print_gdb_version): Update Copyright year. --- gdb/ChangeLog | 4 ++++ gdb/top.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8b48320..7a65255 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-01-24 Fernando Nasser + + * top.c (print_gdb_version): Update Copyright year. + 2001-01-24 J.T. Conklin * dcache.c (dcache_write_line): Fix typo. 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 -- 2.7.4