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: 1496845757.407a118f58d10f4105c4ceb6044a69a5c119520c.aballier@gentoo
1 commit: 407a118f58d10f4105c4ceb6044a69a5c119520c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 7 14:29:17 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 7 14:29:17 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=407a118f
7
8 map cc-by-sa licenses
9
10 scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
14 index b519366..512022a 100755
15 --- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
16 +++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
17 @@ -1,6 +1,10 @@
18 #!/bin/bash
19 while [ $# -gt 0 ] ; do
20 case "$1" in
21 + cc-by-sa-2)
22 + echo "CC-BY-SA-2.0";;
23 + cc-by-sa-4)
24 + echo "CC-BY-SA-4.0";;
25 gpl)
26 echo "GPL-1";;
27 gpl2)