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 <bruce.richard...@intel.com> > CC: Roman Dementiev <roman.dement...@intel.com> > CC: Andi Kleen <andi.kl...@intel.com> > --- > 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