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:25
Message-Id: 1496845608.55887d218fb9ed9faa25a5f00a9b7f777db849bf.aballier@gentoo
1 commit: 55887d218fb9ed9faa25a5f00a9b7f777db849bf
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 7 14:26:48 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 7 14:26:48 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=55887d21
7
8 map lppl1.3c license
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 61bf463..6f9bc1c 100755
15 --- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
16 +++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
17 @@ -15,6 +15,8 @@ while [ $# -gt 0 ] ; do
18 echo "LPPL-1.2";;
19 lppl1.3)
20 echo "LPPL-1.3";;
21 + lppl1.3c)
22 + echo "LPPL-1.3c";;
23 gfl)
24 echo "LPPL-1.3";;
25 gfsl)