diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-11 23:16:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-11 23:16:26 +0000 |
commit | ef0df012fe93429bbd3ddef76a731386764fb398 (patch) | |
tree | 84222b390e90b575976f24c963d78a3e1c07b213 /Master/texmf-dist/tex/latex/patchcmd | |
parent | a9f4bd08f08346003b5c702d3127d3545a0d9e96 (diff) |
patchcmd (3jun16)
git-svn-id: svn://tug.org/texlive/trunk@41379 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/patchcmd')
-rw-r--r-- | Master/texmf-dist/tex/latex/patchcmd/patchcmd.sty | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/patchcmd/patchcmd.sty b/Master/texmf-dist/tex/latex/patchcmd/patchcmd.sty index 596992d8f24..f73b6a90f05 100644 --- a/Master/texmf-dist/tex/latex/patchcmd/patchcmd.sty +++ b/Master/texmf-dist/tex/latex/patchcmd/patchcmd.sty @@ -9,23 +9,25 @@ %%% ==================================================================== %%% @LaTeX-doc-source-file{ %%% filename = "patchcmd.dtx", -%%% version = "1.03", -%%% date = "2000/07/31", -%%% time = "08:40:39 EDT", +%%% version = "1.05", +%%% date = "2016/06/03", %%% author = "Michael J Downes", -%%% email = "mjd@ams.org", %%% abstract = "Provides a way to add material at beginning or end of %%% a macro's existing definition.", -%%% checksum = "23183 222 932 7411", -%%% docstring = "The checksum field, produced by Robert Solovay's -%%% checksum utility, gives CRC-16 checksum, lines, -%%% words, and characters.", %%% } %%% ==================================================================== +%%% Copyright 2000 Michael John Downes +%%% +%%% Following Michael's death, his family have requested that his TeX +%%% related files are made publicly available under the LPPL license. +%%% +%%% This file is available under the LaTeX Project Public License version 1 +%%% or (at your option) any later version. +%%% https://latex-project.org/lppl/ +%%% (LPPL maintenance status: unmaintained) +%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{patchcmd}[2000/07/31 v1.03] -%% Copyright 2000 Michael John Downes -%% This file has no restrictions on its use, distribution, or sale. +\ProvidesPackage{patchcmd}[2016/06/03 v1.05] %%\def\wrs{\immediate\write\sixt@@n} \newcommand{\patchcommand}[1]{% |