diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-04-03 18:08:18 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-04-08 06:59:09 -0400 |
commit | 7973b799dbea1770742851487a98276a24c961a5 (patch) | |
tree | 7075b359c43468a43b42ae759019026b024f2972 | |
parent | b9c273babce791cf228fc466577f55056a699f9c (diff) |
admin-guide: pm: intel_epb: Add SPDX license tag and copyright notice
Add an SPDX license tag and a copyright notice to the intel_epb.rst
file under Documentation/admin-quide/pm.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
-rw-r--r-- | Documentation/admin-guide/pm/intel_epb.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/admin-guide/pm/intel_epb.rst b/Documentation/admin-guide/pm/intel_epb.rst index d100849edfc4..005121167af7 100644 --- a/Documentation/admin-guide/pm/intel_epb.rst +++ b/Documentation/admin-guide/pm/intel_epb.rst | |||
@@ -1,7 +1,15 @@ | |||
1 | .. SPDX-License-Identifier: GPL-2.0 | ||
2 | .. include:: <isonum.txt> | ||
3 | |||
1 | ====================================== | 4 | ====================================== |
2 | Intel Performance and Energy Bias Hint | 5 | Intel Performance and Energy Bias Hint |
3 | ====================================== | 6 | ====================================== |
4 | 7 | ||
8 | :Copyright: |copy| 2019 Intel Corporation | ||
9 | |||
10 | :Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
11 | |||
12 | |||
5 | .. kernel-doc:: arch/x86/kernel/cpu/intel_epb.c | 13 | .. kernel-doc:: arch/x86/kernel/cpu/intel_epb.c |
6 | :doc: overview | 14 | :doc: overview |
7 | 15 | ||