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.
ppp_mppe.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Signed-off-by: Matt Domsch <[EMAIL PROTECTED]> -- Matt Domsch Software Architect Dell Linux Solutions linux.dell.com & www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com diff -urNp --exclude-from=/home/mdomsch/excludes --minimal linux-2.6.13-rc6-mm2.orig/drivers/net/ppp_mppe.c linux-2.6.13-rc6-mm2/drivers/net/ppp_mppe.c --- linux-2.6.13-rc6-mm2.orig/drivers/net/ppp_mppe.c Mon Aug 29 22:08:58 2005 +++ linux-2.6.13-rc6-mm2/drivers/net/ppp_mppe.c Mon Aug 29 22:10:23 2005 @@ -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 <[EMAIL PROTECTED]>. + * By Frank Cusack <[EMAIL PROTECTED]>. * Copyright (c) 2002,2003,2004 Google, Inc. * All rights reserved. * @@ -59,7 +59,7 @@ #include "ppp_mppe.h" -MODULE_AUTHOR("Frank Cusack <[EMAIL PROTECTED]>"); +MODULE_AUTHOR("Frank Cusack <[EMAIL PROTECTED]>"); MODULE_DESCRIPTION("Point-to-Point Protocol Microsoft Point-to-Point Encryption support"); MODULE_LICENSE("Dual BSD/GPL"); MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE)); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/