From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12715 invoked by alias); 1 Jan 2007 06:01:34 -0000 Received: (qmail 12707 invoked by uid 22791); 1 Jan 2007 06:01:34 -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; Mon, 01 Jan 2007 06:01:28 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 69CED48CE50 for ; Mon, 1 Jan 2007 01:01:26 -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 13746-01-3 for ; Mon, 1 Jan 2007 01:01:26 -0500 (EST) Received: from takamaka.act-europe.fr (AStDenis-105-1-75-95.w80-8.abo.wanadoo.fr [80.8.212.95]) by nile.gnat.com (Postfix) with ESMTP id 84E8448CC13 for ; Mon, 1 Jan 2007 01:01:25 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id 7871234C099; Mon, 1 Jan 2007 10:02:12 +0400 (RET) Date: Mon, 01 Jan 2007 06:01:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit] New Year procedure - done Message-ID: <20070101060212.GG3428@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00011.txt.bz2 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 662 Hello, Now that it's 2007 and that we've already had our first change (the lucky number 1 was Mark K :-), I have rotated the ChangeLog and updated the copyright year in top.c. 2007-01-01 Joel Brobecker Followed the Start of New Year Procedure: * ChangeLog-2006: New file, containing all the entries for 2006. * ChangeLog: Removed all 2006 entries, and changed the reference to the previous ChangeLog to point to ChangeLog 2006. * top.c (print_gdb_version): Update copyright year. I'm only including the change to top.c. The ChangeLog ones are fairly large, and yet very mechanical. -- Joel --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="new-year.diff" Content-length: 666 Index: top.c =================================================================== RCS file: /cvs/src/src/gdb/top.c,v retrieving revision 1.115 diff -u -p -r1.115 top.c --- top.c 21 Jul 2006 14:46:53 -0000 1.115 +++ top.c 1 Jan 2007 05:56:50 -0000 @@ -1068,7 +1068,7 @@ print_gdb_version (struct ui_file *strea /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright (C) 2006 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright (C) 2007 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 --PEIAKu/WMn1b1Hv9--