aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/cpupower/debug
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2022-06-07 16:11:34 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-10 14:51:36 +0200
commitfa82cce7a6bbb35ecf7fe66231c7076052cf66d5 (patch)
tree55fc45576fe368ae3b6e3fbc4ad17411e64ed76c /tools/power/cpupower/debug
parenttreewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE (diff)
downloadlinux-dev-fa82cce7a6bbb35ecf7fe66231c7076052cf66d5.tar.xz
linux-dev-fa82cce7a6bbb35ecf7fe66231c7076052cf66d5.zip
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULE
Based on the normalized pattern: licensed under the gpl v2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference. Reviewed-by: Allison Randal <allison@lohutok.net> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/power/cpupower/debug')
-rw-r--r--tools/power/cpupower/debug/i386/dump_psb.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/power/cpupower/debug/i386/dump_psb.c b/tools/power/cpupower/debug/i386/dump_psb.c
index 2c768cf70128..6fb81b42ea61 100644
--- a/tools/power/cpupower/debug/i386/dump_psb.c
+++ b/tools/power/cpupower/debug/i386/dump_psb.c
@@ -1,7 +1,5 @@
-/*
- * dump_psb. (c) 2004, Dave Jones, Red Hat Inc.
- * Licensed under the GPL v2.
- */
+// SPDX-License-Identifier: GPL-2.0-only
+// dump_psb. (c) 2004, Dave Jones, Red Hat Inc.
#include <fcntl.h>
#include <stdio.h>