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 C87A2138335 for ; Sun, 9 Jun 2019 14:58:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8DD2E08B1; Sun, 9 Jun 2019 14:58:04 +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 8314CE08B0 for ; Sun, 9 Jun 2019 14:58:04 +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 792F1345AB1 for ; Sun, 9 Jun 2019 14:58:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC46461A for ; Sun, 9 Jun 2019 14:57:59 +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: <1560092073.dada6858db4eec81049d03eb4f1e8d02b0db54af.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: dada6858db4eec81049d03eb4f1e8d02b0db54af X-VCS-Branch: master Date: Sun, 9 Jun 2019 14:57:59 +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: 37e5449a-3fd1-4232-9bff-3d88a17cda28 X-Archives-Hash: e59ebc7ca626d40e001731cffd9a2aaa commit: dada6858db4eec81049d03eb4f1e8d02b0db54af Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 7 14:26:48 2017 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jun 9 14:54:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=dada6858 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)