Skip to content

Commit 108c35a

Browse files
dlezcanorafaeljw
authored andcommitted
sched/cpufreq: Add the SPDX tags
The SPDX tags are not present in cpufreq.c and cpufreq_schedutil.c. Add them and remove the license descriptions Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 40e020c commit 108c35a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

kernel/sched/cpufreq.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Scheduler code and data structures related to cpufreq.
34
*
45
* Copyright (C) 2016, Intel Corporation
56
* Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License version 2 as
9-
* published by the Free Software Foundation.
107
*/
118
#include "sched.h"
129

kernel/sched/cpufreq_schedutil.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* CPUFreq governor based on scheduler-provided CPU utilization data.
34
*
45
* Copyright (C) 2016, Intel Corporation
56
* Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License version 2 as
9-
* published by the Free Software Foundation.
107
*/
118

129
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

0 commit comments

Comments
 (0)