From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31399 invoked by alias); 5 Jan 2012 03:34:31 -0000 Received: (qmail 31141 invoked by uid 22791); 5 Jan 2012 03:34:30 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 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; Thu, 05 Jan 2012 03:34:17 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D45BC2BB110; Wed, 4 Jan 2012 22:34:16 -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 mr0mEHxMEhLd; Wed, 4 Jan 2012 22:34:16 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5AF822BB0C4; Wed, 4 Jan 2012 22:34:16 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 9EEC6145615; Thu, 5 Jan 2012 07:34:01 +0400 (RET) Date: Thu, 05 Jan 2012 03:34:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [RFA/doco 3/3] Document new procedure for updating copyright years Message-ID: <20120105033401.GD2730@adacore.com> References: <1325665146-31682-1-git-send-email-brobecker@adacore.com> <1325665146-31682-4-git-send-email-brobecker@adacore.com> <83mxa3pbtr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="RMedoP2+Pr6Rq0N2" Content-Disposition: inline In-Reply-To: <83mxa3pbtr.fsf@gnu.org> User-Agent: Mutt/1.5.20 (2009-06-14) 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/msg00173.txt.bz2 --RMedoP2+Pr6Rq0N2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 413 > > 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? [...] > Should we tell which versions of Python are required to run the > script, like the old text said about Emacs? Ah, yes. I had intended to provide that piece of information as well. How is this version? Thanks, -- Joel --RMedoP2+Pr6Rq0N2 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="copyright-update-doco-2.diff" Content-length: 1477 commit 8d1049fbf448557887daa7497e3c60b103ecedee Author: Joel Brobecker Date: Wed Jan 4 11:50:00 2012 +0400 Document new procedure for updating copyright years 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. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index ddc4015..136f77f 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -6798,35 +6798,9 @@ Update the copyright year in: @end itemize @item -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. - -@item -The new year also needs to be added manually in all other files that -are not already taken care of by the @file{copyright.sh} script: -@itemize @bullet - @item - @file{*.s} - @item - @file{*.f} - @item - @file{*.f90} - @item - @file{*.igen} - @item - @file{*.ac} - @item - @file{*.texi} - @item - @file{*.texinfo} - @item - @file{*.tex} - @item - @file{*.defs} - @item - @file{*.1} -@end itemize +Run the @file{copyright.py} Python script to add the new year in the copyright +notices of most source files. This script has been tested with Python +2.6 and 2.7. @end itemize --RMedoP2+Pr6Rq0N2--