diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/codedoc/codedoc.cls')
-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 |