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 7F4B8138334 for ; Wed, 5 Jun 2019 12:32:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13AD4E08AC; Wed, 5 Jun 2019 12:32:19 +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 EF524E08AC for ; Wed, 5 Jun 2019 12:32:18 +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 D890B34575E 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 431BA618 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: <1496845667.361ec4edaa5bad6ea0d6f7628563cc1e97fa5331.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: 361ec4edaa5bad6ea0d6f7628563cc1e97fa5331 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: 4575c41a-0df1-46ed-8fa9-593a8e9aab64 X-Archives-Hash: b33f2eedd474455aa3552a795f27392b commit: 361ec4edaa5bad6ea0d6f7628563cc1e97fa5331 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 7 14:27:47 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jun 7 14:27:47 2017 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=361ec4ed map gpl3+ 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 6f9bc1c..b519366 100755 --- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh +++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh @@ -7,6 +7,8 @@ while [ $# -gt 0 ] ; do echo "GPL-2";; gpl3) echo "GPL-3";; + gpl3+) + echo "GPL-3+";; lppl1) echo "LPPL-1.3";; lppl)