texlive[63340] Master/texmf-dist: doclicense (19may22)

commits+karl at tug.org commits+karl at tug.org
Thu May 19 22:14:48 CEST 2022


Revision: 63340
          http://tug.org/svn/texlive?view=revision&revision=63340
Author:   karl
Date:     2022-05-19 22:14:47 +0200 (Thu, 19 May 2022)
Log Message:
-----------
doclicense (19may22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/doclicense/README.md
    trunk/Master/texmf-dist/doc/latex/doclicense/doclicense.pdf
    trunk/Master/texmf-dist/doc/latex/doclicense/manifest.txt
    trunk/Master/texmf-dist/source/latex/doclicense/Makefile
    trunk/Master/texmf-dist/source/latex/doclicense/doclicense.dtx
    trunk/Master/texmf-dist/tex/latex/doclicense/doclicense.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/latex/doclicense/doclicense-ukrainian.ldf

Modified: trunk/Master/texmf-dist/doc/latex/doclicense/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/doclicense/README.md	2022-05-19 20:13:40 UTC (rev 63339)
+++ trunk/Master/texmf-dist/doc/latex/doclicense/README.md	2022-05-19 20:14:47 UTC (rev 63340)
@@ -1,5 +1,5 @@
 <!--
-SPDX-FileCopyrightText: 2015,2021 Robin Schneider <ypid at riseup.net>
+SPDX-FileCopyrightText: 2015,2017-2022 Robin Schneider <ypid at riseup.net>
 
 SPDX-License-Identifier: LPPL-1.3c
 

Modified: trunk/Master/texmf-dist/doc/latex/doclicense/doclicense.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/doclicense/manifest.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/doclicense/manifest.txt	2022-05-19 20:13:40 UTC (rev 63339)
+++ trunk/Master/texmf-dist/doc/latex/doclicense/manifest.txt	2022-05-19 20:14:47 UTC (rev 63340)
@@ -21,6 +21,7 @@
 doclicense/doclicense-croatian.ldf
 doclicense/doclicense.dtx
 doclicense/doclicense-english.ldf
+doclicense/doclicense-esperanto.ldf
 doclicense/doclicense-french.ldf
 doclicense/doclicense-galician.ldf
 doclicense/doclicense-german.ldf
@@ -34,7 +35,9 @@
 doclicense/doclicense-portuguese.ldf
 doclicense/doclicense-russian.ldf
 doclicense/doclicense-spanish.ldf
+doclicense/doclicense-swedish.ldf
 doclicense/doclicense-UKenglish.ldf
+doclicense/doclicense-ukrainian.ldf
 doclicense/doclicense-USenglish.ldf
 doclicense/images/doclicense-CC-by-80x15.eps
 doclicense/images/doclicense-CC-by-80x15.pdf

Modified: trunk/Master/texmf-dist/source/latex/doclicense/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/latex/doclicense/Makefile	2022-05-19 20:13:40 UTC (rev 63339)
+++ trunk/Master/texmf-dist/source/latex/doclicense/Makefile	2022-05-19 20:14:47 UTC (rev 63340)
@@ -22,11 +22,19 @@
 	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
 	chktex "$<"

Modified: trunk/Master/texmf-dist/source/latex/doclicense/doclicense.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/doclicense/doclicense.dtx	2022-05-19 20:13:40 UTC (rev 63339)
+++ trunk/Master/texmf-dist/source/latex/doclicense/doclicense.dtx	2022-05-19 20:14:47 UTC (rev 63340)
@@ -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 @@
 % \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 @@
 %   \item Russian
 %   \item Spanish
 %   \item Swedish
+%   \item Ukrainian
 % \end{itemize}
 %
 % Image position for \cmd{\doclicenseThis}: right (default) or left.

Added: trunk/Master/texmf-dist/tex/latex/doclicense/doclicense-ukrainian.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/latex/doclicense/doclicense-ukrainian.ldf	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/doclicense/doclicense-ukrainian.ldf	2022-05-19 20:14:47 UTC (rev 63340)
@@ -0,0 +1,30 @@
+% SPDX-FileCopyrightText: 2022 Boris Veytsman <borisv at lk.net>
+%
+% SPDX-License-Identifier: LPPL-1.3c
+%
+% This work consists of all files listed in manifest.txt.
+% For more details about the licensing, refer to the README.md file.
+
+\ProvidesFile{doclicense-ukrainian.ldf}
+
+\@namedef{doclicense at lang@thisDoc}{Цей матеріал доступний на умовах ліцензії}%
+\@namedef{doclicense at lang@word at license}{}%
+
+\@namedef{doclicense at lang@lic at CC@code}{uk}%
+% Using: https://en.wikipedia.org/wiki/ISO_639-1
+
+\@namedef{doclicense at lang@lic at CC@zero at 1.0}{CC0 1.0 Універсальна}%
+
+\@namedef{doclicense at lang@lic at CC@by at 3.0}{Attribution (Із Зазначенням Авторства) 3.0 Непортована Публічна Ліцензія}%
+\@namedef{doclicense at lang@lic at CC@by-sa at 3.0}{Attribution-ShareAlike (Із Зазначенням Авторства---Поширення На Тих Самих Умовах) 3.0 Непортована Публічна Ліцензія}%
+\@namedef{doclicense at lang@lic at CC@by-nd at 3.0}{Attribution-NoDerivs (Із Зазначенням Авторства---Без Похідних) 3.0 Непортована Публічна Ліцензія}%
+\@namedef{doclicense at lang@lic at CC@by-nc at 3.0}{Attribution-NonCommercial (Із Зазначенням Авторства---Некомерційна) 3.0 Непортована Публічна Ліцензія}%
+\@namedef{doclicense at lang@lic at CC@by-nc-sa at 3.0}{Attribution-NonCommercial-ShareAlike (Із Зазначенням Авторства---Некомерційна---Поширення На Тих Самих Умовах) 3.0 Непортована Публічна Ліцензія}%
+\@namedef{doclicense at lang@lic at CC@by-nc-nd at 3.0}{Attribution-NonCommercial-NoDerivs (Із Зазначенням Авторства---Некомерційна---Без Похідних) 3.0 Непортована Публічна Ліцензія}%
+
+\@namedef{doclicense at lang@lic at CC@by at 4.0}{Attribution (Із Зазначенням Авторства) 4.0 Міжнародна Публічна Ліцензія}%
+\@namedef{doclicense at lang@lic at CC@by-sa at 4.0}{Attribution-ShareAlike (Із Зазначенням Авторства---Поширення На Тих Самих Умовах) 4.0 Міжнародна Публічна Ліцензія}%
+\@namedef{doclicense at lang@lic at CC@by-nd at 4.0}{Attribution-NoDerivs (Із Зазначенням Авторства---Без Похідних) 4.0 Міжнародна Публічна Ліцензія}%
+\@namedef{doclicense at lang@lic at CC@by-nc at 4.0}{Attribution-NonCommercial (Із Зазначенням Авторства---Некомерційна) 4.0 Міжнародна Публічна Ліцензія}%
+\@namedef{doclicense at lang@lic at CC@by-nc-sa at 4.0}{Attribution-NonCommercial-ShareAlike (Із Зазначенням Авторства---Некомерційна---Поширення На Тих Самих Умовах) 4.0 Міжнародна Публічна Ліцензія}%
+\@namedef{doclicense at lang@lic at CC@by-nc-nd at 4.0}{Attribution-NonCommercial-NoDerivs (Із Зазначенням Авторства---Некомерційна---Без Похідних) 4.0 Міжнародна Публічна Ліцензія}%


Property changes on: trunk/Master/texmf-dist/tex/latex/doclicense/doclicense-ukrainian.ldf
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/latex/doclicense/doclicense.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/doclicense/doclicense.sty	2022-05-19 20:13:40 UTC (rev 63339)
+++ trunk/Master/texmf-dist/tex/latex/doclicense/doclicense.sty	2022-05-19 20:14:47 UTC (rev 63340)
@@ -8,7 +8,7 @@
 
 \NeedsTeXFormat{LaTeX2e}[1998/12/01]
 \ProvidesPackage{doclicense}
-    [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]
 
 \RequirePackage{kvoptions}
 \DeclareStringOption{type}



More information about the tex-live-commits mailing list.