aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-06-07 16:27:47 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-06-07 16:27:47 +0200
commit361ec4edaa5bad6ea0d6f7628563cc1e97fa5331 (patch)
tree8c7279e6174a038c38ca9e47a834f53d5abb11da
parentmap lppl1.3c license (diff)
downloadtex-361ec4edaa5bad6ea0d6f7628563cc1e97fa5331.tar.gz
tex-361ec4edaa5bad6ea0d6f7628563cc1e97fa5331.tar.bz2
tex-361ec4edaa5bad6ea0d6f7628563cc1e97fa5331.zip
map gpl3+
-rwxr-xr-xscripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
index 6f9bc1c..b519366 100755
--- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
+++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
@@ -7,6 +7,8 @@ while [ $# -gt 0 ] ; do
echo "GPL-2";;
gpl3)
echo "GPL-3";;
+ gpl3+)
+ echo "GPL-3+";;
lppl1)
echo "LPPL-1.3";;
lppl)