Reviewed-by: Allison Randal <allison@xxxxxxxxxxx> On 5/23/19 5:14 AM, Thomas Gleixner wrote: > Based on 1 normalized pattern(s): > > this program is free software you can redistribute it and or modify > i t under the terms of the gnu general public license as published > by th e free software foundation either version 2 of the license or > at you r option 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=batch5&id=1fd80a115d4e > --- > drivers/gpio/gpio-tps65218.c | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > > --- a/drivers/gpio/gpio-tps65218.c > +++ b/drivers/gpio/gpio-tps65218.c > @@ -1,13 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright 2015 Verifone Int. > * > * Author: Nicolas Saenz Julienne <nicolassaenzj@xxxxxxxxx> > * > - * This program is free software; you can redistribute it and/or modify i t > - * under the terms of the GNU General Public License as published by th e > - * Free Software Foundation; either version 2 of the License, or (at you r > - * option) any later version. > - * > * This driver is based on the gpio-tps65912 implementation. > */ > > >