From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6725 invoked by alias); 22 Nov 2005 19:27:57 -0000 Received: (qmail 6716 invoked by uid 22791); 22 Nov 2005 19:27:57 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Nov 2005 19:27:56 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 1E22848D278 for ; Tue, 22 Nov 2005 14:27:54 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22609-01-4 for ; Tue, 22 Nov 2005 14:27:53 -0500 (EST) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id 9A7B948CBE4 for ; Tue, 22 Nov 2005 14:27:53 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 1A40C47E79; Tue, 22 Nov 2005 11:27:53 -0800 (PST) Date: Tue, 22 Nov 2005 20:02:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Copyright year in startup message ... Message-ID: <20051122192753.GP1635@adacore.com> References: <20051122192034.GD11233@adacore.com> <20051122192112.GA24902@nevyn.them.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="aYDVKSzuImP48n7V" Content-Disposition: inline In-Reply-To: <20051122192112.GA24902@nevyn.them.org> User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00418.txt.bz2 --aYDVKSzuImP48n7V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 354 > > 2005-11-22 Joel Brobecker > > > > * top.c (print_gdb_version): Update copyright year. > > > > OK for mainline and branch? > > No patch attached, but yes, this is fine. Humpf, too many things at the same time. Attached this time, and checked in. Thanks! I will followup with a patch to gdbint shortly. -- Joel --aYDVKSzuImP48n7V Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="version.diff" Content-length: 658 Index: top.c =================================================================== RCS file: /cvs/src/src/gdb/top.c,v retrieving revision 1.107 diff -u -p -r1.107 top.c --- top.c 7 Nov 2005 15:27:07 -0000 1.107 +++ top.c 22 Nov 2005 19:17:45 -0000 @@ -1064,7 +1064,7 @@ print_gdb_version (struct ui_file *strea /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright 2004 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright 2005 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 --aYDVKSzuImP48n7V--