From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2017 04:01:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,464,1505804400"; d="scan'208";a="6723777" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.35]) by orsmga003.jf.intel.com with SMTP; 27 Nov 2017 04:01:10 -0800 Received: by (sSMTP sendmail emulation); Mon, 27 Nov 2017 12:01:09 +0000 Date: Mon, 27 Nov 2017 12:01:09 +0000 From: Bruce Richardson To: Hemant Agrawal Cc: dev@dpdk.org, thomas@monjalon.net, john.mcnamara@intel.com 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 Content-Disposition: inline In-Reply-To: <1511768764-14595-2-git-send-email-hemant.agrawal@nxp.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH 2/2] Change root makefile license to SPDX tag 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, 27 Nov 2017 12:01:14 -0000 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