1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

I have new e-mail address. Thanks to Kaloz ;)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8538 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2007-08-29 17:27:11 +00:00
parent 49d892e8f8
commit 0840c2ef25
56 changed files with 60 additions and 60 deletions

View File

@@ -5,7 +5,7 @@
* array to match.
*
* Copyright (C) 2007 OpenWrt.org
* Copyright (C) 2007 Gabor Juhos <juhosg@freemail.hu>
* Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
*
* This file was based on drivers/mtd/redboot.c
* Author: Red Hat, Inc. - David Woodhouse <dwmw2@cambridge.redhat.com>
@@ -173,6 +173,6 @@ static void __exit mylo_mtd_parser_exit(void)
module_init(mylo_mtd_parser_init);
module_exit(mylo_mtd_parser_exit);
MODULE_AUTHOR("Gabor Juhos <juhosg@freemail.hu>");
MODULE_AUTHOR("Gabor Juhos <juhosg at openwrt.org>");
MODULE_DESCRIPTION("Parsing code for MyLoader partition tables");
MODULE_LICENSE("GPL");