From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15974 invoked by alias); 1 Jan 2015 14:59:01 -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 15963 invoked by uid 89); 1 Jan 2015 14:59:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 01 Jan 2015 14:58:59 +0000 Received: by mail-oi0-f48.google.com with SMTP id u20so38343197oif.7 for ; Thu, 01 Jan 2015 06:58:57 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.76.10 with SMTP id g10mr22264994oew.0.1420124337506; Thu, 01 Jan 2015 06:58:57 -0800 (PST) Received: by 10.76.185.7 with HTTP; Thu, 1 Jan 2015 06:58:57 -0800 (PST) In-Reply-To: <20150101145806.GC5445@adacore.com> References: <1420105120-25952-1-git-send-email-brobecker@adacore.com> <20150101145806.GC5445@adacore.com> Date: Thu, 01 Jan 2015 14:59:00 -0000 Message-ID: Subject: Re: FYI: Start of New Year Procedure applied From: "H.J. Lu" To: Joel Brobecker Cc: GDB Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00009.txt.bz2 On Thu, Jan 1, 2015 at 6:58 AM, Joel Brobecker wrote: >> > 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. Thanks. -- H.J.