diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-06 00:15:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-06 00:15:24 +0000 |
commit | aa98723dd0c867a19dc0d57b6732b497065beaea (patch) | |
tree | 4b34642416edd23bb42a9a874abd99779f109152 /Master/texmf-dist/tex/latex/codedoc | |
parent | 492bd51873ed40453535b5f6cfad77b3c82b792a (diff) |
codedoc update (5jul09)
git-svn-id: svn://tug.org/texlive/trunk@14132 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/codedoc')
-rw-r--r-- | Master/texmf-dist/tex/latex/codedoc/codedoc.cls | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/codedoc/codedoc.cls b/Master/texmf-dist/tex/latex/codedoc/codedoc.cls index 3bdbda4d194..808a41b1358 100644 --- a/Master/texmf-dist/tex/latex/codedoc/codedoc.cls +++ b/Master/texmf-dist/tex/latex/codedoc/codedoc.cls @@ -3,7 +3,7 @@ % This is the CodeDoc class, produced by itself % with the `produce' option on, from `CodeDoc-manual.tex'. % -% Date: 2009/06/27 +% Date: 2009/07/05 % Version: v.0.2 % Author: Paul Isambert % @@ -11,11 +11,7 @@ % (you can produce it with `CodeDoc-manual.tex' without the % `produce' option). % -% This file is published under the LaTeX Project Public License: -% -% Do whatever you want to that software, -% but if you modify it, change its name to avoid confusion, -% and if you copy part of the code please mention where it comes from. +% This file is published under the LaTeX Project Public License. % % Comments, suggestions, bugs and, of course, NOTES: % zappathustra@free.fr @@ -25,7 +21,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{codedoc}[2009/06/27 v.0.2 Code and documentation in one file.] +\ProvidesClass{codedoc}[2009/07/05 v.0.2 Code and documentation in one file.] \makeatletter \catcode`\^^?=13 |