From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 99FC81B31B for ; Mon, 12 Feb 2018 11:15:46 +0100 (CET) Received: from lfbn-lil-1-110-231.w90-45.abo.wanadoo.fr ([90.45.197.231] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1elB9T-0001qa-Fy; Mon, 12 Feb 2018 11:16:01 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Mon, 12 Feb 2018 11:15:42 +0100 Date: Mon, 12 Feb 2018 11:15:42 +0100 From: Olivier Matz To: Lee Daly Cc: cristian.dumitrescu@intel.com, dev@dpdk.org, ferruh.yigit@intel.com Message-ID: <20180212101542.dzmttxmz2np4w4jk@platinum> References: <1518020934-122711-1-git-send-email-lee.daly@intel.com> <1518021839-123634-1-git-send-email-lee.daly@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1518021839-123634-1-git-send-email-lee.daly@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) 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: Mon, 12 Feb 2018 10:15:46 -0000 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. > > --- > > V2: Combined Intel and Olivier Matz license blocks > V3: Removed all right reserved from Intel license > V4: Merge V2 and V3 > > Signed-off-by: Lee Daly > > Acked-by: Ferruh Yigit Acked-by: Olivier Matz