[PATCH 2.6.13-rc6-mm2] ppp_mppe: author email change

From: Matt Domsch
Date: Mon Aug 29 2005 - 22:18:52 EST


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 <Matt_Domsch@xxxxxxxx>

--
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 <frank@xxxxxxxxxx>.
+ * By Frank Cusack <fcusack@xxxxxxxxxxx>.
* Copyright (c) 2002,2003,2004 Google, Inc.
* All rights reserved.
*
@@ -59,7 +59,7 @@

#include "ppp_mppe.h"

-MODULE_AUTHOR("Frank Cusack <frank@xxxxxxxxxx>");
+MODULE_AUTHOR("Frank Cusack <fcusack@xxxxxxxxxxx>");
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/