I have new e-mail address. Thanks to Kaloz ;)
[openwrt/openwrt.git] / target / linux / adm5120-2.6 / files / drivers / mtd / myloader.c
index 222245cc9c0809b38c04bc8352f980040cc83e63..ad207e5559b836f928a2e04fbe50c1db7afe2ed5 100644 (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");