From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com
 [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id B520B1B833
 for <dev@dpdk.org>; Thu,  8 Feb 2018 22:47:29 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 486B120CD2;
 Thu,  8 Feb 2018 16:47:29 -0500 (EST)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Thu, 08 Feb 2018 16:47:29 -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=QD2KdspuUt7TABUIDr6apbVPWm
 aO9Gxq8pSmQPgMLAo=; b=r9phQvnCeO/p/HqfSa5GjZjREysadivELS4v2n2pst
 HPb/dYfT9baHJLQT5vV+qgqVTevR5+kC6CXZfEeaZHtVS3G1qaqH48nbzfrB5x1m
 fCq072WXVUtwn0GpA3sRUwUdS8igxnGFK4zh5lHOBwdNRKH1d52oZ80SBvXsq1qT
 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=QD2Kds
 puUt7TABUIDr6apbVPWmaO9Gxq8pSmQPgMLAo=; b=cYrV8eJ1O5IPubA0+VJZKM
 OJ409zuLENyifFnxj2xRuWF8UmzfcVRTFa0u7w5lq8yxnRDhRsiNOBjZzAlj5wQV
 yO14qCly3YrvhNBW+8aDgniOc/MkHhawPP8LU8zcsWW7kJQ6Jqy6sRaF8re5DsQD
 DOW3g8IqyavZPUhO9aqcLy/cble9X041K6CyaLlatCfFZ7qaUHO+U4BaqitF5EED
 kKzzEgjZu/HlaW5vJiXIINbS4z/bbvNitHbeCHq2s7+oJBTjj5QWWnTlL618C0J1
 K5F/O57ap8dPHIKbxOfbcoe4cnGhPXDnKdB6b88swhE2RzVJjFMzrex2SW2PB7rg
 ==
X-ME-Sender: <xms:ccV8Wv1fqS_f8bqgp5n-gjvrZk9ZfdN34sxNA_nnayeIHNWLPM14fw>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id D906024785;
 Thu,  8 Feb 2018 16:47:28 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Lee Daly <lee.daly@intel.com>
Cc: dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com>,
 chaozhu@linux.vnet.ibm.com, remy.horton@intel.com, orika@mellanox.com,
 bruce.richardson@intel.com, pablo.de.lara.guarch@intel.com,
 radu.nicolau@intel.com, tomasz.kantecki@intel.com
Date: Thu, 08 Feb 2018 22:47:24 +0100
Message-ID: <2998814.o19V8NsUOD@xps>
In-Reply-To: <c26a0088-b271-e695-43ee-d68b50427e54@intel.com>
References: <1516199949-116789-1-git-send-email-lee.daly@intel.com>
 <1516725929-51520-1-git-send-email-lee.daly@intel.com>
 <c26a0088-b271-e695-43ee-d68b50427e54@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] examples/l3fwd: update copyright and license
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 08 Feb 2018 21:47:29 -0000

07/02/2018 17:15, Ferruh Yigit:
> On 1/23/2018 4:45 PM, Lee Daly wrote:
> > This updates the Intel and IBM 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 <lee.daly@intel.com>
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Previous, non-split, version of the patch was acked:
Acked-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>
see http://dpdk.org/ml/archives/dev/2018-February/090532.html

Applied, thanks