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 342A51B1A7 for ; Tue, 9 Jan 2018 16:25:05 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 64426208A4; Tue, 9 Jan 2018 10:25:02 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 09 Jan 2018 10:25:02 -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=VD98h9qkwV07t2RAoyUTrt0FH4 d/jq0d90nVr6hSvtQ=; b=L8R6DNxk6agwiIYspNkWICFGp74tmL8F6+/H6yE8T9 lo5RrXWajnwKh0BKmNOFDMRYzr29JGlvq9cEIjSP2CWvlM4jph4Bmmxl4MJjIeRz engIe1tLgghb2KeGT/+EaXZ6fEjWyDw44QFDwPSLcfsFOwOGY6n7FLMBsB6eCEs0 s= 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=VD98h9 qkwV07t2RAoyUTrt0FH4d/jq0d90nVr6hSvtQ=; b=AkefY8aC914jXLExqqmwo3 Qu3Q95rJfYaCA2gyrMDTyxflaXApbntbasJPT8m/1a08zr7BbV5HcGJAISfx1Qc0 2mydnkSDRtwIugEpA9M2HCTvEhc2b5L86RvkJjKPtOCNNw8anx/jund8dFyx2sjx ZvTJpKchhgdhZ7PYtcutCIAgpmkSe3m26PJVRU4AEOXimWnnxIQmkjYlot6Fi656 1lnxhPpDIxUNZ+QDudV2Cjn6JHlSWrcbGSVhR5p1XDLDnF2dKZKnQrMaH0uaZFuo 1m/Cn1miRHiQtVtKhbU3/InGDOtfqWSBzhx6HJOd5QbOu3EhH3mTX6hOzA0YxIaA == 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 0052B7E522; Tue, 9 Jan 2018 10:25:01 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org Date: Tue, 09 Jan 2018 16:24:37 +0100 Message-ID: <4205065.psd1szYZHI@xps> In-Reply-To: <20180109151229.79325-1-ferruh.yigit@intel.com> References: <20171219000519.53666-1-ferruh.yigit@intel.com> <20180109151229.79325-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] kni: convert license headers to SPDX tags 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: Tue, 09 Jan 2018 15:25:05 -0000 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?