aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/cpupower
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2017-12-14 17:16:29 -0800
committerShuah Khan <shuahkh@osg.samsung.com>2017-12-15 08:27:39 -0700
commit0e96a0c83f0842d5cfd83b0a896bc82ff61f9849 (patch)
treee81d35eea2df6ea8b332e5e70d4676176db28986 /tools/power/cpupower
parentLinux 4.15-rc2 (diff)
downloadlinux-dev-0e96a0c83f0842d5cfd83b0a896bc82ff61f9849.tar.xz
linux-dev-0e96a0c83f0842d5cfd83b0a896bc82ff61f9849.zip
cpupower: Remove FSF address
Checkpatch in the kernel now complains about having the FSF address in comments. Other tools such as rpmlint are now starting to do the same thing. Remove the FSF address to reduce warnings on multiple tools. Signed-off-by: Laura Abbott <labbott@redhat.com> Acked-by: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/power/cpupower')
-rw-r--r--tools/power/cpupower/lib/cpufreq.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/power/cpupower/lib/cpufreq.h b/tools/power/cpupower/lib/cpufreq.h
index 3b005c39f068..60beaf5ed2ea 100644
--- a/tools/power/cpupower/lib/cpufreq.h
+++ b/tools/power/cpupower/lib/cpufreq.h
@@ -11,10 +11,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __CPUPOWER_CPUFREQ_H__