commit: 361ec4edaa5bad6ea0d6f7628563cc1e97fa5331
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 7 14:27:47 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jun 7 14:27:47 2017 +0000
URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=361ec4ed
map gpl3+
scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh | 2 ++
1 file changed, 2 insertions(+)
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)