treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 247
Based on 1 normalized pattern(s): gnu gpl v2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 5 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> Reviewed-by: Enrico Weigelt <info@metux.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190602204655.013483115@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
2c162f9b41
Коммит
ddceed9d11
|
@ -1,9 +1,8 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Windfarm PowerMac thermal control. MAX6690 sensor.
|
||||
*
|
||||
* Copyright (C) 2005 Paul Mackerras, IBM Corp. <paulus@samba.org>
|
||||
*
|
||||
* Use and redistribute under the terms of the GNU GPL v2.
|
||||
*/
|
||||
#include <linux/types.h>
|
||||
#include <linux/errno.h>
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Windfarm PowerMac thermal control.
|
||||
* Control loops for machines with SMU and PPC970MP processors.
|
||||
*
|
||||
* Copyright (C) 2005 Paul Mackerras, IBM Corp. <paulus@samba.org>
|
||||
* Copyright (C) 2006 Benjamin Herrenschmidt, IBM Corp.
|
||||
*
|
||||
* Use and redistribute under the terms of the GNU GPL v2.
|
||||
*/
|
||||
#include <linux/types.h>
|
||||
#include <linux/errno.h>
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Windfarm PowerMac thermal control.
|
||||
* Control loops for PowerMac7,2 and 7,3
|
||||
*
|
||||
* Copyright (C) 2012 Benjamin Herrenschmidt, IBM Corp.
|
||||
*
|
||||
* Use and redistribute under the terms of the GNU GPL v2.
|
||||
*/
|
||||
#include <linux/types.h>
|
||||
#include <linux/errno.h>
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Windfarm PowerMac thermal control.
|
||||
* Control loops for RackMack3,1 (Xserve G5)
|
||||
*
|
||||
* Copyright (C) 2012 Benjamin Herrenschmidt, IBM Corp.
|
||||
*
|
||||
* Use and redistribute under the terms of the GNU GPL v2.
|
||||
*/
|
||||
#include <linux/types.h>
|
||||
#include <linux/errno.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* crc32hash.c - derived from linux/lib/crc32.c, GNU GPL v2 */
|
||||
/* Usage example:
|
||||
$ ./crc32hash "Dual Speed"
|
||||
|
|
Загрузка…
Ссылка в новой задаче