diff options
author | Norbert Preining <preining@logic.at> | 2007-11-16 11:31:25 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-16 11:31:25 +0000 |
commit | 9de8fd57702cc88758133fd14eba8c985e1654bf (patch) | |
tree | cee23a6f7862a0aa5bbe787124f73e5d67e508ff /Master/texmf-dist/tex/latex/svn | |
parent | 36e468865ab64e283898151fca03ea3e5586a766 (diff) |
svn 1.3
git-svn-id: svn://tug.org/texlive/trunk@5463 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/svn')
-rw-r--r-- | Master/texmf-dist/tex/latex/svn/svn.sty | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/svn/svn.sty b/Master/texmf-dist/tex/latex/svn/svn.sty index b5bea408c02..a0f3c4cea48 100644 --- a/Master/texmf-dist/tex/latex/svn/svn.sty +++ b/Master/texmf-dist/tex/latex/svn/svn.sty @@ -8,31 +8,37 @@ %% %% This is a generated file. %% -%% Copyright (C) 2003 by Richard Lewis <rpil+svn@rtf.org.uk> +%% Copyright (C) 2003-7 by Richard Lewis <rpil2+svn.sty@rtf.org.uk> %% %% This file may be distributed and/or modified under the conditions -%% of the LaTeX Project Public License, either version 1.2 of this +%% of the LaTeX Project Public License, either version 1.3 of this %% license or (at your option) any later version. The latest version %% of this license is in: %% %% http://www.latex-project.org/lppl.txt %% -%% and version 1.2 or later is part of all distributions of LaTeX -%% version 1999/12/01 or later. +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2003/06/01 or later. +%% +%% This work has the LPPL maintenance status `maintained', and the +%% Current Maintainer of this work is Richard Lewis <rpil2+svn.sty@rtf.org.uk>. +%% +%% This work consists of all files listed in the `Contents' section of +%% the README file. %% \NeedsTeXFormat{LaTeX2e} \def\next $Id: #1 #2 #3-#4-#5 #6${% \def\svn@date{#3/#4/#5}% \def\svn@revision{#2}% } -\next $Id: svn.dtx 32 2003-09-21 19:08:50Z rpil2 $ +\next $Id: svn.dtx 43 2007-09-25 19:20:04Z repos $ \edef\next{% \noexpand\ProvidesPackage{svn}[\svn@date\space r\svn@revision\space Typeset Subversion keywords.]% } \next \def\SVN $#1${\svn@$#1: $} -\let\SVNempty\relax +\newcommand{\SVNempty}{} \def\svn@$#1: #2${% \def\svn@tmp{#2}% \ifx\svn@tmp\@empty @@ -67,7 +73,7 @@ \begingroup \def\svn@tmp{\PackageError{svn}{\SVNDate should not be used in an \protect\edef}{See the svn.sty documentation for a - work around.}}% + work-around.}}% \day#3 \month#2 \year#1 \today \endgroup}% |