From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal/x86: move header to standard BSD license Date: Wed, 14 Nov 2018 01:09:17 +0100 Message-ID: <1859454.ke8RyalOgj@xps> References: <20171221165335.199056-1-bruce.richardson@intel.com> <3640308.hOKx1cDBQh@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Andi Kleen , Roman Dementiev To: Bruce Richardson Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 1058A4D3A for ; Wed, 14 Nov 2018 01:09:20 +0100 (CET) In-Reply-To: <3640308.hOKx1cDBQh@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 04/01/2018 22:22, Thomas Monjalon: > Andi Kleen, as the original author, please could you ack? > > 21/12/2017 17:53, Bruce Richardson: > > This updates the license on the rte_rtm.h file to be the standard > > BSD-3-Clause license used for the rest of DPDK, thus bringing the file in > > compliance with the DPDK licensing policy. > > > > Signed-off-by: Bruce Richardson > > CC: Roman Dementiev > > CC: Andi Kleen > > --- > > lib/librte_eal/common/include/arch/x86/rte_rtm.h | 19 ++++--------------- > > 1 file changed, 4 insertions(+), 15 deletions(-) > > > > +/* SPDX-License-Identifier: BSD-3-Clause > > + * Copyright(c) 2012,2013 Intel Corporation > > + */ > > + > > #ifndef _RTE_RTM_H_ > > #define _RTE_RTM_H_ 1 > > > > -/* > > - * Copyright (c) 2012,2013 Intel Corporation > > - * Author: Andi Kleen Applied, Andi Kleen is supposed to have given his agreement to Bruce.