From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 334 invoked by alias); 6 Jan 2009 05:03:39 -0000 Received: (qmail 32577 invoked by uid 22791); 6 Jan 2009 05:03:37 -0000 X-SWARE-Spam-Status: No, hits=-2.4 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; Tue, 06 Jan 2009 05:03:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6B3452A961F for ; Tue, 6 Jan 2009 00:03:21 -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 cRnMIxbJXWNo for ; Tue, 6 Jan 2009 00:03:21 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DDDA22A960A for ; Tue, 6 Jan 2009 00:03:20 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id CC110E7ACD; Tue, 6 Jan 2009 09:03:13 +0400 (RET) Date: Tue, 06 Jan 2009 05:03:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/doco] Update the ``Start of New Year Procedure'' Message-ID: <20090106050313.GE3664@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="t0UkRYy7tHLRMCai" Content-Disposition: inline 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: 2009-01/txt/msg00043.txt.bz2 --t0UkRYy7tHLRMCai Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 450 Hello, Following the omissions discovered this year, this is an update to the documentation, for next year 2009-01-06 Joel Brobecker * gdbint.texinfo (Start of New Year Procedure): Add the "coding" emacs local variable to be placed at the end of the ChangeLog. Add server.c and gdbreplay.c to the list of files were the copyright year needs to be updated. OK to commit? Thanks, -- Joel --t0UkRYy7tHLRMCai Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="new-year.diff" Content-length: 997 Index: gdbint.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v retrieving revision 1.294 diff -u -p -r1.294 gdbint.texinfo --- gdbint.texinfo 28 Dec 2008 23:35:52 -0000 1.294 +++ gdbint.texinfo 6 Jan 2009 04:56:51 -0000 @@ -5842,6 +5842,7 @@ mode: change-log left-margin: 8 fill-column: 74 version-control: never +coding: utf-8 End: @end smallexample @@ -5852,8 +5853,12 @@ in @file{gdb/config/djgpp/fnchange.lst}. @item Update the copyright year in the startup message -Update the copyright year in file @file{top.c}, function -@code{print_gdb_version}. +Update the copyright year in: +@itemize @bullet +@item file @file{top.c}, function @code{print_gdb_version} +@item file @file{gdbserver/server.c}, function @code{gdbserver_version} +@item file @file{gdbserver/gdbreplay.c}, function @code{gdbreplay_version} +@end itemize @item Add the new year in the copyright notices of all source and documentation --t0UkRYy7tHLRMCai--