From c58cb3ea51b91a19a74afa5e5956dad6609ab3dc Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 20 Oct 2023 18:43:34 +0200 Subject: license map: add cc-by-1, gpl1, lppl1.3a MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- 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 -- cgit v1.2.3-65-gdbad