From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH 2/6] lib: use SPDX tag for RehiveTech copyright files Date: Tue, 10 Apr 2018 09:45:25 +0530 Message-ID: <4ea59d68-3a20-afe4-c4ff-f2835e7b5f6d@nxp.com> References: <20180409221558.3009-1-viktorin@rehivetech.com> <20180409221558.3009-3-viktorin@rehivetech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: jerin.jacob@caviumnetworks.com, Thomas Monjalon To: Jan Viktorin , dev@dpdk.org Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0047.outbound.protection.outlook.com [104.47.1.47]) by dpdk.org (Postfix) with ESMTP id 649EB1BA07 for ; Tue, 10 Apr 2018 06:15:41 +0200 (CEST) In-Reply-To: <20180409221558.3009-3-viktorin@rehivetech.com> 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 4/10/2018 3:45 AM, Jan Viktorin wrote: > Replace the BSD license header with the SPDX tag for files > with only an RehiveTech copyright on them. > > Signed-off-by: Jan Viktorin > --- > .../common/include/arch/arm/rte_atomic.h | 32 ++-------------------- > .../common/include/arch/arm/rte_atomic_32.h | 32 ++-------------------- > .../common/include/arch/arm/rte_byteorder.h | 32 ++-------------------- > .../common/include/arch/arm/rte_cpuflags.h | 32 ++-------------------- > .../common/include/arch/arm/rte_cpuflags_32.h | 32 ++-------------------- > .../common/include/arch/arm/rte_cycles.h | 32 ++-------------------- > .../common/include/arch/arm/rte_cycles_32.h | 32 ++-------------------- > .../common/include/arch/arm/rte_memcpy.h | 32 ++-------------------- > .../common/include/arch/arm/rte_memcpy_32.h | 32 ++-------------------- > .../common/include/arch/arm/rte_prefetch.h | 32 ++-------------------- > .../common/include/arch/arm/rte_prefetch_32.h | 32 ++-------------------- > .../common/include/arch/arm/rte_spinlock.h | 32 ++-------------------- > 12 files changed, 24 insertions(+), 360 deletions(-) Acked-by: Hemant Agrawal ...