From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 54A0C1B713
 for <dev@dpdk.org>; Tue,  6 Feb 2018 23:16:48 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id D952D20A43;
 Tue,  6 Feb 2018 17:16:47 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Tue, 06 Feb 2018 17:16:47 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=v9whkrTsg6X5J5SkyV4l2nltmq
 UblIyfDZ8LhJZ4k8w=; b=hcXl1O5qminyQuEba7ZeVssNz4f7c3fvRU+XxOQSQr
 KcpHEp66Q4o6TDvXc4ncBPJVDuTlvHy7Xi1SLGr3Th8T66Uh+9jzAMFKtqRk+bLP
 vfTe12D/Bmev+5xRJaL76yLex1bWU1jwnkjKNSGMb6KcRVaiH5JurFbuK/V21kmg
 c=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=v9whkr
 Tsg6X5J5SkyV4l2nltmqUblIyfDZ8LhJZ4k8w=; b=ddigOSaCrFJmbsAQTPvE00
 k7J3JyRP9MIxX+ET1EoOkBXSlKmSxAY6e8Phqn/UdCVpK+FTYlWdwEzEPG92HqXw
 ha6B0J7dP4mLi5B8H2PQbqP12NVW8RWl21PITMKRpklxy0xXlQkGeh3il/5UEWBX
 eyp5mQ1j/T8taNeQiddqZNY7bNrQtax2VZkQc/0uB8ARsM0JawZY8Q7JBVE9pZbz
 Iitso4MKmnVTBdcQqxWjEqGkRQm0tewRix0KOKFJ+imnfTAuO/warvJzCtSsyriG
 zreyVa4cFOvoFyJNCjVMurQANxl44IOGkWtNwGCeqDU/r2q/2TRM2QaehhgFpikA
 ==
X-ME-Sender: <xms:Tyl6WjQcAwd6LZu4FID77-z0dZd5X84-C4Lj7mQoc0ixshFR0iolLg>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 99D007E4B2;
 Tue,  6 Feb 2018 17:16:47 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Neil Horman <nhorman@tuxdriver.com>
Cc: dev@dpdk.org, Hemant Agrawal <hemant.agrawal@nxp.com>
Date: Tue, 06 Feb 2018 23:16:43 +0100
Message-ID: <2341877.B6D55p2t3H@xps>
In-Reply-To: <74f19e7f-dc0f-ad3b-2a24-bb8260745a79@nxp.com>
References: <20171204155557.31915-1-nhorman@tuxdriver.com>
 <20180201121911.28829-1-nhorman@tuxdriver.com>
 <74f19e7f-dc0f-ad3b-2a24-bb8260745a79@nxp.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v2] relicense various bits of the dpdk
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 06 Feb 2018 22:16:48 -0000

01/02/2018 13:49, Hemant Agrawal:
> On 2/1/2018 5:49 PM, Neil Horman wrote:
> > Received a note the other day from the Linux Foundation governance board
> > for DPDK indicating that several files I have copyright on need to be
> > relicensed to be compliant with the DPDK licensing guidelines.  I have
> > some concerns with some parts of the request, but am not opposed to
> > other parts.  So, for those pieces that we are in consensus on, I'm
> > proposing that we change their license from BSD 2 clause to 3 clause.
> > I'm also updating the files to use the SPDX licensing scheme
> > 
> > Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
> > CC: Hemant Agrawal <hemant.agrawal@nxp.com>
> > CC: Thomas Monjalon <thomas@monjalon.net>
> 
> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

Applied, thanks