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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A49A158090 for ; Thu, 5 May 2022 14:42:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACAA9E07B3; Thu, 5 May 2022 14:42:37 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8890AE07B3 for ; Thu, 5 May 2022 14:42:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64B8C341C32 for ; Thu, 5 May 2022 14:42:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D3253BF for ; Thu, 5 May 2022 14:42:34 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1651761651.112a0f2da31db2ced6d58d66d8e9981a18fa6571.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/hare/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/hare/hare-9999.ebuild X-VCS-Directories: dev-lang/hare/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 112a0f2da31db2ced6d58d66d8e9981a18fa6571 X-VCS-Branch: dev Date: Thu, 5 May 2022 14:42:34 +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: 8195217e-b415-4d5d-97e3-b843b6341fc6 X-Archives-Hash: 48f23e74ff7656a0c7a614b4d5c673e6 commit: 112a0f2da31db2ced6d58d66d8e9981a18fa6571 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu May 5 14:40:00 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu May 5 14:40:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=112a0f2d dev-lang/hare: Add MPL-2.0 in LICENSE The standard library is under MPL-2.0, the executables are under GPL-3.0 (only) Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-lang/hare/hare-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/hare/hare-9999.ebuild b/dev-lang/hare/hare-9999.ebuild index 93f88ea17..7b5abe0c2 100644 --- a/dev-lang/hare/hare-9999.ebuild +++ b/dev-lang/hare/hare-9999.ebuild @@ -8,7 +8,7 @@ inherit git-r3 DESCRIPTION="The Hare systems programming language" HOMEPAGE="https://harelang.org/" EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hare" -LICENSE="GPL-3" +LICENSE="MPL-2.0 GPL-3" SLOT="0" DEPEND="