summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-09 20:33:39 +0000
committerKarl Berry <karl@freefriends.org>2022-06-09 20:33:39 +0000
commit52d62d39bd6b23fa3a356017c2f83a3076cbc4df (patch)
treea3bfec6af667b8806f27b80b34c26f50d63deda9 /Master/texmf-dist
parentfa0a8a77f58ff9b9f865897f796b8ff639d1ca5e (diff)
coollist (9jun22)
git-svn-id: svn://tug.org/texlive/trunk@63523 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/coollist/README18
-rw-r--r--Master/texmf-dist/source/latex/coollist/coollist.dtx6
-rw-r--r--Master/texmf-dist/tex/latex/coollist/coollist.sty2
3 files changed, 21 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/coollist/README b/Master/texmf-dist/doc/latex/coollist/README
index a0cd606cdff..238e65a8d9e 100644
--- a/Master/texmf-dist/doc/latex/coollist/README
+++ b/Master/texmf-dist/doc/latex/coollist/README
@@ -1,3 +1,17 @@
-This is the coollist package: a LaTeX package intended for the manipulation of lists (defined as sequences of tokens delimited by commas).
+This is the coollist package: a LaTeX package intended for the
+manipulation of lists (defined as sequences of tokens delimited by commas).
-It is released under the Limited General Product License. \ No newline at end of file
+License
+-------
+
+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 "latex", a dash, then "inquiries",
+then an at sign, the next part is nsetzer, and finally it ends in dot com.
+
+(This README updated 2022-06-09.)
diff --git a/Master/texmf-dist/source/latex/coollist/coollist.dtx b/Master/texmf-dist/source/latex/coollist/coollist.dtx
index 2e6b0e3a84c..9fa4ea70a86 100644
--- a/Master/texmf-dist/source/latex/coollist/coollist.dtx
+++ b/Master/texmf-dist/source/latex/coollist/coollist.dtx
@@ -2,13 +2,15 @@
%
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{coollist}
-%<package> [2009/09/20 v1.4 COntent Oriented LaTeX Lists]
+%<package> [2022/06/09 v1.4 COntent Oriented LaTeX Lists]
%<package>\RequirePackage{ifthen}
%<package>\RequirePackage{amsmath}
%<package>\RequirePackage{amssymb}
%<package>\RequirePackage{coolstr}
%<package>\RequirePackage{forloop}
%
+% Update on 2022/06/09 purely to clarify the license; no code changes.
+% This package is released under the GNU LGPL.
%
%<*driver>
\documentclass{ltxdoc}
@@ -767,4 +769,4 @@
%
%
% \Finale
-\endinput \ No newline at end of file
+\endinput
diff --git a/Master/texmf-dist/tex/latex/coollist/coollist.sty b/Master/texmf-dist/tex/latex/coollist/coollist.sty
index a17ecac30ac..572673c52aa 100644
--- a/Master/texmf-dist/tex/latex/coollist/coollist.sty
+++ b/Master/texmf-dist/tex/latex/coollist/coollist.sty
@@ -13,7 +13,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{coollist}
- [2009/09/20 v1.4 COntent Oriented LaTeX Lists]
+ [2022/06/09 v1.4 COntent Oriented LaTeX Lists]
\RequirePackage{ifthen}
\RequirePackage{amsmath}
\RequirePackage{amssymb}