From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 7E00D1B88B for ; Thu, 1 Feb 2018 02:29:27 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 036E520A8C; Wed, 31 Jan 2018 20:29:27 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 31 Jan 2018 20:29:27 -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=STfIRuUVeDp3n5SGjDhC7gQuWr SAlCpV408pfml5Qek=; b=P70C4VJREN/VYIIsEij+Eh/q8k+DFlQ5mYbZ1mdQbz BJaPX64ex1+DdJNU07fmxA5mCouaqKRZN9146sVrMFLaTMD//34usrQCjhsuHPPF +8nNFwhXr5shKUSJqfsxhMjLNQMwJAddh6Z2dUZLWHUYlydFQVWWZlcCOURun2eO 0= 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=STfIRu UVeDp3n5SGjDhC7gQuWrSAlCpV408pfml5Qek=; b=RBOuqjrx1+bYvAuVAT9ppT BruMf1k+Orb3i3fRPzD0uZEPX/ZWdRwgKi4QU3AY6mciFa4IMxsU0+MQuQVIxcdR YKv37uNBuwRiqaL/yYs1251UUiwz4UZp/jd0etppM4S3bNxGmaGUnePdbgcHko4i IiiH12PLrmhU/uM7uv6SpEQd8RZ1LGp59EhUmjDYi4jeMlESm+JJG5HF4SevxBvs 7PXuhe6Me6ZOsfCQMRXXjZUA5rd33LpqVLueqmMtdYMgeGTZJq6nyh7msNvOowBV GDaS4BWOwmdLx8ky81HcMrfc6ZSpjSjHYmcj9smYl5sq65qNCPq7ciR1IJCt2tUg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A266E7E3D5; Wed, 31 Jan 2018 20:29:26 -0500 (EST) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, Hemant Agrawal , Ferruh Yigit , Bruce Richardson Date: Thu, 01 Feb 2018 02:28:39 +0100 Message-ID: <1796956.iaUKfHLUGn@xps> In-Reply-To: References: <20180129131136.25863-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 00/17] use SPDX tags on 6WIND copyrighted files X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2018 01:29:27 -0000 30/01/2018 15:06, Hemant Agrawal: > On 1/29/2018 6:41 PM, Olivier Matz wrote: > > This patchset updates the license on files that contain a 6WIND copyright > > to use a SPDX tag. > > It applies on master + https://dpdk.org/dev/patchwork/patch/34604/ > > > > For components I am maintaining (mempool, mbuf, cmdline, kvargs, net), I > > update all the *.[ch] files. For the other components, I only update > > files where there is a 6WIND copyright. > > > > The change is done automatically: the copyrights stay as is, except: > > - standardisation of the text for 6WIND copyright > > - as discussed with Bruce, Thomas, and Ferruh, the "All rights reserved" > > mention is removed if the copyright are from 6WIND, Intel or Mellanox. > > > > For each patch, the maintainers are Cc'd. > > The series LGTM. > > Bruce/Ferruh, please ack it from Intel side. > > Thomas, you may ack it from Mellanox side or someelse can ack the > relevant patches form Mellanox side. Acked-by: Thomas Monjalon Applied, thanks