From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5665A138334 for ; Wed, 5 Jun 2019 12:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1651FE08B1; Wed, 5 Jun 2019 12:32:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABAE2E08B1 for ; Wed, 5 Jun 2019 12:32:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF570345760 for ; Wed, 5 Jun 2019 12:32:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55B41619 for ; Wed, 5 Jun 2019 12:32:15 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1496845757.407a118f58d10f4105c4ceb6044a69a5c119520c.aballier@gentoo> Subject: [gentoo-commits] proj/tex:master commit in: scripts/texlive/tlpsrc/ X-VCS-Repository: proj/tex X-VCS-Files: scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 407a118f58d10f4105c4ceb6044a69a5c119520c X-VCS-Branch: master Date: Wed, 5 Jun 2019 12:32:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36cd1cbc-8a7d-4621-b15d-f0b7da7f0255 X-Archives-Hash: 9463ea59a1bc6fa56ffbdefb21afc041 commit: 407a118f58d10f4105c4ceb6044a69a5c119520c Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 7 14:29:17 2017 +0000 Commit: Alexis Ballier gentoo 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)