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 468

Based on 1 normalized pattern(s):

based on gpl code from [dibcom] which has [copyright] [c] [2004]
[amaury] [demol] [for] [dibcom] 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
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 4 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081202.886876323@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
fc7669c6 957ec138

+4 -18
+1 -5
drivers/media/dvb-frontends/dib3000.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * public header file of the frontend drivers for mobile DVB-T demodulators 3 4 * DiBcom 3000M-B and DiBcom 3000P/M-C (http://www.dibcom.fr/) ··· 9 8 * 10 9 * Copyright (C) 2004 Amaury Demol for DiBcom 11 10 * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation, version 2. 15 - * 16 11 * Acknowledgements 17 12 * 18 13 * Amaury Demol from DiBcom for providing specs and driver 19 14 * sources, on which this driver (and the dvb-dibusb) are based. 20 15 * 21 16 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 22 - * 23 17 */ 24 18 25 19 #ifndef DIB3000_H
+1 -5
drivers/media/dvb-frontends/dib3000mb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Frontend driver for mobile DVB-T demodulator DiBcom 3000M-B 3 4 * DiBcom (http://www.dibcom.fr/) ··· 9 8 * 10 9 * Copyright (C) 2004 Amaury Demol for DiBcom 11 10 * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation, version 2. 15 - * 16 11 * Acknowledgements 17 12 * 18 13 * Amaury Demol from DiBcom for providing specs and driver 19 14 * sources, on which this driver (and the dvb-dibusb) are based. 20 15 * 21 16 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 22 - * 23 17 */ 24 18 25 19 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
drivers/media/usb/dvb-usb/dibusb-mb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB compliant linux driver for mobile DVB-T USB devices based on 2 3 * reference designs made by DiBcom (http://www.dibcom.fr/) (DiB3000M-B) 3 4 * ··· 6 5 * 7 6 * based on GPL code from DiBcom, which has 8 7 * Copyright (C) 2004 Amaury Demol for DiBcom 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms of the GNU General Public License as published by the Free 12 - * Software Foundation, version 2. 13 8 * 14 9 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 15 10 */
+1 -4
drivers/media/usb/dvb-usb/dibusb-mc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB compliant linux driver for mobile DVB-T USB devices based on 2 3 * reference designs made by DiBcom (http://www.dibcom.fr/) (DiB3000M-C/P) 3 4 * ··· 6 5 * 7 6 * based on GPL code from DiBcom, which has 8 7 * Copyright (C) 2004 Amaury Demol for DiBcom 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms of the GNU General Public License as published by the Free 12 - * Software Foundation, version 2. 13 8 * 14 9 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 15 10 */