This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA/doco] Update copyright year in refcard


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  <brobecker@adacore.com>

        * refcard.tex: Update copyright year in header and text.

Tested by rebuilding the PDF and HTML documentation.

-- 
Joel
commit 6dd6e8c396a1ba8d0a8c39db8bde48ae8c4990f6
Author: Joel Brobecker <brobecker@adacore.com>
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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]