summaryrefslogtreecommitdiff
path: root/pppdump
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2001-03-12 23:05:44 +0000
committerPaul Mackerras <paulus@samba.org>2001-03-12 23:05:44 +0000
commit0aac832b0ef29c3febb9f6848c84aceee8f589b0 (patch)
treeac528b35c3a1b74a52fee8a9eaef788382618e21 /pppdump
parent392a4f54cb25e48eed9cf5443febeeba7eaf7cbc (diff)
downloadppp-0aac832b0ef29c3febb9f6848c84aceee8f589b0.tar.gz
change to bsd-style licence
Diffstat (limited to 'pppdump')
-rw-r--r--pppdump/pppdump.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/pppdump/pppdump.c b/pppdump/pppdump.c
index 3d3ad19..a8e69d4 100644
--- a/pppdump/pppdump.c
+++ b/pppdump/pppdump.c
@@ -4,10 +4,14 @@
*
* Copyright (C) 1999 Paul Mackerras. All rights reserved.
*
- * 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.
+ * 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. 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.
*/
#include <stdio.h>
#include <unistd.h>