> -----Original Message----- > From: Lee Daly [mailto:[email protected]] > Subject: [PATCH] examples/performance-thread: updates hasan alayli's license > Importance: High > > This updates hasan alayli's license to be the standard BSD-3-Clause license > used > for the rest of DPDK,bringing the files in compliance with the DPDK licensing > policy. > > Signed-off-by: Lee Daly <[email protected]> > --- > .../performance-thread/common/arch/x86/stack.h | 40 > ++++------------------ > 1 file changed, 7 insertions(+), 33 deletions(-)
Acked-by: Hemant Agrawal <[email protected]> > > diff --git a/examples/performance-thread/common/arch/x86/stack.h > b/examples/performance-thread/common/arch/x86/stack.h > index edf21c0..ee78ba2 100644 > --- a/examples/performance-thread/common/arch/x86/stack.h > +++ b/examples/performance-thread/common/arch/x86/stack.h > @@ -1,37 +1,11 @@ > -/* SPDX-License-Identifier: BSD-3-Clause > - * Copyright(c) 2015 Intel Corporation. > - * Copyright(c) Cavium, Inc. 2017. > - * All rights reserved. > - */

