From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 314A8A046B
	for <public@inbox.dpdk.org>; Fri, 26 Jul 2019 11:43:12 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 657D71C408;
	Fri, 26 Jul 2019 11:43:11 +0200 (CEST)
Received: from mga07.intel.com (mga07.intel.com [134.134.136.100])
 by dpdk.org (Postfix) with ESMTP id 4D0151C404
 for <dev@dpdk.org>; Fri, 26 Jul 2019 11:43:10 +0200 (CEST)
X-Amp-Result: UNKNOWN
X-Amp-Original-Verdict: FILE UNKNOWN
X-Amp-File-Uploaded: False
Received: from orsmga007.jf.intel.com ([10.7.209.58])
 by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 26 Jul 2019 02:43:09 -0700
X-IronPort-AV: E=Sophos;i="5.64,310,1559545200"; d="scan'208";a="161254306"
Received: from bricha3-mobl.ger.corp.intel.com ([10.252.21.226])
 by orsmga007-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 26 Jul 2019 02:43:08 -0700
Date: Fri, 26 Jul 2019 10:43:05 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Xiaolong Ye <xiaolong.ye@intel.com>
Cc: Ferruh Yigit <ferruh.yigit@intel.com>, dev@dpdk.org
Message-ID: <20190726094305.GB1629@bricha3-MOBL.ger.corp.intel.com>
References: <20190726092941.56967-1-xiaolong.ye@intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20190726092941.56967-1-xiaolong.ye@intel.com>
User-Agent: Mutt/1.11.4 (2019-03-13)
Subject: Re: [dpdk-dev] [PATCH v1 00/11] add SPDX tags to files with Intel
 copyright
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On Fri, Jul 26, 2019 at 05:29:30PM +0800, Xiaolong Ye wrote:
> This patchset replaces full BSD-3 license header with spdx tag for the
> remaining files that have Intel copyright.
> 
> Xiaolong Ye (11):
>   net/ixgbe: replace license text with SPDX tag
>   net/i40e: replace license text with SPDX tag
>   net/e1000: replace license text with SPDX tag
>   net/vmxnet3: replace license text with SPDX tag
>   examples/qos_sched: replace license text with SPDX tag
>   app/test-eventdev: replace license text with SPDX tag
>   ethdev: replace license text with SPDX tag
>   lpm: replace license text with SPDX tag
>   port: replace license text with SPDX tag
>   hash: replace license text with SPDX tag
>   eal: replace license text with SPDX tag
> 
Series-acked-by: Bruce Richardson <bruce.richardson@intel.com>