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