From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 0DBAF235 for ; Thu, 9 Aug 2018 22:32:59 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8C78021C5C; Thu, 9 Aug 2018 16:32:58 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 09 Aug 2018 16:32:58 -0400 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=8qVsWnJEvIFVIQHS5BJ3rrcMP+ PltWcfPRFs3kCjqkA=; b=byl2+8Uo4pYewp2+aGbvvmHLyn6QOuz114CcZFiN/M +XpjIcpWNEzhR2pxASChkKxy3k8Q4I51ZkJOEZAGTgD9vxgDlp6fG9wvvgbu8QQq zmmiF4E3Ok3w2F87nX88cnI88asMMZsMrtehk0AqufNFSLQ6uZzjx8MeO2WK84Dz U= 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=fm3; bh=8qVsWn JEvIFVIQHS5BJ3rrcMP+PltWcfPRFs3kCjqkA=; b=gkKELB09bPB27H/uyeleSa /doGWbRcZybLAwvktaxsFJSBcMk2qj5ZSxaDEaZDT1t2v4AjwUIFmi2TZaKKe1rg EXwALWNu5bOUPZdGanoj+Jfv70wMn8czkGC4LRSb3Xd2VEfWxAfo8guohF/1htL5 v4jY8J59wJcU22GWUF/pGyOam+Y49rvD+5Kyh3RnkIFMy7DJwbC/8wdNA0Q7PK0b Lfcv7SgSpI6UfUvHpvgSDufa9NUoT4t0uKyxjQRGLN8e7Y88UJAFQEUrkncynXcz sFjVK0gttT8+zSafIujqfzlkiJbYWxDRNCRG05CWftIlzw/duzk5IUB7UhpOMm1Q == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 868B2E4512; Thu, 9 Aug 2018 16:32:57 -0400 (EDT) From: Thomas Monjalon To: Dmitry Vyukov , Pablo de Lara Cc: dev@dpdk.org, john.mcnamara@intel.com Date: Thu, 09 Aug 2018 22:32:55 +0200 Message-ID: <4945694.ybZuHVyOQv@xps> In-Reply-To: References: <20180420095338.2755-1-pablo.de.lara.guarch@intel.com> <2196517.KhBNmqpyd2@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/performance-thread: convert license headers to SPDX 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, 09 Aug 2018 20:32:59 -0000 04/06/2018 09:35, Dmitry Vyukov: > On Fri, May 25, 2018 at 12:10 PM, Thomas Monjalon wrote: > > 20/04/2018 11:53, Pablo de Lara: > >> Convert dual license headers with Intel and Dmitry Vyukov > >> names to SPDX. > >> > >> Signed-off-by: Pablo de Lara > >> --- > >> examples/performance-thread/common/lthread_pool.h | 68 +--------------------- > >> examples/performance-thread/common/lthread_queue.h | 68 +--------------------- > >> 2 files changed, 6 insertions(+), 130 deletions(-) > > > > Waiting for confirmation from Dmitry Vyukov. > > > I don't have any objections. I hereby grant my permission to change > the the licence. Applied, thanks