Reviewed-by: Allison Randal <allison@xxxxxxxxxxx> On 5/20/19 3:19 AM, Thomas Gleixner wrote: > Based on 1 normalized pattern(s): > > licensed under the gplv2 or later > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 5 file(s). > > Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch3&id=4c32d429b91e > --- > drivers/iio/adc/at91_adc.c | 3 +-- > drivers/iio/adc/nau7802.c | 3 +-- > drivers/video/backlight/hx8357.c | 3 +-- > drivers/video/fbdev/ssd1307fb.c | 3 +-- > include/linux/platform_data/at91_adc.h | 3 +-- > 5 files changed, 5 insertions(+), 10 deletions(-) > > --- a/drivers/iio/adc/at91_adc.c > +++ b/drivers/iio/adc/at91_adc.c > @@ -1,9 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Driver for the ADC present in the Atmel AT91 evaluation boards. > * > * Copyright 2011 Free Electrons > - * > - * Licensed under the GPLv2 or later. > */ > > #include <linux/bitmap.h> > --- a/drivers/iio/adc/nau7802.c > +++ b/drivers/iio/adc/nau7802.c > @@ -1,9 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Driver for the Nuvoton NAU7802 ADC > * > * Copyright 2013 Free Electrons > - * > - * Licensed under the GPLv2 or later. > */ > > #include <linux/delay.h> > --- a/drivers/video/backlight/hx8357.c > +++ b/drivers/video/backlight/hx8357.c > @@ -1,9 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Driver for the Himax HX-8357 LCD Controller > * > * Copyright 2012 Free Electrons > - * > - * Licensed under the GPLv2 or later. > */ > > #include <linux/delay.h> > --- a/drivers/video/fbdev/ssd1307fb.c > +++ b/drivers/video/fbdev/ssd1307fb.c > @@ -1,9 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Driver for the Solomon SSD1307 OLED controller > * > * Copyright 2012 Free Electrons > - * > - * Licensed under the GPLv2 or later. > */ > > #include <linux/backlight.h> > --- a/include/linux/platform_data/at91_adc.h > +++ b/include/linux/platform_data/at91_adc.h > @@ -1,7 +1,6 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Copyright (C) 2011 Free Electrons > - * > - * Licensed under the GPLv2 or later. > */ > > #ifndef _AT91_ADC_H_ > >