aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/drivers/leds/leds-adm5120.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-01-29 08:23:40 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-01-29 08:23:40 +0000
commit7d92be2f9482ec35f8b42120e039825b7938a446 (patch)
tree11d2bb833693f90e91db340996617dcefe4f4a1e /target/linux/adm5120/files/drivers/leds/leds-adm5120.c
parent08933608f58d0ba0df612d358d9dd66a574096de (diff)
downloadupstream-7d92be2f9482ec35f8b42120e039825b7938a446.tar.gz
upstream-7d92be2f9482ec35f8b42120e039825b7938a446.tar.bz2
upstream-7d92be2f9482ec35f8b42120e039825b7938a446.zip
license cleanup
SVN-Revision: 10305
Diffstat (limited to 'target/linux/adm5120/files/drivers/leds/leds-adm5120.c')
-rw-r--r--target/linux/adm5120/files/drivers/leds/leds-adm5120.c19
1 files changed, 4 insertions, 15 deletions
diff --git a/target/linux/adm5120/files/drivers/leds/leds-adm5120.c b/target/linux/adm5120/files/drivers/leds/leds-adm5120.c
index 9bd3af6e8d..95b90fa474 100644
--- a/target/linux/adm5120/files/drivers/leds/leds-adm5120.c
+++ b/target/linux/adm5120/files/drivers/leds/leds-adm5120.c
@@ -6,20 +6,9 @@
* Copyright (C) 2007,2008 OpenWrt.org
* Copyright (C) 2007,2008 Gabor Juhos <juhosg at openwrt.org>
*
- * 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.
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published
+ * by the Free Software Foundation.
*
*/
@@ -394,5 +383,5 @@ module_exit(adm5120_leds_exit);
MODULE_AUTHOR("Gabor Juhos <juhosg at openwrt.org>");
MODULE_DESCRIPTION(DRV_DESC);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");