X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Feui64.c;h=2ffde13505cb60cd426f9bf0e58a1bb1964db934;hp=6de8e10b688474a9c526580f9ab64e6660bb51ec;hb=df24fbb118751573203c069db28539ad89a62fd1;hpb=a8c240d24e1b254284c06b06de06a66828eeec57 diff --git a/pppd/eui64.c b/pppd/eui64.c index 6de8e10..2ffde13 100644 --- a/pppd/eui64.c +++ b/pppd/eui64.c @@ -1,28 +1,31 @@ /* - * eui64.c - EUI64 routines for IPv6CP. - * - * (c) 1999 Tommi Komulainen - * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by Carnegie Mellon University. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. - * - * $Id: eui64.c,v 1.1 1999/08/13 01:58:42 paulus Exp $ - */ -#ifndef lint -static char rcsid[] = "$Id: eui64.c,v 1.1 1999/08/13 01:58:42 paulus Exp $"; -#endif + eui64.c - EUI64 routines for IPv6CP. + Copyright (C) 1999 Tommi Komulainen + + 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, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + + + $Id: eui64.c,v 1.3 1999/08/25 04:15:51 paulus Exp $ +*/ + +#define RCSID "$Id: eui64.c,v 1.3 1999/08/25 04:15:51 paulus Exp $" #include "pppd.h" +static const char rcsid[] = RCSID; + /* * eui64_ntoa - Make an ascii representation of an interface identifier */