From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9802 invoked by alias); 2 Jan 2008 08:46:59 -0000 Received: (qmail 9781 invoked by uid 22791); 2 Jan 2008 08:46:58 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 02 Jan 2008 08:46:33 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6D2462A95E7 for ; Wed, 2 Jan 2008 03:46:31 -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 fTWEqN4hy0Sc for ; Wed, 2 Jan 2008 03:46:31 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5DAA02A95DC for ; Wed, 2 Jan 2008 03:46:29 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 66F2BE7ACB; Wed, 2 Jan 2008 00:46:09 -0800 (PST) Date: Wed, 02 Jan 2008 08:46:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/doco] Update new-year checklist (was "Re: Need to update copyright year in sources & docs") Message-ID: <20080102084609.GB15903@adacore.com> References: <20080101043417.GL14960@adacore.com> <20080101224746.GA2883@caradoc.them.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <20080101224746.GA2883@caradoc.them.org> User-Agent: Mutt/1.4.2.2i 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: 2008-01/txt/msg00012.txt.bz2 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 568 > Done. It's just a matter of running gdb/copyright.sh, examining the > changes, and occasionally handholding emacs if it prompts. I examined > them somewhat cursorily, since the diff was 991K. Thanks, Daniel. Eli, I propose the following addition to gdbint.texi: 2008-01-02 Joel Brobecker * gdbint.texinfo (Start of New Year Procedure): Add item describing how to update the source and documentation copyright notices. Tested on x86-linux, by rebuilding the HTML documentation. OK to apply? Thanks, -- Joel --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="new-year.diff" Content-length: 571 Index: gdbint.texinfo =================================================================== --- gdbint.texinfo (revision 34) +++ gdbint.texinfo (working copy) @@ -5973,6 +5973,12 @@ Update the copyright year in the startup Update the copyright year in file @file{top.c}, function @code{print_gdb_version}. + +@item +Add the new year in the copyright notice of all source and documentation +files. This is done semi-automatically by running the @code{copyright.sh} +script. This script requires emacs 22 or later to be installed. + @end itemize @node Releasing GDB --BXVAT5kNtrzKuDFl--