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 D0545138334 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 0DEAFE08AE; Wed, 5 Jun 2019 12:32:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 21D8EE08AD for ; Wed, 5 Jun 2019 12:32: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 EDC2534575F 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 309DD617 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: <1496845608.55887d218fb9ed9faa25a5f00a9b7f777db849bf.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: 55887d218fb9ed9faa25a5f00a9b7f777db849bf 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: 70bd4f4f-2998-45f7-bd4e-b639eebb681b X-Archives-Hash: ce8e2e67e74c5a9d65af7914cb645e13 commit: 55887d218fb9ed9faa25a5f00a9b7f777db849bf Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 7 14:26:48 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jun 7 14:26:48 2017 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=55887d21 map lppl1.3c license 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 61bf463..6f9bc1c 100755 --- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh +++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh @@ -15,6 +15,8 @@ while [ $# -gt 0 ] ; do echo "LPPL-1.2";; lppl1.3) echo "LPPL-1.3";; + lppl1.3c) + echo "LPPL-1.3c";; gfl) echo "LPPL-1.3";; gfsl)