diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-10-20 18:43:34 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-10-20 18:43:34 +0200 |
commit | c58cb3ea51b91a19a74afa5e5956dad6609ab3dc (patch) | |
tree | b3cc006e276c019dc4bce0ca90c211f780140698 | |
parent | license map: drop unused noinfo, nosource, other-nonfree (diff) | |
download | tex-master.tar.gz tex-master.tar.bz2 tex-master.zip |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rwxr-xr-x | scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 |