From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 6FDAB1B2E3 for ; Thu, 1 Feb 2018 01:32:21 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1EBA220D46; Wed, 31 Jan 2018 19:32:21 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 31 Jan 2018 19:32:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=q5SZZnEC9jgVXt2bn2gw+3f96f CNnFjgfEJZy9A5smo=; b=lNz75bTG1WHqq3tMuHcqsINQK7JY7W/9rdifZKWYzp 3P0HVPka1+FCC+hvr2X0wWD4AA0Snwr5In9cICzF4Cl7NIUV+aPSco5wI0gC34O9 +CDEu1AiN4/6jtd70MxYnspgxTyoP7JJA3vVBO4fnPHFqZN6Vnxvmp/iSgAf7+ad g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=q5SZZn EC9jgVXt2bn2gw+3f96fCNnFjgfEJZy9A5smo=; b=SYA6lvOyLIIwyXhQlkBLl4 DLpcLPFKncYv2E3++NluwBbMc8+RnQKtr0gj4cB594BjKGDkhJEsyJfrDvnlsLw+ jP2IcNxGZ9+/yxweSvntBmiMoTjGgJdRWSsRYVWrnDX20cTUhbcCXJbiiig+2i0S Vy1tlJp2CHb1zcHZhut/ERDL8r0gnKhtKpXdkl7vNrkGjaBqzppT7ak2atIjE58/ XiZqTpT9ze6hqUrEy4PSOfk50C9qV/8nsQ89ExuTcs7lddt8OAvQf0zvYa523lXp PItGjlwqMxB/Qq/MNOG/EEfnnm0tof74OAN+21EcBgHcqWxwXmCpoRoXNo3tZvQQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C0F53247FD; Wed, 31 Jan 2018 19:32:20 -0500 (EST) From: Thomas Monjalon To: Neil Horman Cc: dev@dpdk.org, Hemant Agrawal Date: Thu, 01 Feb 2018 01:31:34 +0100 Message-ID: <116736165.vppYjGxc5J@xps> In-Reply-To: <2299181.I1Ls4326eD@xps> References: <20171204155557.31915-1-nhorman@tuxdriver.com> <2299181.I1Ls4326eD@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] relicense various bits of the dpdk 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: Thu, 01 Feb 2018 00:32:21 -0000 05/01/2018 11:53, Thomas Monjalon: > 04/12/2017 16:55, Neil Horman: > > +# SPDX-License-Identifier: BSD-3-Clause > > +# Copyright(c) 2015 Neil Horman. All rights reserved. > > +# Copyright(c) 2017 6WIND S.A. > > +# All rights reserved > [...] > > /*- > > - * BSD LICENSE > > + * SPDX-License-Identifier: BSD-3-Clause > > * > > * Copyright(c) 2015 Neil Horman . > > * All rights reserved. > > * > > */ > > Other SPDX headers use only one space after # or *, > and no empty line. > > Also, SPDX should be on the first line (except for scripts): > /* SPDX-License-Identifier: BSD-3-Clause > > Please, let's take this opportunity to have consistent headers. > Thanks Ping. Please could you do a v2? Thanks