From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] event/opdl: fix license header and SPDX tags Date: Thu, 01 Feb 2018 02:49:54 +0100 Message-ID: <3538573.PFU6MLrSs7@xps> References: <20180123141133.77599-1-bruce.richardson@intel.com> <20180123141715.GB9466@sivswdev01.ir.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Liang, Ma" , Peter Mccarthy To: Bruce Richardson Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id EB0011B86F for ; Thu, 1 Feb 2018 02:50:42 +0100 (CET) In-Reply-To: <20180123141715.GB9466@sivswdev01.ir.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/01/2018 15:17, Liang, Ma: > On 23 Jan 14:11, Bruce Richardson wrote: > > This patch ensures that the OPDL files all contain correct SPDX tags. > > The following changes were made to achieve this: > > * replace license text with SPDX tag > > * correct occurances where SPDX tag was not on first line of file > > * ensure license years were correct > > > > Fixes: 4236ce9bf5bf ("event/opdl: add OPDL ring infrastructure library") > > Fixes: 3c7f3dcfb099 ("event/opdl: add PMD main body and helper function") > > Fixes: d548ef513cd7 ("event/opdl: add unit tests") > > > > Signed-off-by: Bruce Richardson > > --- > Many thanks Bruce > Acked-by: Liang Ma Applied, thanks