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 6E5BC1382C5 for ; Fri, 2 Apr 2021 13:10:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90BA1E0823; Fri, 2 Apr 2021 13:10:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 792EFE0823 for ; Fri, 2 Apr 2021 13:10:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2D8C0335C9A for ; Fri, 2 Apr 2021 13:10:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A8A8636 for ; Fri, 2 Apr 2021 13:10:16 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1617369009.d693a9dc7895c0c88a11dc37748671ac5c477f0b.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d693a9dc7895c0c88a11dc37748671ac5c477f0b X-VCS-Branch: master Date: Fri, 2 Apr 2021 13:10:16 +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: e957343e-0172-48a6-8c6d-5014a47a839e X-Archives-Hash: 3cbe2beeaf3f5b426130fc175697a9a8 commit: d693a9dc7895c0c88a11dc37748671ac5c477f0b Author: Mikle Kolyada gentoo org> AuthorDate: Fri Apr 2 13:10:09 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Apr 2 13:10:09 2021 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=d693a9dc map CC-BY-4.0 license Signed-off-by: Mikle Kolyada gentoo.org> scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh index c61640b..f24383c 100755 --- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh +++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh @@ -5,6 +5,8 @@ while [ $# -gt 0 ] ; do echo "CC-BY-SA-2.0";; cc-by-sa-4) echo "CC-BY-SA-4.0";; + cc-by-4) + echo "CC-BY-4.0";; gpl) echo "GPL-1";; gpl2)