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 344

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the version 2 of the gnu general public
license as published by the free software foundation 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 if not see http www gnu org
licenses

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
35e62ae8 b7c320ff

+15 -183
+1 -12
drivers/net/can/dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005 Marc Kleine-Budde, Pengutronix 3 4 * Copyright (C) 2006 Andrey Volkov, Varma Electronics 4 5 * Copyright (C) 2008-2009 Wolfgang Grandegger <wg@grandegger.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the version 2 of the GNU General Public License 8 - * as published by the Free Software Foundation 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <linux/module.h>
+1 -12
drivers/net/can/mscan/mpc5xxx_can.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CAN bus driver for the Freescale MPC5xxx embedded CPU. 3 4 * ··· 6 5 * Varma Electronics Oy 7 6 * Copyright (C) 2008-2009 Wolfgang Grandegger <wg@grandegger.com> 8 7 * Copyright (C) 2009 Wolfram Sang, Pengutronix <w.sang@pengutronix.de> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the version 2 of the GNU General Public License 12 - * as published by the Free Software Foundation 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 21 8 */ 22 9 23 10 #include <linux/kernel.h>
+1 -12
drivers/net/can/mscan/mscan.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CAN bus driver for the alone generic (as possible as) MSCAN controller. 3 4 * ··· 6 5 * Varma Electronics Oy 7 6 * Copyright (C) 2008-2009 Wolfgang Grandegger <wg@grandegger.com> 8 7 * Copyright (C) 2008-2009 Pengutronix <kernel@pengutronix.de> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the version 2 of the GNU General Public License 12 - * as published by the Free Software Foundation 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 21 8 */ 22 9 23 10 #include <linux/kernel.h>
+1 -12
drivers/net/can/mscan/mscan.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Definitions of consts/structs to drive the Freescale MSCAN. 3 4 * 4 5 * Copyright (C) 2005-2006 Andrey Volkov <avolkov@varma-el.com>, 5 6 * Varma Electronics Oy 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the version 2 of the GNU General Public License 9 - * as published by the Free Software Foundation 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 7 */ 19 8 20 9 #ifndef __MSCAN_H__
+1 -12
drivers/net/can/rx-offload.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 David Jander, Protonic Holland 3 4 * Copyright (C) 2014-2017 Pengutronix, Marc Kleine-Budde <kernel@pengutronix.de> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the version 2 of the GNU General Public License 7 - * as published by the Free Software Foundation 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 16 5 */ 17 6 18 7 #include <linux/can/dev.h>
+1 -12
drivers/net/can/sja1000/ems_pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007 Wolfgang Grandegger <wg@grandegger.com> 3 4 * Copyright (C) 2008 Markus Plessing <plessing@ems-wuensche.com> 4 5 * Copyright (C) 2008 Sebastian Haas <haas@ems-wuensche.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the version 2 of the GNU General Public License 8 - * as published by the Free Software Foundation 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <linux/kernel.h>
+1 -12
drivers/net/can/sja1000/kvaser_pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008 Per Dalen <per.dalen@cnw.se> 3 4 * ··· 16 15 * Copyright (c) 2002-2007 Volkswagen Group Electronic Research 17 16 * Copyright (c) 2003 Matthias Brukner, Trajet Gmbh, Rebenring 33, 18 17 * 38106 Braunschweig, GERMANY 19 - * 20 - * This program is free software; you can redistribute it and/or modify 21 - * it under the terms of the version 2 of the GNU General Public License 22 - * as published by the Free Software Foundation 23 - * 24 - * This program is distributed in the hope that it will be useful, but 25 - * WITHOUT ANY WARRANTY; without even the implied warranty of 26 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 27 - * General Public License for more details. 28 - * 29 - * You should have received a copy of the GNU General Public License 30 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 31 18 */ 32 19 33 20 #include <linux/kernel.h>
+1 -12
drivers/net/can/sja1000/plx_pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008-2010 Pavel Cheblakov <P.B.Cheblakov@inp.nsk.su> 3 4 * ··· 6 5 * Copyright (C) 2007 Wolfgang Grandegger <wg@grandegger.com> 7 6 * Copyright (C) 2008 Markus Plessing <plessing@ems-wuensche.com> 8 7 * Copyright (C) 2008 Sebastian Haas <haas@ems-wuensche.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the version 2 of the GNU General Public License 12 - * as published by the Free Software Foundation 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 21 8 */ 22 9 23 10 #include <linux/kernel.h>
+1 -12
drivers/net/can/sja1000/sja1000_isa.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2009 Wolfgang Grandegger <wg@grandegger.com> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the version 2 of the GNU General Public License 6 - * as published by the Free Software Foundation 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 4 */ 16 5 17 6 #include <linux/kernel.h>
+1 -12
drivers/net/can/sja1000/sja1000_platform.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005 Sascha Hauer, Pengutronix 3 4 * Copyright (C) 2007 Wolfgang Grandegger <wg@grandegger.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the version 2 of the GNU General Public License 7 - * as published by the Free Software Foundation 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 16 5 */ 17 6 18 7 #include <linux/kernel.h>
+1 -12
drivers/net/can/softing/softing_cs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008-2010 3 4 * 4 5 * - Kurt Van Dijck, EIA Electronics 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the version 2 of the GNU General Public License 8 - * as published by the Free Software Foundation 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <linux/module.h>
+1 -12
drivers/net/can/softing/softing_fw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008-2010 3 4 * 4 5 * - Kurt Van Dijck, EIA Electronics 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the version 2 of the GNU General Public License 8 - * as published by the Free Software Foundation 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <linux/firmware.h>
+1 -12
drivers/net/can/softing/softing_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008-2010 3 4 * 4 5 * - Kurt Van Dijck, EIA Electronics 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the version 2 of the GNU General Public License 8 - * as published by the Free Software Foundation 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <linux/module.h>
+1 -15
drivers/net/can/spi/mcp251x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CAN bus driver for Microchip 251x CAN Controller with SPI Interface 3 4 * ··· 19 18 * - Simon Kallweit, intefo AG 20 19 * Copyright 2007 21 20 * 22 - * This program is free software; you can redistribute it and/or modify 23 - * it under the terms of the version 2 of the GNU General Public License 24 - * as published by the Free Software Foundation 25 - * 26 - * This program is distributed in the hope that it will be useful, 27 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 28 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 29 - * GNU General Public License for more details. 30 - * 31 - * You should have received a copy of the GNU General Public License 32 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 33 - * 34 - * 35 - * 36 21 * Your platform definition file should specify something like: 37 22 * 38 23 * static struct mcp251x_platform_data mcp251x_info = { ··· 38 51 * 39 52 * Please see mcp251x.h for a description of the fields in 40 53 * struct mcp251x_platform_data. 41 - * 42 54 */ 43 55 44 56 #include <linux/can/core.h>
+1 -12
drivers/net/can/vxcan.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * vxcan.c - Virtual CAN Tunnel for cross namespace communication 3 4 * ··· 7 6 * for network interface pairs in a common and established way. 8 7 * 9 8 * Copyright (c) 2017 Oliver Hartkopp <socketcan@hartkopp.net> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the version 2 of the GNU General Public License 13 - * as published by the Free Software Foundation 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 22 9 */ 23 10 24 11 #include <linux/module.h>