From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11762 invoked by alias); 1 Jan 2010 09:18:58 -0000 Received: (qmail 11752 invoked by uid 22791); 1 Jan 2010 09:18:56 -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:18:51 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9CD432BAAFE for ; Fri, 1 Jan 2010 04:18:49 -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 NaFeVdOe35pI for ; Fri, 1 Jan 2010 04:18:49 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 17E982BAADE for ; Fri, 1 Jan 2010 04:18:49 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 0F453F5937; Fri, 1 Jan 2010 10:18:18 +0100 (CET) Date: Fri, 01 Jan 2010 09:18:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/doco] Update copyright year in refcard Message-ID: <20100101091818.GJ548@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="vA66WO2vHvL/CRSR" 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/msg00011.txt.bz2 --vA66WO2vHvL/CRSR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 592 This one is a little less obvious: doc/refcard.tex. The header is easy, I just added 2010. The text, however, does not use spaces after the comma when specifying the copyright years. I followed the current usage for now, but I can certainly add spaces. I wonder if we might simply want to use year range, eg 2000-2010. We have forgotten to update this file for years, hence the missing years in the text... 2010-01-01 Joel Brobecker * refcard.tex: Update copyright year in header and text. Tested by rebuilding the PDF and HTML documentation. -- Joel --vA66WO2vHvL/CRSR Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="refcard.diff" Content-length: 1637 commit 6dd6e8c396a1ba8d0a8c39db8bde48ae8c4990f6 Author: Joel Brobecker Date: Fri Jan 1 13:12:35 2010 +0400 Update copyright year list in refcard.tex. * refcard.tex: Update copyright year in header and text. diff --git a/gdb/doc/refcard.tex b/gdb/doc/refcard.tex index 6d48302..7f77d11 100644 --- a/gdb/doc/refcard.tex +++ b/gdb/doc/refcard.tex @@ -1,7 +1,7 @@ %%%%%%%%%%%%%%%% gdb-refcard.tex %%%%%%%%%%%%%%%% %This file is TeX source for a reference card describing GDB, the GNU debugger. -%Copyright (C) 1991, 1992, 1993, 1996, 1998, 1999, 2000, 2007 +%Copyright (C) 1991, 1992, 1993, 1996, 1998, 1999, 2000, 2007, 2010 %Free Software Foundation, Inc. %Permission is granted to make and distribute verbatim copies of %this reference provided the copyright notices and permission notices @@ -309,7 +309,7 @@ shell {\it cmd}&execute arbitrary shell command string\cr \line{\smrm \opt{ } surround optional arguments \hfill $\ldots$ show one or more arguments} \vskip\baselineskip -\centerline{\smrm \copyright 1998,2000 Free Software Foundation, Inc.\qquad Permissions on back} +\centerline{\smrm \copyright 1998,2000,2010 Free Software Foundation, Inc.\qquad Permissions on back} \eject \sec Breakpoints and Watchpoints; break \opt{\it file\tt:}{\it line}\par @@ -633,7 +633,7 @@ statement.\cr \vfill {\smrm\parskip=6pt -Copyright \copyright 1991,'92,'93,'98,2000 Free Software Foundation, Inc. +Copyright \copyright 1991,'92,'93,'98,2000,2010 Free Software Foundation, Inc. Author: Roland H. Pesch The author assumes no responsibility for any errors on this card. --vA66WO2vHvL/CRSR--