From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/bnx2x: move SPDX tags to source files Date: Mon, 09 Jul 2018 23:07:27 +0200 Message-ID: <6990726.I9aQltfJUb@xps> References: <1531027497-31483-1-git-send-email-rasesh.mody@cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, hemant.agrawal@nxp.com, ferruh.yigit@intel.com, Dept-EngDPDKDev@cavium.com To: Rasesh Mody Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id E6D63324B for ; Mon, 9 Jul 2018 23:07:32 +0200 (CEST) In-Reply-To: <1531027497-31483-1-git-send-email-rasesh.mody@cavium.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" Hi, 08/07/2018 07:24, Rasesh Mody: > We were using LICENSE.bnx2x_pmd to reference inclusion of SPDX licensing > tag from all the source file. Remove the LICENSE.bnx2x_pmd file and > directly include SPDX tags in source files. > > Signed-off-by: Rasesh Mody > --- a/drivers/net/bnx2x/Makefile > +++ b/drivers/net/bnx2x/Makefile > @@ -2,7 +2,7 @@ > # All rights reserved. > # www.cavium.com > # > -# See LICENSE.bnx2x_pmd for copyright and licensing details. > +# SPDX-License-Identifier: BSD-3-Clause The SPDX line should be the first line. You can take a look at doc/guides/contributing/patches.rst Thanks