diff --git a/src/netif/ppp/mppe.c b/src/netif/ppp/mppe.c index 911b2160..bcaf1ae5 100644 --- a/src/netif/ppp/mppe.c +++ b/src/netif/ppp/mppe.c @@ -1,6 +1,5 @@ /* - * ppp_mppe.c - interface MPPE to the PPP code. - * This version is for use with Linux kernel 2.6.14+ + * mppe.c - interface MPPE to the PPP code. * * By Frank Cusack . * Copyright (c) 2002,2003,2004 Google, Inc. @@ -12,24 +11,6 @@ * notice appears in all copies. This software is provided without any * warranty, express or implied. * - * ALTERNATIVELY, provided that this notice is retained in full, this product - * may be distributed under the terms of the GNU General Public License (GPL), - * in which case the provisions of the GPL apply INSTEAD OF those given above. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, see . - * - * * Changelog: * 08/12/05 - Matt Domsch * Only need extra skb padding on transmit, not receive.