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 DF083138334 for ; Sat, 25 Aug 2018 21:24:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C59A7E07D7; Sat, 25 Aug 2018 21:24:48 +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 98E43E07D4 for ; Sat, 25 Aug 2018 21:24:48 +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 B1E9E335D02 for ; Sat, 25 Aug 2018 21:24:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CB4A3B8 for ; Sat, 25 Aug 2018 21:24:44 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1535232269.c3dc1a9f9a943fb0b74f8135d0332278bed4fc88.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cppcodec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cppcodec/cppcodec-0.1.ebuild dev-libs/cppcodec/cppcodec-9999.ebuild X-VCS-Directories: dev-libs/cppcodec/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c3dc1a9f9a943fb0b74f8135d0332278bed4fc88 X-VCS-Branch: master Date: Sat, 25 Aug 2018 21:24:44 +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-Archives-Salt: 22ddfa4b-f4d9-43cc-aa9e-a89e866e76fd X-Archives-Hash: aa9196e4f5514b47dd2ecf3f860aa163 commit: c3dc1a9f9a943fb0b74f8135d0332278bed4fc88 Author: David Seifert gentoo org> AuthorDate: Sat Aug 25 21:24:29 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Aug 25 21:24:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3dc1a9f dev-libs/cppcodec: Correct license * As pointed out by @jpetso, cppcodec is licensed under the MIT and not the GPL-3. Package-Manager: Portage-2.3.47, Repoman-2.3.10 dev-libs/cppcodec/cppcodec-0.1.ebuild | 2 +- dev-libs/cppcodec/cppcodec-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/cppcodec/cppcodec-0.1.ebuild b/dev-libs/cppcodec/cppcodec-0.1.ebuild index 7a7f9e55ed6..8fd88d739a8 100644 --- a/dev-libs/cppcodec/cppcodec-0.1.ebuild +++ b/dev-libs/cppcodec/cppcodec-0.1.ebuild @@ -20,7 +20,7 @@ else KEYWORDS="~amd64" fi -LICENSE="GPL-3" +LICENSE="MIT" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-libs/cppcodec/cppcodec-9999.ebuild b/dev-libs/cppcodec/cppcodec-9999.ebuild index 7a7f9e55ed6..8fd88d739a8 100644 --- a/dev-libs/cppcodec/cppcodec-9999.ebuild +++ b/dev-libs/cppcodec/cppcodec-9999.ebuild @@ -20,7 +20,7 @@ else KEYWORDS="~amd64" fi -LICENSE="GPL-3" +LICENSE="MIT" SLOT="0" IUSE="test" RESTRICT="!test? ( test )"