From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 2/2] Change root makefile license to SPDX tag Date: Mon, 27 Nov 2017 12:01:09 +0000 Message-ID: <20171127120108.GA3600@bricha3-MOBL3.ger.corp.intel.com> References: <1511768764-14595-1-git-send-email-hemant.agrawal@nxp.com> <1511768764-14595-2-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, thomas@monjalon.net, john.mcnamara@intel.com To: Hemant Agrawal Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 641BD1B19D for ; Mon, 27 Nov 2017 13:01:14 +0100 (CET) Content-Disposition: inline In-Reply-To: <1511768764-14595-2-git-send-email-hemant.agrawal@nxp.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 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. /Bruce