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 412

Based on 1 normalized pattern(s):

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 of the license this program
is distributed in the hope that it will be useful but without any
warranty without even the implied warranty of merchantability or
fitness for a particular purpose see the gnu general public license
for more details you should have received a copy of the gnu general
public license along with this program

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 2 file(s).

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
4d8bc510 65c85c83

+2 -24
+1 -12
drivers/net/can/usb/mcba_usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* SocketCAN driver for Microchip CAN BUS Analyzer Tool 2 3 * 3 4 * Copyright (C) 2017 Mobica Limited 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published 7 - * by the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program. 16 5 * 17 6 * This driver is inspired by the 4.6.2 version of net/can/usb/usb_8dev.c 18 7 */
+1 -12
drivers/net/can/usb/usb_8dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CAN driver for "8 devices" USB2CAN converter 3 4 * 4 5 * Copyright (C) 2012 Bernd Krumboeck (krumboeck@universalnet.at) 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published 8 - * by the Free Software Foundation; version 2 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program. 17 6 * 18 7 * This driver is inspired by the 3.2.0 version of drivers/net/can/usb/ems_usb.c 19 8 * and drivers/net/can/usb/esd_usb2.c