]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/eui64.c
Minor patches as suggested by Frank Cusack <fcusack@fcusack.com> to ensure
[ppp.git] / pppd / eui64.c
index 6de8e10b688474a9c526580f9ab64e6660bb51ec..c8487a9083d2d8b5399d47f2b7edcfec966e8a75 100644 (file)
@@ -1,28 +1,29 @@
 /*
- * eui64.c - EUI64 routines for IPv6CP.
- *
- * (c) 1999 Tommi Komulainen <Tommi.Komulainen@iki.fi>
- *
- * 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 <Tommi.Komulainen@iki.fi>
+
+    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 Tommi Komulainen.  The name of the author 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.5 2000/08/05 06:46:47 paulus Exp $
+*/
+
+#define RCSID  "$Id: eui64.c,v 1.5 2000/08/05 06:46:47 paulus Exp $"
 
 #include "pppd.h"
 
+static const char rcsid[] = RCSID;
+
 /*
  * eui64_ntoa - Make an ascii representation of an interface identifier
  */