Reviewed-by: Kate Stewart <kstewart@xxxxxxxxxxxxxxxxxxx> On Fri, May 24, 2019 at 5:12 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote: > > From: Thomas Gleixner tglx@xxxxxxxxxxxxx > > Based on 1 normalized pattern(s): > > this program is free software you can redistribute it and or modify > it under the terms of the gnu general public license as published by > the free software foundation either version 2 of the license or any > later version > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 1 file(s). > > Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch6&id=cb0008c47ccd > --- > arch/powerpc/perf/isa207-common.h | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > > --- a/arch/powerpc/perf/isa207-common.h > +++ b/arch/powerpc/perf/isa207-common.h > @@ -1,12 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Copyright 2009 Paul Mackerras, IBM Corporation. > * Copyright 2013 Michael Ellerman, IBM Corporation. > * Copyright 2016 Madhavan Srinivasan, IBM Corporation. > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License > - * as published by the Free Software Foundation; either version > - * 2 of the License, or any later version. > */ > > #ifndef _LINUX_POWERPC_PERF_ISA207_COMMON_H_ > >