From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v3 3/4] change NXP dpaa2 code License text to SPDX tags Date: Fri, 8 Dec 2017 10:07:26 -0800 Message-ID: <20171208100726.6b206d42@xeon-e3> References: <1512117499-23412-1-git-send-email-hemant.agrawal@nxp.com> <1512718913-11462-1-git-send-email-hemant.agrawal@nxp.com> <1512718913-11462-3-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , , To: Hemant Agrawal Return-path: Received: from mail-pg0-f50.google.com (mail-pg0-f50.google.com [74.125.83.50]) by dpdk.org (Postfix) with ESMTP id 106C01B1B4 for ; Fri, 8 Dec 2017 19:07:29 +0100 (CET) Received: by mail-pg0-f50.google.com with SMTP id k15so7353872pgr.7 for ; Fri, 08 Dec 2017 10:07:29 -0800 (PST) In-Reply-To: <1512718913-11462-3-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 Fri, 8 Dec 2017 13:11:52 +0530 Hemant Agrawal wrote: > diff --git a/drivers/bus/fslmc/fslmc_bus.c b/drivers/bus/fslmc/fslmc_bus.c > index 480857e..4a6135d 100644 > --- a/drivers/bus/fslmc/fslmc_bus.c > +++ b/drivers/bus/fslmc/fslmc_bus.c > @@ -1,33 +1,8 @@ > /*- > - * BSD LICENSE The kernel practice is that SPDX must be first line in file. And for C files use // SPDX-License-Identifier I think DPDK should follow this because scanning tools are likely to expect the Linux kernel policy.