From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24402 invoked by alias); 4 Jan 2012 08:20:36 -0000 Received: (qmail 24341 invoked by uid 22791); 4 Jan 2012 08:20:28 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD 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; Wed, 04 Jan 2012 08:20:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3F8DF2BABBB; Wed, 4 Jan 2012 03:20:03 -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 v0hiGmSUbUtc; Wed, 4 Jan 2012 03:20:03 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E4AD22BABB3; Wed, 4 Jan 2012 03:19:59 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 70D18145619; Wed, 4 Jan 2012 12:19:17 +0400 (RET) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: [RFA/doco 3/3] Document new procedure for updating copyright years Date: Wed, 04 Jan 2012 08:20:00 -0000 Message-Id: <1325665146-31682-4-git-send-email-brobecker@adacore.com> In-Reply-To: <1325665146-31682-1-git-send-email-brobecker@adacore.com> References: <1325665146-31682-1-git-send-email-brobecker@adacore.com> 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/msg00120.txt.bz2 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? Thanks, --- gdb/doc/gdbint.texinfo | 31 ++----------------------------- 1 files changed, 2 insertions(+), 29 deletions(-) diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 34eee91..bd5626b 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -6799,35 +6799,8 @@ 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. @end itemize -- 1.7.1