Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 71

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@linutronix.de>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520071859.659568621@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
c51cb3f5 fd26084e

+5 -10
+1 -2
drivers/iio/adc/at91_adc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Driver for the ADC present in the Atmel AT91 evaluation boards. 3 4 * 4 5 * Copyright 2011 Free Electrons 5 - * 6 - * Licensed under the GPLv2 or later. 7 6 */ 8 7 9 8 #include <linux/bitmap.h>
+1 -2
drivers/iio/adc/nau7802.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Driver for the Nuvoton NAU7802 ADC 3 4 * 4 5 * Copyright 2013 Free Electrons 5 - * 6 - * Licensed under the GPLv2 or later. 7 6 */ 8 7 9 8 #include <linux/delay.h>
+1 -2
drivers/video/backlight/hx8357.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Driver for the Himax HX-8357 LCD Controller 3 4 * 4 5 * Copyright 2012 Free Electrons 5 - * 6 - * Licensed under the GPLv2 or later. 7 6 */ 8 7 9 8 #include <linux/delay.h>
+1 -2
drivers/video/fbdev/ssd1307fb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Driver for the Solomon SSD1307 OLED controller 3 4 * 4 5 * Copyright 2012 Free Electrons 5 - * 6 - * Licensed under the GPLv2 or later. 7 6 */ 8 7 9 8 #include <linux/backlight.h>
+1 -2
include/linux/platform_data/at91_adc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2011 Free Electrons 3 - * 4 - * Licensed under the GPLv2 or later. 5 4 */ 6 5 7 6 #ifndef _AT91_ADC_H_