From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24105 invoked by alias); 2 Jan 2006 05:50:56 -0000 Received: (qmail 23896 invoked by uid 22791); 2 Jan 2006 05:50:55 -0000 X-Spam-Check-By: sourceware.org Received: from smtp6.wanadoo.fr (HELO smtp6.wanadoo.fr) (193.252.22.25) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Jan 2006 05:50:54 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0608.wanadoo.fr (SMTP Server) with ESMTP id D4ED61C0024C for ; Mon, 2 Jan 2006 06:50:51 +0100 (CET) Received: from takamaka.act-europe.fr (AStDenis-105-1-36-88.w80-8.abo.wanadoo.fr [80.8.162.88]) by mwinf0608.wanadoo.fr (SMTP Server) with ESMTP id 7EF321C0023A for ; Mon, 2 Jan 2006 06:50:51 +0100 (CET) X-ME-UUID: 20060102055051520.7EF321C0023A@mwinf0608.wanadoo.fr Received: by takamaka.act-europe.fr (Postfix, from userid 507) id BB54447E79; Mon, 2 Jan 2006 09:50:48 +0400 (RET) Date: Mon, 02 Jan 2006 05:50:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [PATCH] Copyright year updated in top.c Message-ID: <20060102055048.GR4734@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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/msg00003.txt.bz2 Hello, 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