From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6C58AA046B for ; Wed, 24 Jul 2019 10:45:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 87C461C13B; Wed, 24 Jul 2019 10:45:25 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 253C81C136 for ; Wed, 24 Jul 2019 10:45:23 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2019 01:45:22 -0700 X-IronPort-AV: E=Sophos;i="5.64,302,1559545200"; d="scan'208";a="172232936" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.51]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2019 01:45:21 -0700 Date: Wed, 24 Jul 2019 09:45:18 +0100 From: Bruce Richardson To: Xiaolong Ye Cc: Ferruh Yigit , dev@dpdk.org Message-ID: <20190724084517.GA1608@bricha3-MOBL.ger.corp.intel.com> References: <20190724113041.89094-1-xiaolong.ye@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190724113041.89094-1-xiaolong.ye@intel.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH v1 0/4] Replace license text with SPDX tag for intel drivers 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jul 24, 2019 at 07:30:37PM +0800, Xiaolong Ye wrote: > This patchset replaces the remaining full license headers in a number > of intel driver files with SPDX tags to achieve DPDK-license compliance. > > Xiaolong Ye (4): > net/iavf: replace license text with SPDX tag > net/fm10k: replace license text with SPDX tag > net/e1000: replace license text with SPDX tag > net/i40e: replace license text with SPDX tag > Series-acked-by: Bruce Richardson