aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/texlive/tlpsrc')
-rwxr-xr-xscripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh4
1 files changed, 4 insertions, 0 deletions
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)