diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-19 20:14:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-19 20:14:47 +0000 |
commit | e1ceeddbdc871c1dbba8656cde172fa3a7b9ad79 (patch) | |
tree | c7d7a8140f7cca063ba58e3adb04ebb5f56b253d /Master/texmf-dist/source/latex/doclicense | |
parent | 0068dc20e7132f24c1bb68957ef6ad5ea5b46157 (diff) |
doclicense (19may22)
git-svn-id: svn://tug.org/texlive/trunk@63340 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/doclicense')
-rw-r--r-- | Master/texmf-dist/source/latex/doclicense/Makefile | 14 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/doclicense/doclicense.dtx | 4 |
2 files changed, 14 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/doclicense/Makefile b/Master/texmf-dist/source/latex/doclicense/Makefile index bfa65debc3f..9f00b5930d0 100644 --- a/Master/texmf-dist/source/latex/doclicense/Makefile +++ b/Master/texmf-dist/source/latex/doclicense/Makefile @@ -22,10 +22,18 @@ install: mkdir --parents "$(TEXMFHOME)/tex/latex/" test -L "$(TEXMFHOME)/tex/latex/doclicense" || ln --no-target-directory --symbolic "$$PWD" "$(TEXMFHOME)/tex/latex/doclicense" -# Run before release. .PHONY: check -check: run_tests doclicense.sty lint - ./"$<" +check: check-copyright-date manifest.txt doclicense.sty lint + +# Run before release. +.PHONY: check-full +check-full: check run_tests + ./run_tests + +# CTAN people want this when uploading a release. +.PHONY: check-copyright-date +check-copyright-date: README.md + grep --quiet 'SPDX-FileCopyrightText:.*$(shell date +%Y)\s' "$<" .PHONY: lint lint: doclicense.dtx diff --git a/Master/texmf-dist/source/latex/doclicense/doclicense.dtx b/Master/texmf-dist/source/latex/doclicense/doclicense.dtx index f858db9c8de..e0dddf762ad 100644 --- a/Master/texmf-dist/source/latex/doclicense/doclicense.dtx +++ b/Master/texmf-dist/source/latex/doclicense/doclicense.dtx @@ -24,7 +24,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1998/12/01] %<package>\ProvidesPackage{doclicense} %<*package> - [2022/04/27 v3.1.0 Support for putting documents under a license] + [2022/05/18 v3.2.0 Support for putting documents under a license] %</package> % %<*driver> @@ -138,6 +138,7 @@ corresponds to \PackageName\nobreakspace\fileversion, dated \printdateTeX{\filed % \changes{2.3.0}{2021/03/13}{Add option to disable the use of hyperxmp and add compatibility for pdfx. Use \url{https://reuse.software/} for the doclicense source code itself.} % \changes{3.0.0}{2021/07/11}{Breaking change: Hard require package options "type", "modifier" and "version" now after one year in soft require migration period. Add Croatian translation. Add sections to docs about choosing a license and the REUSE specification. Update Spanish translation to match Creative Commons website. Add note to README that CC license texts and images are licensed themselves under CC0-1.0. Load csquotes after hyperref to avoid hyperref warning. Do not load the hyperxmp package if the silence package is loaded to avoid an endless loop. Improve warning messages generated by the package. Add "Dependency packages and load order" section to docs.} % \changes{3.1.0}{2022/04/27}{Add macro \cmd{\doclicenseLongTextForHyperref} and use it inside \cmd{\hypersetup} to replace the fagile code that was previously used. Add Traditional Chinese (Taiwan), Swedish and Esperanto translations.} +% \changes{3.2.0}{2022/05/18}{Add Ukrainian translation.} % % % @@ -288,6 +289,7 @@ corresponds to \PackageName\nobreakspace\fileversion, dated \printdateTeX{\filed % \item Russian % \item Spanish % \item Swedish +% \item Ukrainian % \end{itemize} % % Image position for \cmd{\doclicenseThis}: right (default) or left. |