X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fadm5120%2Ffiles%2Fdrivers%2Fmtd%2Fmyloader.c;h=9dab9d18da0517170c694da8a29226a9929cb956;hb=6d8520bc411b3836bbe557de4bf7ce6aaa4c5842;hp=24d41c559bb989b3d9f9ac2e5807343199af9093;hpb=ec6d32f924ee9e6b4d58885d2f692c8c2a4a2773;p=openwrt-10.03%2F.git diff --git a/target/linux/adm5120/files/drivers/mtd/myloader.c b/target/linux/adm5120/files/drivers/mtd/myloader.c index 24d41c559..9dab9d18d 100644 --- a/target/linux/adm5120/files/drivers/mtd/myloader.c +++ b/target/linux/adm5120/files/drivers/mtd/myloader.c @@ -10,20 +10,10 @@ * This file was based on drivers/mtd/redboot.c * Author: Red Hat, Inc. - David Woodhouse * - * 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 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. * - * 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 @@ -174,4 +164,4 @@ module_exit(mylo_mtd_parser_exit); MODULE_AUTHOR("Gabor Juhos "); MODULE_DESCRIPTION("Parsing code for MyLoader partition tables"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2");