diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-28 13:10:18 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-30 14:29:54 -0400 |
commit | 7925f8f78f0190e96d9bfaf767b52e4f1176334c (patch) | |
tree | d647efe385e90d8eef4a97d2d93d5ab1a612c759 /drivers/cpuidle | |
parent | 003ba957919b1634b437615c86d68459e8450c10 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 215
Based on 1 normalized pattern(s):
this code is licenced under the gpl version 2 as described in the
copying file that acompanies the linux kernel
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 <tglx@linutronix.de>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528171439.466585205@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/cpuidle')
-rw-r--r-- | drivers/cpuidle/governors/menu.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/cpuidle/governors/menu.c b/drivers/cpuidle/governors/menu.c index 5951604e7d5c..e9a28c7846d6 100644 --- a/drivers/cpuidle/governors/menu.c +++ b/drivers/cpuidle/governors/menu.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * menu.c - the menu idle governor | 3 | * menu.c - the menu idle governor |
3 | * | 4 | * |
@@ -5,9 +6,6 @@ | |||
5 | * Copyright (C) 2009 Intel Corporation | 6 | * Copyright (C) 2009 Intel Corporation |
6 | * Author: | 7 | * Author: |
7 | * Arjan van de Ven <arjan@linux.intel.com> | 8 | * Arjan van de Ven <arjan@linux.intel.com> |
8 | * | ||
9 | * This code is licenced under the GPL version 2 as described | ||
10 | * in the COPYING file that acompanies the Linux Kernel. | ||
11 | */ | 9 | */ |
12 | 10 | ||
13 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |