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 607B51B31A for ; Tue, 13 Feb 2018 23:28:49 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 08F7A21A30; Tue, 13 Feb 2018 17:28:49 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 13 Feb 2018 17:28:49 -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=RXz4gL7tNAKollIB+PxPSzMHGO YhZeJlm5JcmN/N7dU=; b=hJdRKEqnZUVqQBhqRc6LoIiVBDeQ04wDARTQx8jYQF fgfPIcQVEmGsJwZzdIhixhLjotFWfRXNKXtQVVl7x39HPYC3qtKvabc3HNX670TN +Zf7ZWzJm5wgYosHXES1T/LQrjh8uO70tQnUv9m8DZwNWVJBiJgWIxAgxnHuNAkX 8= 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=RXz4gL 7tNAKollIB+PxPSzMHGOYhZeJlm5JcmN/N7dU=; b=YsLRWAGEqjcIrE2vqiQsPa lDbDEG231aClpF2IPfWIMd9pjuWGk6g0vr/LDtqsBLSZeNl9xPBUUXAjtkV/+qys PthJFdOUawH4pCr7nqOcd0nIMEraPFqg5NaSMPq9fHji8avzkURM6c5klxpEZmwe wubSwE6qzDJwV0HQ5vUncCNM+dVrlRM2ePhtapqX+wh982Pf2SJzz3V5KrIlPVuS 5LTn3O/xFJYHyTl2i9u6mP64HalDOGzXUIV/k1DVa9dYtdDfZFFujYSSCaxUgdDX MYLILXEH4RF0O7tKW0zn2coCHZnJXfW0aQGldaNND3cQCMCLiaGEpu/VY63Sdgew == 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 AB40C24836; Tue, 13 Feb 2018 17:28:48 -0500 (EST) From: Thomas Monjalon To: Lee Daly Cc: dev@dpdk.org, Olivier Matz , cristian.dumitrescu@intel.com, ferruh.yigit@intel.com Date: Tue, 13 Feb 2018 23:28:39 +0100 Message-ID: <2692062.Ivrz1UTxaV@xps> In-Reply-To: <20180212101542.dzmttxmz2np4w4jk@platinum> References: <1518020934-122711-1-git-send-email-lee.daly@intel.com> <1518021839-123634-1-git-send-email-lee.daly@intel.com> <20180212101542.dzmttxmz2np4w4jk@platinum> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4] examples/ip_pipeline: 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:28:49 -0000 12/02/2018 11:15, Olivier Matz: > On Wed, Feb 07, 2018 at 04:43:59PM +0000, Lee Daly wrote: > > This updates the Intel and Oliver Matz licenses on a file 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