From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32107 invoked by alias); 22 Nov 2005 19:20:39 -0000 Received: (qmail 32097 invoked by uid 22791); 22 Nov 2005 19:20:38 -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:20:37 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 6783048CF12 for ; Tue, 22 Nov 2005 14:20:35 -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 20648-01-3 for ; Tue, 22 Nov 2005 14:20:35 -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 03F8848CC03 for ; Tue, 22 Nov 2005 14:20:35 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 500EF47E79; Tue, 22 Nov 2005 11:20:34 -0800 (PST) Date: Tue, 22 Nov 2005 19:36:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA] Copyright year in startup message ... Message-ID: <20051122192034.GD11233@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: 2005-11/txt/msg00416.txt.bz2 Mark just pointed out to me that the copyright year in the startup message printed by GDB is still 2004. I think the year should be updated at the begining of the year, at the same time as we rotate the ChangeLog. Agreed? (in which case we should insert a section with the procedure to follow at the start of each year) 2005-11-22 Joel Brobecker * top.c (print_gdb_version): Update copyright year. OK for mainline and branch? Thanks, -- Joel