From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6B177A04DD; Thu, 28 Nov 2019 03:07:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C00CA4C9D; Thu, 28 Nov 2019 03:07:37 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id D3F25293C for ; Thu, 28 Nov 2019 03:07:36 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3F9D92262D; Wed, 27 Nov 2019 21:07:35 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 27 Nov 2019 21:07:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Xcy87mFLbZb+8vKfshYCdjG8cRFLDnQ9wuYs+G6ev3A=; b=CobsCfTqRzlO FsgulWLYxZJByIdSdv+g5fAuLna4zcqrFF8+VMkr/nHjQd9fFb47OLldAh7mkEI7 7ARN8xmVHb3zykJXYo35CPoNWBUPL7Zk/AMi9CB//vP1YpajgyMgXPMUYI0lX6uq r8tOW0x1jNcY40CYo97IpEvW5FnFU+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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=Xcy87mFLbZb+8vKfshYCdjG8cRFLDnQ9wuYs+G6ev 3A=; b=aJURgVbW2pK+i3A+4QwFCP5/3FVmCZ7+m9aubo1ZQyYkIceBNG2s3pXLZ 8AuoabGsdV8FNW/asjIKB3qhFi+anAOI8SptN7VsV9SqDrSUnKVlJOyI/AwzUjJB r28LbPqgAmPkdxYp/JEJWp0YXAT5nfYnsYaAf1NUYpYxoFIoZClrJX3ZlRr6+zE8 My8LxAdLfsTfwkV91mTr1KltUnlkMRTai9ctsdKb2zKjfgjyqJns5o5O1kw3y6aJ DlPJefv8vGiPsGXIrq7HOfIBFruNWrQbSY+XPx1f2GUBECSkTcbEld2ee26YE8QL 73kdMMTlps98ThLcAVrDXdmF6da2g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeiiedggeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C15BE30600A0; Wed, 27 Nov 2019 21:07:33 -0500 (EST) From: Thomas Monjalon To: Allain Legacy Cc: dev@dpdk.org, Stephen Hemminger , john.mcnamara@intel.com, marko.kovacevic@intel.com, cristian.dumitrescu@intel.com, matt.peters@windriver.com, steven.webster@windriver.com Date: Thu, 28 Nov 2019 03:07:32 +0100 Message-ID: <9905865.WUHvRYbA4N@xps> In-Reply-To: <20191107200049.25768222@hermes.lan> References: <20191107203744.7943-1-allain.legacy@windriver.com> <20191107200049.25768222@hermes.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/2] test: replace license text with SPDX tag 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/11/2019 05:00, Stephen Hemminger: > On Thu, 7 Nov 2019 14:37:43 -0600 > Allain Legacy wrote: > > > Replacing full license text with SPDX tag. > > > > Signed-off-by: Allain Legacy > > Thanks > Acked-by: Stephen Hemminger Applied, thanks