diff options
author | Xinyu Chen <xinyu.chen@freescale.com> | 2012-03-12 13:18:00 +0800 |
---|---|---|
committer | Xinyu Chen <xinyu.chen@freescale.com> | 2012-03-12 13:18:00 +0800 |
commit | 80167b1e5474148c9ab6bb36e9dd7f124a88ac4c (patch) | |
tree | 04a0f3bc0c51fbad288327000dbb8fed5ee4f3a9 | |
parent | aef881ae02fd68d885e314fadd6992d60ea8d54a (diff) |
ENGR00173756-2 cpufreq: fix license issue
Correct the license header of cpufreq earlysuspend
governor switch driver.
Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
-rw-r--r-- | kernel/power/cpufreq_earlysuspend.c | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/kernel/power/cpufreq_earlysuspend.c b/kernel/power/cpufreq_earlysuspend.c index fe2571d684e4..50f1dd3f2c4a 100644 --- a/kernel/power/cpufreq_earlysuspend.c +++ b/kernel/power/cpufreq_earlysuspend.c @@ -1,12 +1,19 @@ /* - * Copyright (C)2012 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright (C) 2012 Freescale Semiconductor, Inc. All Rights Reserved. * - * The code contained herein is licensed under the GNU General Public - * License. You may obtain a copy of the GNU General Public License - * Version 2 or later at the following locations: - * - * http://www.opensource.org/licenses/gpl-license.html - * http://www.gnu.org/copyleft/gpl.html + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program is distributed in the hope that it will be useful, + * 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <linux/fs.h> |