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

Configure Feed

Select the types of activity you want to include in your feed.

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

Based on 1 normalized pattern(s):

this driver is free software you can redistribute it and or modify
it under the terms of the gnu general public license either version
2 of the license or at your option any later version this driver 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 driver if not see http www gnu org
licenses

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 2 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/20190520071858.296418152@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
6e7c1094 83cde383

+2 -26
+1 -13
drivers/hwmon/fam15h_power.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * fam15h_power.c - AMD Family 15h processor power monitoring 3 4 * 4 5 * Copyright (c) 2011-2016 Advanced Micro Devices, Inc. 5 6 * Author: Andreas Herrmann <herrmann.der.user@googlemail.com> 6 - * 7 - * 8 - * This driver is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License; either 10 - * version 2 of the License, or (at your option) any later version. 11 - * 12 - * This driver is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 - * See the GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this driver; if not, see <http://www.gnu.org/licenses/>. 19 7 */ 20 8 21 9 #include <linux/err.h>
+1 -13
drivers/hwmon/k10temp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * k10temp.c - AMD Family 10h/11h/12h/14h/15h/16h processor hardware monitoring 3 4 * 4 5 * Copyright (c) 2009 Clemens Ladisch <clemens@ladisch.de> 5 - * 6 - * 7 - * This driver is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This driver 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. 14 - * See the 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 driver; if not, see <http://www.gnu.org/licenses/>. 18 6 */ 19 7 20 8 #include <linux/err.h>