On Tue, 4 Jun 2019, Thomas Gleixner wrote: > From: Thomas Gleixner tglx@xxxxxxxxxxxxx > > Based on 1 normalized pattern(s): > > license__ = gpl version 2 > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 1 file(s). > > Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Note, that this does not remove anything because the license information is part of the code. > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch17&id=48ced429262c > --- > tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py | 1 + > 1 file changed, 1 insertion(+) > > --- a/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py > +++ b/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py > @@ -1,4 +1,5 @@ > #!/usr/bin/python > +# SPDX-License-Identifier: GPL-2.0-only > # -*- coding: utf-8 -*- > # > """ This utility can be used to debug and tune the performance of the > > >