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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 087B7158089 for ; Fri, 20 Oct 2023 16:45:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C1622BC083; Fri, 20 Oct 2023 16:45:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C1582BC083 for ; Fri, 20 Oct 2023 16:45:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10505335CB4 for ; Fri, 20 Oct 2023 16:45:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 571E812A5 for ; Fri, 20 Oct 2023 16:45:52 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1697820214.c58cb3ea51b91a19a74afa5e5956dad6609ab3dc.ulm@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: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c58cb3ea51b91a19a74afa5e5956dad6609ab3dc X-VCS-Branch: master Date: Fri, 20 Oct 2023 16:45:52 +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: 673c1c68-9f2f-4414-ab2d-2b26ff3586e6 X-Archives-Hash: 202cc5ff0f8e43aaacf9916a450a9038 commit: c58cb3ea51b91a19a74afa5e5956dad6609ab3dc Author: Ulrich Müller gentoo org> AuthorDate: Fri Oct 20 16:43:34 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Oct 20 16:43:34 2023 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=c58cb3ea license map: add cc-by-1, gpl1, lppl1.3a Signed-off-by: Ulrich Müller gentoo.org> scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh index 5490430..6c58162 100755 --- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh +++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh @@ -5,10 +5,14 @@ while [ $# -gt 0 ] ; do echo "CC-BY-SA-2.0";; cc-by-sa-4) echo "CC-BY-SA-4.0";; + cc-by-1) + echo "CC-BY-1.0";; cc-by-4) echo "CC-BY-4.0";; gpl) echo "GPL-1";; + gpl1) + echo "GPL-1";; gpl2) echo "GPL-2";; gpl2+) @@ -29,6 +33,8 @@ while [ $# -gt 0 ] ; do echo "LPPL-1.2";; lppl1.3) echo "LPPL-1.3";; + lppl1.3a) + echo "LPPL-1.3a";; lppl1.3c) echo "LPPL-1.3c";; # Some tlpobj from texlive have this like that. This means both and are