From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1015878-garchives=archives.gentoo.org@lists.gentoo.org>
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 1B9D41382C5
	for <garchives@archives.gentoo.org>; Sat,  7 Apr 2018 17:22:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 552DAE090E;
	Sat,  7 Apr 2018 17:22:01 +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 2B6B3E090E
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Apr 2018 17:22:01 +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 D2FF7335C43
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Apr 2018 17:21:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9271026D
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Apr 2018 17:21:57 +0000 (UTC)
From: "Andrey Utkin" <andrey_utkin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" <andrey_utkin@gentoo.org>
Message-ID: <1523121698.ae4f183c118118bf3fd617cd44df318649a30fb2.andrey_utkin@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-wireless/hostapd/hostapd-2.6-r1.ebuild
X-VCS-Directories: net-wireless/hostapd/
X-VCS-Committer: andrey_utkin
X-VCS-Committer-Name: Andrey Utkin
X-VCS-Revision: ae4f183c118118bf3fd617cd44df318649a30fb2
X-VCS-Branch: master
Date: Sat,  7 Apr 2018 17:21:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 12739a98-1400-4afb-9518-a682d0af44ff
X-Archives-Hash: a1968149afd73c63256e5fa64eafea99

commit:     ae4f183c118118bf3fd617cd44df318649a30fb2
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  7 17:20:21 2018 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 17:21:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4f183c

net-wireless/hostapd: correct license

Since 2.0 release, hostapd is BSD only, according to changelog.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-wireless/hostapd/hostapd-2.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/hostapd/hostapd-2.6-r1.ebuild b/net-wireless/hostapd/hostapd-2.6-r1.ebuild
index 6b492e80327..8a0d613bea7 100644
--- a/net-wireless/hostapd/hostapd-2.6-r1.ebuild
+++ b/net-wireless/hostapd/hostapd-2.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,7 +11,7 @@ DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon"
 HOMEPAGE="http://hostap.epitest.fi"
 SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz"
 
-LICENSE="|| ( GPL-2 BSD )"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~mips ppc x86"
 IUSE="ipv6 logwatch netlink sqlite +ssl +wps +crda"