commit:     c58cb3ea51b91a19a74afa5e5956dad6609ab3dc
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 16:43:34 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 16:43:34 2023 +0000
URL:        https://gitweb.gentoo.org/proj/tex.git/commit/?id=c58cb3ea

license map: add cc-by-1, gpl1, lppl1.3a

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh 
b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
index 5490430..6c58162 100755
--- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
+++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
@@ -5,10 +5,14 @@ while [ $# -gt 0 ] ; do
             echo "CC-BY-SA-2.0";;
         cc-by-sa-4)
             echo "CC-BY-SA-4.0";;
+        cc-by-1)
+            echo "CC-BY-1.0";;
         cc-by-4)
             echo "CC-BY-4.0";;
         gpl)
             echo "GPL-1";;
+        gpl1)
+            echo "GPL-1";;
         gpl2)
             echo "GPL-2";;
         gpl2+)
@@ -29,6 +33,8 @@ while [ $# -gt 0 ] ; do
             echo "LPPL-1.2";;
         lppl1.3)
             echo "LPPL-1.3";;
+        lppl1.3a)
+            echo "LPPL-1.3a";;
         lppl1.3c)
             echo "LPPL-1.3c";;
         # Some tlpobj from texlive have this like that. This means both and are

Reply via email to