summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2012-05-21 11:25:40 +0000
committerThomas Osterried <thomas@osterried.de>2012-05-21 11:25:40 +0000
commit33a1d9ce349c59185adab13700b98ba9e8508cea (patch)
treedc483c707dd9b2076becf0517f81d58db4404060
parentf886db2738a8b351739c84a6c4c44ff0d65a6cd6 (diff)
Now debian license policy compliant:
Relicense listen/ripdump.c to permit commercial use and distribution.
-rw-r--r--ChangeLog1
-rw-r--r--listen/ripdump.c25
2 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ca7471..b7c445e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ ax25-apps (0.0.8)
* Support for UNIX98 pseudo terminals.
* New option -S to silence call for use in shell scripts.
* Add support for building rpm packages.
+ * Relicense listen/ripdump.c to permit commercial use and distribution.
ax25-apps (0.0.7)
* Added opentrac to listen, Thanks to Scott Miller
diff --git a/listen/ripdump.c b/listen/ripdump.c
index 8a3f966..45d146b 100644
--- a/listen/ripdump.c
+++ b/listen/ripdump.c
@@ -2,8 +2,29 @@
* Copyright 1991 Phil Karn, KA9Q
*
* Changes Copyright (c) 1993 Jeff White - N0POY, All Rights Reserved.
- * Permission granted for non-commercial copying and use, provided
- * this notice is retained.
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the University nor the names of its contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) BE
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* Rehack for RIP-2 (RFC1388) by N0POY 4/1993
*