From 6d8520bc411b3836bbe557de4bf7ce6aaa4c5842 Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 29 Jan 2008 08:23:40 +0000 Subject: [adm5120] license cleanup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10305 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/adm5120/files/drivers/leds/leds-adm5120.c | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'target/linux/adm5120/files/drivers/leds/leds-adm5120.c') diff --git a/target/linux/adm5120/files/drivers/leds/leds-adm5120.c b/target/linux/adm5120/files/drivers/leds/leds-adm5120.c index 9bd3af6e8..95b90fa47 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 * - * 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 "); MODULE_DESCRIPTION(DRV_DESC); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); -- cgit v1.2.3