From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31248 invoked by alias); 4 Jan 2012 18:24:21 -0000 Received: (qmail 31238 invoked by uid 22791); 4 Jan 2012 18:24:21 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Jan 2012 18:24:07 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LXA00K00DP4R800@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 04 Jan 2012 20:23:14 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.18.76]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LXA00BDBDQO2KW2@a-mtaout22.012.net.il>; Wed, 04 Jan 2012 20:23:14 +0200 (IST) Date: Wed, 04 Jan 2012 18:24:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/doco 3/3] Document new procedure for updating copyright years In-reply-to: <1325665146-31682-4-git-send-email-brobecker@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org, brobecker@adacore.com Reply-to: Eli Zaretskii Message-id: <83mxa3pbtr.fsf@gnu.org> References: <1325665146-31682-1-git-send-email-brobecker@adacore.com> <1325665146-31682-4-git-send-email-brobecker@adacore.com> X-IsSubscribed: yes 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: 2012-01/txt/msg00165.txt.bz2 > From: Joel Brobecker > Cc: Joel Brobecker > Date: Wed, 4 Jan 2012 12:19:06 +0400 > > We now use a different script to perform the update. This patch > updates the procedure in our documentation > > gdb/doc/ChangeLog: > > * gdbint.texinfo (Start of New Year Procedure): Update > to replace use of copyright.sh by use of copyright.py. > > OK to commit? Yes, with one comment: > -Run the @file{copyright.sh} script to add the new year in the copyright > -notices of most source files. This script requires Emacs 22 or later to > -be installed. > ... > +Run the @file{copyright.py} Python script to add the new year in the copyright > +notices of most source files. Should we tell which versions of Python are required to run the script, like the old text said about Emacs? Thanks.