From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26656 invoked by alias); 1 Jan 2015 14:22:44 -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 26644 invoked by uid 89); 1 Jan 2015 14:22:43 -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-f54.google.com Received: from mail-oi0-f54.google.com (HELO mail-oi0-f54.google.com) (209.85.218.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 01 Jan 2015 14:22:42 +0000 Received: by mail-oi0-f54.google.com with SMTP id u20so38210755oif.13 for ; Thu, 01 Jan 2015 06:22:40 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.24.8 with SMTP id q8mr42734519obf.26.1420122160638; Thu, 01 Jan 2015 06:22:40 -0800 (PST) Received: by 10.76.185.7 with HTTP; Thu, 1 Jan 2015 06:22:40 -0800 (PST) In-Reply-To: <1420105120-25952-1-git-send-email-brobecker@adacore.com> References: <1420105120-25952-1-git-send-email-brobecker@adacore.com> Date: Thu, 01 Jan 2015 14:22: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/msg00005.txt.bz2 On Thu, Jan 1, 2015 at 1:38 AM, Joel Brobecker wrote: > Hello, > > 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? Thanks. -- H.J.