diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-07 16:29:17 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-07 16:29:17 +0200 |
commit | 407a118f58d10f4105c4ceb6044a69a5c119520c (patch) | |
tree | 621fd60d3d8e1cec11e74e3b6029ca6b6e7a3d71 | |
parent | map gpl3+ (diff) | |
download | tex-407a118f58d10f4105c4ceb6044a69a5c119520c.tar.gz tex-407a118f58d10f4105c4ceb6044a69a5c119520c.tar.bz2 tex-407a118f58d10f4105c4ceb6044a69a5c119520c.zip |
map cc-by-sa licenses
-rwxr-xr-x | scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh | 4 |
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) |