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: Thu, 04 Jan 2018 22:22:30 +0100 Message-ID: <3640308.hOKx1cDBQh@xps> References: <20171221165335.199056-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , Roman Dementiev To: Andi Kleen Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 816AA7D19 for ; Thu, 4 Jan 2018 22:22:51 +0100 (CET) In-Reply-To: <20171221165335.199056-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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