From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15178 invoked by alias); 1 Jan 2015 14:58:15 -0000 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 Received: (qmail 15168 invoked by uid 89); 1 Jan 2015 14:58:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 01 Jan 2015 14:58:13 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BB970116389; Thu, 1 Jan 2015 09:58:11 -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 SxmUmwnkQdmo; Thu, 1 Jan 2015 09:58:11 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 48D66116381; Thu, 1 Jan 2015 09:58:11 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 4862F4100E; Thu, 1 Jan 2015 18:58:06 +0400 (RET) Date: Thu, 01 Jan 2015 14:58:00 -0000 From: Joel Brobecker To: "H.J. Lu" Cc: GDB Subject: Re: FYI: Start of New Year Procedure applied Message-ID: <20150101145806.GC5445@adacore.com> References: <1420105120-25952-1-git-send-email-brobecker@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-01/txt/msg00008.txt.bz2 > > FYI, I just applied the following 3 patches following our Start of New > > Year Procedure: > > > > [PATCH 1/3] Yearly gdb/ChangeLog rotation. > > [PATCH 2/3] Update copyright year printed by gdb, gdbserver and > > [PATCH 3/3] Update year range in copyright notice of all files owned > > > > Happy New Year, everyone! > > Do you have a script which can be used on the rest of binutils-gdb tree? This is a bit OBE since the binutils portion has been applied, but if you're looking for the script, it is gdb/copyright.py. This is documented in our Internals Manual, avaiable in the GDB wiki. -- Joel