From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6396 invoked by alias); 2 Jan 2006 05:51:45 -0000 Received: (qmail 6269 invoked by uid 22791); 2 Jan 2006 05:51:44 -0000 X-Spam-Check-By: sourceware.org Received: from smtp14.wanadoo.fr (HELO smtp14.wanadoo.fr) (193.252.23.69) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Jan 2006 05:51:43 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1404.wanadoo.fr (SMTP Server) with ESMTP id 3C8C770000A0 for ; Mon, 2 Jan 2006 06:51:41 +0100 (CET) Received: from takamaka.act-europe.fr (AStDenis-105-1-36-88.w80-8.abo.wanadoo.fr [80.8.162.88]) by mwinf1404.wanadoo.fr (SMTP Server) with ESMTP id 8E70C700009F for ; Mon, 2 Jan 2006 06:51:40 +0100 (CET) X-ME-UUID: 20060102055140583.8E70C700009F@mwinf1404.wanadoo.fr Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 5C95F47E79; Mon, 2 Jan 2006 09:51:38 +0400 (RET) Date: Mon, 02 Jan 2006 05:51:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Copyright year updated in top.c Message-ID: <20060102055138.GS4734@adacore.com> References: <20060102055048.GR4734@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="vKFfOv5t3oGVpiF+" Content-Disposition: inline In-Reply-To: <20060102055048.GR4734@adacore.com> 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: 2006-01/txt/msg00004.txt.bz2 --vKFfOv5t3oGVpiF+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 642 [with the patch this time] Given that the first change for 2006 in the GDB sources has already been applied, I have applied the last item in the "Start Of New Year Procedure" which is to change the copyright year in the version message printed by GDB. Naturally, I forgot to update the copyright year in the header of top.c, so I did it in two checkins instead of one. 2006-01-01 Joel Brobecker * top.c: Add 2006 to list of copyright years in file header. 2006-01-01 Joel Brobecker * top.c (print_gdb_version): Update copyright year to 2006. Happy New Year! -- Joel --vKFfOv5t3oGVpiF+ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="cr.diff" Content-length: 666 Index: top.c =================================================================== RCS file: /cvs/src/src/gdb/top.c,v retrieving revision 1.109 diff -u -p -r1.109 top.c --- top.c 17 Dec 2005 22:34:03 -0000 1.109 +++ top.c 2 Jan 2006 05:44:32 -0000 @@ -1064,7 +1064,7 @@ print_gdb_version (struct ui_file *strea /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright (C) 2005 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright (C) 2006 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 --vKFfOv5t3oGVpiF+ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="cr2.diff" Content-length: 593 Index: top.c =================================================================== RCS file: /cvs/src/src/gdb/top.c,v retrieving revision 1.110 diff -u -p -r1.110 top.c --- top.c 2 Jan 2006 05:45:54 -0000 1.110 +++ top.c 2 Jan 2006 05:47:21 -0000 @@ -1,7 +1,7 @@ /* Top level stuff for GDB, the GNU debugger. Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GDB. --vKFfOv5t3oGVpiF+--