summaryrefslogtreecommitdiff
path: root/pppd/eui64.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-08-25 04:15:52 +0000
committerPaul Mackerras <paulus@samba.org>1999-08-25 04:15:52 +0000
commit10a68fd183c5e16e95fce56e7b292f1436b1e714 (patch)
treeb40074d36705da64916b75ff7afa1fbd3a505f14 /pppd/eui64.c
parenta6b37e93378a72f1dd8f14ccf62a8dcbb8326c87 (diff)
downloadppp-10a68fd183c5e16e95fce56e7b292f1436b1e714.tar.gz
IPV6 update from Tommi Komulainen
Diffstat (limited to 'pppd/eui64.c')
-rw-r--r--pppd/eui64.c40
1 files changed, 21 insertions, 19 deletions
diff --git a/pppd/eui64.c b/pppd/eui64.c
index dfceeec..2ffde13 100644
--- a/pppd/eui64.c
+++ b/pppd/eui64.c
@@ -1,24 +1,26 @@
/*
- * 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.2 1999/08/13 06:46:12 paulus Exp $
- */
+ eui64.c - EUI64 routines for IPv6CP.
+ Copyright (C) 1999 Tommi Komulainen <Tommi.Komulainen@iki.fi>
+
+ 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.2 1999/08/13 06:46:12 paulus Exp $"
+#define RCSID "$Id: eui64.c,v 1.3 1999/08/25 04:15:51 paulus Exp $"
#include "pppd.h"