From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7548 invoked by alias); 1 Jan 2010 09:10:50 -0000 Received: (qmail 7537 invoked by uid 22791); 1 Jan 2010 09:10:49 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,FH_DATE_PAST_20XX 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; Fri, 01 Jan 2010 09:10:43 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E54B62BABA3 for ; Fri, 1 Jan 2010 04:10:41 -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 h7PBYw4BQNr8 for ; Fri, 1 Jan 2010 04:10:41 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 60BF72BAB92 for ; Fri, 1 Jan 2010 04:10:41 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id BF73DF5937; Fri, 1 Jan 2010 10:10:09 +0100 (CET) Date: Fri, 01 Jan 2010 09:10:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/doco] Update the "Start of New Year Procedure" Message-ID: <20100101091009.GI548@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="so9zsI5B81VjUb/o" Content-Disposition: inline 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: 2010-01/txt/msg00010.txt.bz2 --so9zsI5B81VjUb/o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 417 Hello, I would like to clarify a little bit the process needed to update the copyright headers. Patch attached. 2010-01-01 Joel Brobecker Update the "Start of New Year Procedure". * gdbint.texinfo: Add the list of files that need to be updated manually. Tested by rebuilding gdbint in html and PDF formats. I checked the result on both outputs. Thanks, -- Joel --so9zsI5B81VjUb/o Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="start-of-new-year.diff" Content-length: 1307 commit 90c110a4557433b771a46b7df285e6f8ad64da91 Author: Joel Brobecker Date: Fri Jan 1 13:07:04 2010 +0400 Update the "Start of New Year Procedure". * gdbint.texinfo: Add the list of files that need to be updated manually. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index dbe1197..3af8622 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -6758,9 +6758,25 @@ Update the copyright year in: @end itemize @item -Add the new year in the copyright notices of all source and documentation -files. This can be done semi-automatically by running the @code{copyright.sh} -script. This script requires Emacs 22 or later to be installed. +Run the @code{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 @code{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 @end itemize --so9zsI5B81VjUb/o--