From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id AF5401B2AA for ; Tue, 13 Feb 2018 23:26:04 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5725920AD6; Tue, 13 Feb 2018 17:26:04 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 13 Feb 2018 17:26:04 -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=hPKMogCi3yFzx/elSpznUWZx+S s339lZ961JfYgeq4U=; b=R/UCIp5NHwvEH+0jIuqOTX998ELYKI2U6q/qtHYQe+ CnR6HVnIxwBWetoylQ4jdLhyQDsg5CZYMMSC2q0SLGXHv3yPnCg/60hntRK3ogK0 +UZmwQYftZEdT5E2Ay4/R4pCEjorbkFvIaYiXWGLjWsenE96365DgA8LI1U3TMkz Y= 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=fm2; bh=hPKMog Ci3yFzx/elSpznUWZx+Ss339lZ961JfYgeq4U=; b=SC6EIyvJ5VCWSQNOxAd8Op R4uixlG1FL1OGzkRFixCdO66H5sTfWEnYu3UojC0uWuZb6MkQH0DwqsR3ffI5jGG 5khxbEFwJZIkVTNuvCcsfTYTxBvBoCyLUP8fjzIom5Z4TpTcsKLZdtCq1Xo2tyYv b3XMbQvFQkAfolMTxh/2R8ioVP+7hg5V4Q/Gpd3n0kkf4T50yVS0bxI8QfwD68hS 819vm2RIXMrCafKzWvq3ZRLiHN0z4N5taogi+aeVArExVP9bu5DB3ZZdQ4e8thKX RExqsM3LCWFxvIh/Exyo/riPZtrELT8UvW3wPxuH+E6krWWwmSxaQ3Yp5hNfE0/w == 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 EAEF87E4B2; Tue, 13 Feb 2018 17:26:03 -0500 (EST) From: Thomas Monjalon To: Lee Daly Cc: dev@dpdk.org, Olivier Matz , Ferruh Yigit Date: Tue, 13 Feb 2018 23:25:54 +0100 Message-ID: <5736796.1P699SFYee@xps> In-Reply-To: <20180212101640.3ibo54x3wog4qshj@platinum> References: <1516199949-116789-1-git-send-email-lee.daly@intel.com> <6d51047d-99b5-42a6-f83a-f1f08758f460@intel.com> <20180212101640.3ibo54x3wog4qshj@platinum> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/cmdline: update copyright and license 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: Tue, 13 Feb 2018 22:26:04 -0000 12/02/2018 11:16, Olivier Matz: > On Wed, Feb 07, 2018 at 04:15:01PM +0000, Ferruh Yigit wrote: > > On 1/23/2018 4:43 PM, Lee Daly wrote: > > > This updates the license on files in examples to be the standard > > > BSD-3-Clause license used for the rest of DPDK, > > > bringing the files in compliance with the DPDK licensing policy. > > > > > > Signed-off-by: Lee Daly > > > > Acked-by: Ferruh Yigit > > Acked-by: Olivier Matz Applied, thanks