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 057021D7 for ; Mon, 18 Dec 2017 22:35:18 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8EA9A20E19; Mon, 18 Dec 2017 16:35:17 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 18 Dec 2017 16:35:17 -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=S9LpoeICIkyvcZmcDiZOxdFxje pnBTvaIP3emGVAvx8=; b=qstD1/L2pWlpssHPIroMWaMxMM5zx1E1pu9KfP6hTw 27vSA57dBKHGWuK9UAZHVkeHiaat5Pyti761sfBVwqEmVawFo3ZJRv6YB45jNrr6 42LxZrISh2p9bKotXeSXC+I0tZnd0t5vh3QLOqA9+jIjj4F8GzC/9vs37DjF8Z9I I= 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=S9Lpoe ICIkyvcZmcDiZOxdFxjepnBTvaIP3emGVAvx8=; b=lCXXsfuieBegtR3Lnl3Hue QoogBqTa5GlD9UxS7Wc1nk4jB/oSf1Hx0Q0ytm0bnCzs4p9dDptNKpIhG3QT0aJq 9DhwuAtcy/g1ZRxvYPbOudpckJhD8RFZH87fHsLXFbJCUPmhSpSfQl2IvblwieRc jfzZzqpBuefYXgHy3ESHGk8TT3C/UQjFO+OIrx5IADunOlnaq6m7uRkiOKeIG866 iT67B10SyDM8W2K67oKd73tNdgOvVW+IHStigEmreUQiTzWbfTW0eyocn2OvhwJQ jF5pP+eqCJ5UZriN5b78J1qibtRAGdgUXlda2SQXEa1OIxHPRW2XWoQfDrxlKHJA == 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 4D69D7E219; Mon, 18 Dec 2017 16:35:17 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: Hemant Agrawal , Bruce Richardson , John McNamara , dev@dpdk.org Date: Mon, 18 Dec 2017 22:35:15 +0100 Message-ID: <2307850.cGIK2K7be6@xps> In-Reply-To: <26b4b915-abf5-4eda-7187-827666f30167@intel.com> References: <20171218210616.37502-1-ferruh.yigit@intel.com> <26b4b915-abf5-4eda-7187-827666f30167@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/pcap: convert license headers to SPDX tags 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: Mon, 18 Dec 2017 21:35:18 -0000 18/12/2017 22:18, Ferruh Yigit: > On 12/18/2017 1:06 PM, Ferruh Yigit wrote: > > Signed-off-by: Ferruh Yigit > > <...> > > > + * SPDX-License-Identifier: BSD-3-Clause > > + * Copyright(c) 2010-2016 Intel Corporation. All rights reserved. > > + * Copyright(c) 2014 6WIND S.A. > > + * All rights reserved. > > */ > > Hi Hemant, Thomas, > > Can you please suggest about extra "All rights reserved." line. > > It is in the part of the BSD header, and I _assume_ that has been intended to > cover all "Copyright" lines above it. > But since some of the Copyright holders (at least Intel ones) already has that > in same line with copyright and I _assume_ this is intentional because of legal > requirements, can we remove that line. > > I guess we have two options while removing it, applying it to all previous > Copyright lines (B) or just remove it (A): > > (A) > SPDX-License-Identifier: BSD-3-Clause > Copyright(c) 2010-2016 Intel Corporation. All rights reserved. > Copyright(c) 2014 6WIND S.A. > > (B) > SPDX-License-Identifier: BSD-3-Clause > Copyright(c) 2010-2016 Intel Corporation. All rights reserved. > Copyright(c) 2014 6WIND S.A. All rights reserved. > > Can we go with option (A)? I have absolutely no idea about "All rights reserved". Please get some inputs from Intel lawyers.