aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2019-05-31 01:09:35 -0700
committerGreg Kroah-Hartman <[email protected]>2019-06-05 17:37:10 +0200
commitf797118391ce5142ebbf73358eec213707d0d326 (patch)
treea85927b6ee6cc1a44af310ad15c27e7d8454701d
parent76e692f501a37636d1e889fe11b9f718d34c8f61 (diff)
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 375
Based on 1 normalized pattern(s): released under the terms of the 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 1 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Richard Fontana <[email protected]> Reviewed-by: Armijn Hemel <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/macintosh/windfarm_smu_sat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/macintosh/windfarm_smu_sat.c b/drivers/macintosh/windfarm_smu_sat.c
index b4be718beba8..c84ec49c3741 100644
--- a/drivers/macintosh/windfarm_smu_sat.c
+++ b/drivers/macintosh/windfarm_smu_sat.c
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Windfarm PowerMac thermal control. SMU "satellite" controller sensors.
*
* Copyright (C) 2005 Paul Mackerras, IBM Corp. <[email protected]>
- *
- * Released under the terms of the GNU GPL v2.
*/
#include <linux/types.h>