From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH 2/2] Change root makefile license to SPDX tag Date: Fri, 1 Dec 2017 14:11:03 +0530 Message-ID: References: <1511768764-14595-1-git-send-email-hemant.agrawal@nxp.com> <1511768764-14595-2-git-send-email-hemant.agrawal@nxp.com> <20171127120108.GA3600@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , To: Bruce Richardson Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0088.outbound.protection.outlook.com [104.47.42.88]) by dpdk.org (Postfix) with ESMTP id 58C592C54 for ; Fri, 1 Dec 2017 09:41:10 +0100 (CET) In-Reply-To: <20171127120108.GA3600@bricha3-MOBL3.ger.corp.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" On 11/27/2017 5:31 PM, Bruce Richardson wrote: > On Mon, Nov 27, 2017 at 01:16:04PM +0530, Hemant Agrawal wrote: >> Signed-off-by: Hemant Agrawal >> --- >> GNUmakefile | 27 +-------------------------- >> Makefile | 27 +-------------------------- >> 2 files changed, 2 insertions(+), 52 deletions(-) >> >> diff --git a/GNUmakefile b/GNUmakefile >> index 45b7fbb..2602531 100644 >> --- a/GNUmakefile >> +++ b/GNUmakefile >> @@ -1,33 +1,8 @@ >> -# BSD LICENSE >> # >> # Copyright(c) 2010-2015 Intel Corporation. All rights reserved. >> # All rights reserved. >> # > > As part of this cleanup, I think it might be also useful to remove the > duplicate "All rights reserved" on the files. There is surely no need to > have the statement duplicated. > Done. BTW, this patch will need an ACK from Intel :) > /Bruce >