From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3] kni: convert license headers to SPDX tags Date: Tue, 9 Jan 2018 15:30:20 +0000 Message-ID: References: <20171219000519.53666-1-ferruh.yigit@intel.com> <20180109151229.79325-1-ferruh.yigit@intel.com> <4205065.psd1szYZHI@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0F6761B1C6 for ; Tue, 9 Jan 2018 16:30:22 +0100 (CET) In-Reply-To: <4205065.psd1szYZHI@xps> Content-Language: en-US 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 1/9/2018 3:24 PM, Thomas Monjalon wrote: > 09/01/2018 16:12, Ferruh Yigit: >> --- a/lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h >> +++ b/lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h >> +/* SPDX-License-Identifier: (BSD-3-Clause OR LGPL-2.1) */ >> +/* >> + * Copyright(c) 2007-2014 Intel Corporation. >> */ > >> --- a/lib/librte_eal/linuxapp/kni/kni_net.c >> +++ b/lib/librte_eal/linuxapp/kni/kni_net.c >> +// SPDX-License-Identifier: GPL-2.0 >> +/* >> + * Copyright(c) 2010-2014 Intel Corporation. >> */ > > Why these empty lines between SPDX and Copyright? For kernel module files I followed Linux style, as "//" comments in .c files. I don't have strong opinion about this...