diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-23 01:21:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-23 01:21:55 +0000 |
commit | 953b0eb2193ee4193c820d4ad0808a0ebe21520f (patch) | |
tree | 4e40fd63979d39d56b3e8dd1204f26949e1abd8b /Master/texmf-dist/doc | |
parent | 6abfb3cf339805d52fe35992c032041d3111b90c (diff) |
cmdtrack license changed to LPPL
git-svn-id: svn://tug.org/texlive/trunk@28910 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/cmdtrack/Makefile | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/cmdtrack/README | 16 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/cmdtrack/cmdtrack.pdf | bin | 0 -> 130728 bytes |
3 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cmdtrack/Makefile b/Master/texmf-dist/doc/latex/cmdtrack/Makefile new file mode 100644 index 00000000000..d285e984718 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cmdtrack/Makefile @@ -0,0 +1,21 @@ +# Copyright 2012 TeX Users Group. +# This file is part of the cmdtrack package, released under the LPPL; +# see cmdtrack.dtx for details. + +pkg = cmdtrack +# +opt = --interaction=nonstopmode --file-line-error +latex = latex $(opt) +pdflatex = pdflatex $(opt) + +$(pkg).pdf: $(pkg).sty $(pkg).dtx + $(pdflatex) $(pkg).dtx + $(pdflatex) $(pkg).dtx + +$(pkg).sty: $(pkg).ins $(pkg).dtx + $(latex) $< + +dist: $(pkg).zip +$(pkg).zip: Makefile README $(pkg).dtx $(pkg).pdf $(pkg).ins + chmod a+rw $^ + rm -f $@; zip $@ $^ diff --git a/Master/texmf-dist/doc/latex/cmdtrack/README b/Master/texmf-dist/doc/latex/cmdtrack/README new file mode 100644 index 00000000000..abdd0a68135 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cmdtrack/README @@ -0,0 +1,16 @@ +Copyright 2012 TeX Users Group. +This file is part of the cmdtrack package, released under the LPPL; +see cmdtrack.dtx for details. + +This package (cmdtrack) logs \newcommand (and similar) commands +executed, along with whether they are used. + +This package was written by Michael Downes, who passed away in 2003. He +released it under a custom license, now considered nonfree. In October +2012, his heirs (his children Zoe, Elizabeth, and Mia Downes) have all +agreed to re-releasing his work under any version of the LaTeX Public +Project License. Therefore, the package is now released under the LPPL, +version 1 or (at your option) any later version. + +The only change in this release is to the license. The actual code is +the same as Michael's last release. diff --git a/Master/texmf-dist/doc/latex/cmdtrack/cmdtrack.pdf b/Master/texmf-dist/doc/latex/cmdtrack/cmdtrack.pdf Binary files differnew file mode 100644 index 00000000000..61e0ed85bb6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cmdtrack/cmdtrack.pdf |