diff options
Diffstat (limited to 'etc/orgcard.tex')
-rw-r--r-- | etc/orgcard.tex | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/etc/orgcard.tex b/etc/orgcard.tex index 141e786345d..51388bc6b1e 100644 --- a/etc/orgcard.tex +++ b/etc/orgcard.tex @@ -1,6 +1,7 @@ % Reference Card for Org Mode \def\orgversionnumber{4.56} -\def\year{2006} +\def\versionyear{2006} % latest update +\def\year{2007} % latest copyright year % %**start of header \newcount\columnsperpage @@ -20,7 +21,9 @@ \columnsperpage=3 -% Copyright (c) 2004 Philip Rooke, 2005, 2006 Free Software Foundation +% Copyright (C) 2004 Philip Rooke +% Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. +% FIXME - no Rooke in copyright.list % GNU Emacs is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by @@ -61,13 +64,13 @@ % for their many good ideas. \def\shortcopyrightnotice{\vskip 1ex plus 2 fill - \centerline{\small \copyright\ 2004, 2005, 2006\ Free Software Foundation, Inc. + \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. Permissions on back. v\orgversionnumber}} \def\copyrightnotice{ \vskip 1ex plus 100 fill\begingroup\small \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.} -\centerline{v\orgversionnumber{} for Org-Mode \orgversionnumber{}, \year} +\centerline{v\orgversionnumber{} for Org-Mode \orgversionnumber{}, \versionyear} \centerline{Author: Philip Rooke} \centerline{based on refcard design and format by Stephen Gildea} |