Update copyright for years from Emacs 21 to present (mainly adding

2001).
(\year): Update to 2007.
(\versionyear): New def.  Separate copyright year from last-update year.
(\shortcopyrightnotice): Only display last copyright year.
This commit is contained in:
Glenn Morris 2007-01-20 22:30:34 +00:00
parent bfcddba0c1
commit fe1bd39667

View file

@ -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}