Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/tex:master commit in: scripts/texlive/tlpsrc/
Date: Wed, 05 Jun 2019 12:32:23
Message-Id: 1496845667.361ec4edaa5bad6ea0d6f7628563cc1e97fa5331.aballier@gentoo
1 commit: 361ec4edaa5bad6ea0d6f7628563cc1e97fa5331
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 7 14:27:47 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 7 14:27:47 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=361ec4ed
7
8 map gpl3+
9
10 scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
14 index 6f9bc1c..b519366 100755
15 --- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
16 +++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
17 @@ -7,6 +7,8 @@ while [ $# -gt 0 ] ; do
18 echo "GPL-2";;
19 gpl3)
20 echo "GPL-3";;
21 + gpl3+)
22 + echo "GPL-3+";;
23 lppl1)
24 echo "LPPL-1.3";;
25 lppl)