diff options
author | Karl Berry <karl@freefriends.org> | 2023-05-04 20:27:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-05-04 20:27:37 +0000 |
commit | c1f1e0886f9196cff2778d253d90129ec97b82c9 (patch) | |
tree | 96bf7ec3ab45cc35740ed7b0feb610e2700e207f /Master | |
parent | 034a011303e698724a1a189e8b12e7a4f379ee0f (diff) |
cool (4may23)
git-svn-id: svn://tug.org/texlive/trunk@67013 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/cool/README | 11 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/cool/cool.dtx | 4 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/cool/cool.ins | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/cool/cool.sty | 8 |
4 files changed, 17 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/cool/README b/Master/texmf-dist/doc/latex/cool/README index d2b3cc6b7d9..5ead37b0592 100644 --- a/Master/texmf-dist/doc/latex/cool/README +++ b/Master/texmf-dist/doc/latex/cool/README @@ -32,12 +32,13 @@ by using MikTeX Options License ------- -This pacakge is released under the Lesser GNU General Public License. See -http://www.gnu.org/licenses/licenses.html#LGPL for more details. +This package is released under the GNU Lesser General Public License. See +https://www.gnu.org/licenses/licenses.html#LGPL for more details. Contact ------- -Any bugs may be reported to the author by sending an email to the address with -the first part being nsetzer, then an at sign, the next part is umd, and -finally it ends in dot edu.
\ No newline at end of file +Any bugs may be reported to the author by sending an email to the +address with the first part being "latex", a dash, then "inquiries", +then an at sign, the next part is nsetzer, and finally it ends in dot com. + diff --git a/Master/texmf-dist/source/latex/cool/cool.dtx b/Master/texmf-dist/source/latex/cool/cool.dtx index 55094a69c18..ce15efab44e 100644 --- a/Master/texmf-dist/source/latex/cool/cool.dtx +++ b/Master/texmf-dist/source/latex/cool/cool.dtx @@ -2,7 +2,7 @@ % %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{cool} -%<package> [2006/12/29 v1.35 COntent Oriented LaTeX] +%<package> [2023/05/03 v1.35 COntent Oriented LaTeX] %<package>\RequirePackage{ifthen} %<package>\RequirePackage{coollist} %<package>\RequirePackage{coolstr} @@ -11,6 +11,8 @@ %<package>\RequirePackage{amssymb} %<package>\RequirePackage{bbm} % +% Update on 2023/05/03 purely to clarify the license; no code changes. +% This package is released under the GNU LGPL. % %<*driver> \documentclass{ltxdoc} diff --git a/Master/texmf-dist/source/latex/cool/cool.ins b/Master/texmf-dist/source/latex/cool/cool.ins index cf0c9ee534b..e1f99554b65 100644 --- a/Master/texmf-dist/source/latex/cool/cool.ins +++ b/Master/texmf-dist/source/latex/cool/cool.ins @@ -1,8 +1,8 @@ %% -%% Copyright (C) 2005 by nsetzer +%% Copyright (C) 2005-2023 by nsetzer %% %% This file may be distributed and/or modified under the -%% conditions of the Lesser General Product License +%% conditions of the GNU Lesser General Public License. %% \input docstrip.tex @@ -16,7 +16,7 @@ This is a generated file This file may be distributed and/or modified under the -conditions of the Limited General Product License +conditions of the GNU Lesser General Public License. \endpreamble @@ -37,4 +37,4 @@ conditions of the Limited General Product License \Msg{* *} \Msg{****************************************************} -\endbatchfile
\ No newline at end of file +\endbatchfile diff --git a/Master/texmf-dist/tex/latex/cool/cool.sty b/Master/texmf-dist/tex/latex/cool/cool.sty index a72d934c6cb..bc6d2f2217c 100644 --- a/Master/texmf-dist/tex/latex/cool/cool.sty +++ b/Master/texmf-dist/tex/latex/cool/cool.sty @@ -9,11 +9,11 @@ %% This is a generated file %% %% This file may be distributed and/or modified under the -%% conditions of the Limited General Product License +%% conditions of the GNU Lesser General Public License. %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{cool} - [2006/12/29 v1.35 COntent Oriented LaTeX] + [2023/05/03 v1.35 COntent Oriented LaTeX] \RequirePackage{ifthen} \RequirePackage{coollist} \RequirePackage{coolstr} @@ -802,7 +802,7 @@ H^{\inp{\COOL@list@temp@ii}}_{\COOL@list@temp@i}% {% \PackageError{cool}{Invalid Argument}% {`Harm Num' can only accept a comma separated list of length 1 or 2}% -}}% +}}% } \newcommand{\COOL@notation@BetaParen}{p} \newcommand{\Beta}[1]{% @@ -1543,7 +1543,7 @@ _{#3, \arabic{COOL@ct}}% \listval{#2}{0}% \ifthenelse{\NOT \value{COOL@listpointer} = 2} {% -\PackageError{cool}{Invalid Argument}% +\PackageError{cool}{Invalid Argument}% {`WeierstrassSigma' second argument must be% a comma separated list of length 2}% }% |