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 272

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 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 write to the free software
foundation inc 51 franklin street fifth floor boston ma 02110 1301
usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
ff7924b0 21eb0be9

+3 -42
+1 -14
drivers/hwmon/w83793.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * w83793.c - Linux kernel driver for hardware monitoring 3 4 * Copyright (C) 2006 Winbond Electronics Corp. ··· 8 7 * Watchdog driver part 9 8 * (Based partially on fschmd driver, 10 9 * Copyright 2007-2008 by Hans de Goede) 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation - version 2. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 24 - * 02110-1301 USA. 25 10 */ 26 11 27 12 /*
+1 -14
drivers/hwmon/w83795.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * w83795.c - Linux kernel driver for hardware monitoring 3 4 * Copyright (C) 2008 Nuvoton Technology Corp. 4 5 * Wei Song 5 6 * Copyright (C) 2010 Jean Delvare <jdelvare@suse.de> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation - version 2. 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, write to the Free Software 18 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 19 - * 02110-1301 USA. 20 7 * 21 8 * Supports following chips: 22 9 *
+1 -14
drivers/hwmon/w83l786ng.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * w83l786ng.c - Linux kernel driver for hardware monitoring 3 4 * Copyright (c) 2007 Kevin Lo <kevlo@kevlo.org> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation - version 2. 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, write to the Free Software 16 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 17 - * 02110-1301 USA. 18 5 */ 19 6 20 7 /*