From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A02E02206F; Tue, 13 Nov 2018 19:09:19 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 13 Nov 2018 19:09:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=trautUCG17WTCzT7baJMCANiPIH1IK6NmHtKsAMOV48=; b=UGXiFTmrU2zu WyZAiRH66edPZboSR3B23jLrY9eo5quYcez2pU5q4t4/ziclIkQpVFjXys18q1lw MB1wUNmoESrBgdGn2NcO6dZzehaITbz+V1UzwoDGFAlrwXgNyMP9ZQ7pduGNpTzT mPR7DkydCRVSU4Sz4OncZhdaWhzyjTw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=trautUCG17WTCzT7baJMCANiPIH1IK6NmHtKsAMOV 48=; b=oeIoQxJud38Av6muvJBoDhH7iJE3K613Z9PkR6s+K8v3ba8l6hZtmNcc0 PQI4GoSvQ7n3GvP/6ZWFI74PrhEEpAUXEh0je85iZaG10ELNslOcPgk6Sd1RpWI/ X+ReYeEz35jO/mXHDfBqKisFWdTCr7jEpRCY+KRlzpm+mTyqbgke0vgGhgxSHzAQ a6VXJ5y0gtoHgYwoKhtWCuoa0VgzaZtRZNZYzAK0qxZtA+iNL4DG85okmOw7YNnF oecJwImEfIN9Ma42xjMQZ2rwVnZbqy5BTPfsV1m4dChyAWyp33QC8LYwg+XnTGvj cHY/3wUxfcivFlhM/HFwMW8Y0aZkQ== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9DC79102A0; Tue, 13 Nov 2018 19:09:18 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Andi Kleen , Roman Dementiev Date: Wed, 14 Nov 2018 01:09:17 +0100 Message-ID: <1859454.ke8RyalOgj@xps> In-Reply-To: <3640308.hOKx1cDBQh@xps> References: <20171221165335.199056-1-bruce.richardson@intel.com> <3640308.hOKx1cDBQh@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] eal/x86: move header to standard BSD license 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: , X-List-Received-Date: Wed, 14 Nov 2018 00:09:20 -0000 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.