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 E505413835A for ; Thu, 17 Jun 2021 05:55:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4DABE083D; Thu, 17 Jun 2021 05:55:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C043AE083D for ; Thu, 17 Jun 2021 05:55:52 +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 79AD8340EC4 for ; Thu, 17 Jun 2021 05:55:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 579247AF for ; Thu, 17 Jun 2021 05:55:47 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1623905466.199e64a5eea2ba4d14079b28be3efc65375d64d4.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/micro/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/micro/micro-2.0.9.ebuild X-VCS-Directories: app-editors/micro/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 199e64a5eea2ba4d14079b28be3efc65375d64d4 X-VCS-Branch: master Date: Thu, 17 Jun 2021 05:55:47 +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: 067ffe50-c621-42ce-8aa0-5c8cca454cf8 X-Archives-Hash: 012bb4aa20e4c7ab753312d90a13de4b Message-ID: <20210617055547.Mt8sccpm_7uG7NwW6n6hVAQrxXn7-H7h8Fes1hyTHfQ@z> commit: 199e64a5eea2ba4d14079b28be3efc65375d64d4 Author: Theo Anderson posteo de> AuthorDate: Thu Jun 17 04:18:09 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Thu Jun 17 04:51:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=199e64a5 app-editors/micro: update LICENSE Signed-off-by: Theo Anderson posteo.de> app-editors/micro/micro-2.0.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/micro/micro-2.0.9.ebuild b/app-editors/micro/micro-2.0.9.ebuild index ce31b3d2d..152fd2ae7 100644 --- a/app-editors/micro/micro-2.0.9.ebuild +++ b/app-editors/micro/micro-2.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -104,7 +104,7 @@ SRC_URI=" ${EGO_SUM_SRC_URI} " -LICENSE="MIT Apache-2.0 BSD BSD-2 MPL-2.0" +LICENSE="MIT Apache-2.0 BSD MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" RESTRICT="mirror"