diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-02 16:06:07 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-02 16:06:07 +0300 |
commit | bc23a1a3c8037758c12424447507d10507f346a8 (patch) | |
tree | 484b9c7de8feeb84ca2605c40ea7f3dcc56721a5 | |
parent | remove pstricks patch (obsolete) (diff) | |
download | tex-bc23a1a3c8037758c12424447507d10507f346a8.tar.gz tex-bc23a1a3c8037758c12424447507d10507f346a8.tar.bz2 tex-bc23a1a3c8037758c12424447507d10507f346a8.zip |
map gpl2+ license
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rwxr-xr-x | scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh index 6a13b4d..c61640b 100755 --- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh +++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh @@ -9,6 +9,8 @@ while [ $# -gt 0 ] ; do echo "GPL-1";; gpl2) echo "GPL-2";; + gpl2+) + echo "GPL-2+";; gpl3) echo "GPL-3";; gpl3+) |