From: Matt Domsch <Matt_Domsch@dell.com>

Frank Cusack, primary author of the ppp_mppe kernel module, is no longer at
Google.  This updates his email address in the module, as agreed to by
Frank privately.

Signed-off-by: Matt Domsch <Matt_Domsch@dell.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/net/ppp_mppe.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/net/ppp_mppe.c~ppp_mppe-add-ppp-mppe-encryption-module-author-address-change drivers/net/ppp_mppe.c
--- devel/drivers/net/ppp_mppe.c~ppp_mppe-add-ppp-mppe-encryption-module-author-address-change	2005-08-30 00:14:08.000000000 -0700
+++ devel-akpm/drivers/net/ppp_mppe.c	2005-08-30 00:14:08.000000000 -0700
@@ -2,7 +2,7 @@
  * ppp_mppe.c - interface MPPE to the PPP code.
  * This version is for use with Linux kernel 2.6.14+
  *
- * By Frank Cusack <frank@google.com>.
+ * By Frank Cusack <fcusack@fcusack.com>.
  * Copyright (c) 2002,2003,2004 Google, Inc.
  * All rights reserved.
  *
@@ -59,7 +59,7 @@
 
 #include "ppp_mppe.h"
 
-MODULE_AUTHOR("Frank Cusack <frank@google.com>");
+MODULE_AUTHOR("Frank Cusack <fcusack@fcusack.com>");
 MODULE_DESCRIPTION("Point-to-Point Protocol Microsoft Point-to-Point Encryption support");
 MODULE_LICENSE("Dual BSD/GPL");
 MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE));
_