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 441541382C5 for ; Mon, 3 May 2021 17:35:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B98CE0866; Mon, 3 May 2021 17:35:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 83A45E0866 for ; Mon, 3 May 2021 17:35:23 +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 7A201335CD4 for ; Mon, 3 May 2021 17:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 156D9729 for ; Mon, 3 May 2021 17:35:21 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1620063313.214426fad196b0f88546348b512d7ea434d5aa78.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/browsh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-client/browsh/browsh-1.6.4_p1.ebuild X-VCS-Directories: www-client/browsh/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 214426fad196b0f88546348b512d7ea434d5aa78 X-VCS-Branch: dev Date: Mon, 3 May 2021 17:35:21 +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: a2276f0e-c37b-4b2c-9b56-be8721f639f6 X-Archives-Hash: 9ab40f6c823140afebc26458870a5194 commit: 214426fad196b0f88546348b512d7ea434d5aa78 Author: Anna Vyalkova sysrq in> AuthorDate: Mon May 3 16:33:51 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon May 3 17:35:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=214426fa www-client/browsh: add licenses for bundled .xpi Signed-off-by: Anna Vyalkova sysrq.in> www-client/browsh/browsh-1.6.4_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/browsh/browsh-1.6.4_p1.ebuild b/www-client/browsh/browsh-1.6.4_p1.ebuild index 461a3efb0..b545972d9 100644 --- a/www-client/browsh/browsh-1.6.4_p1.ebuild +++ b/www-client/browsh/browsh-1.6.4_p1.ebuild @@ -207,7 +207,7 @@ SRC_URI=" " S="${WORKDIR}/${PN}-${COMMIT}/interfacer" -LICENSE="Apache-2.0 BSD BSD-2 LGPL-2.1 MIT MPL-2.0" +LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-3.0 ISC LGPL-2.1 MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64"