From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32030 invoked by alias); 3 Jan 2009 06:07:09 -0000 Received: (qmail 32018 invoked by uid 22791); 3 Jan 2009 06:07:08 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_83 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 03 Jan 2009 06:06:33 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E12652A9648 for ; Sat, 3 Jan 2009 01:06:30 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id U3aDkIY0YXy6 for ; Sat, 3 Jan 2009 01:06:30 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6529F2A9632 for ; Sat, 3 Jan 2009 01:06:30 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id CB804E7ACD; Sat, 3 Jan 2009 10:06:21 +0400 (RET) Date: Sat, 03 Jan 2009 06:07:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit] Start of New Year Procedure applied... Message-ID: <20090103060621.GW16483@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2009-01/txt/msg00005.txt.bz2 Hello, Just a quick note to let everyone know that I applied the Start of New Year procedure as documented in our internals manual: - 2009 added to the copyright notices - GDB now prints 2009 as its copyright year - ChangeLog has been rotated (with associated fnchange.lst update) The update of the copyright notices was performed by a script using emacs. I reviewed about 20% of the changes before giving up, and everything seemed to be fine. Let us know if you see something wrong or some files that we missed. 2009-01-03 Joel Brobecker Updated copyright notices for most files. 2009-01-03 Joel Brobecker * top.c (print_gdb_version): Update copyright year. 2009-01-03 Joel Brobecker * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008. -- Joel