summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-02-17 22:54:43 -0500
committerNick Mathewson <nickm@torproject.org>2010-02-17 22:54:43 -0500
commite15e1e9486b12b6790ecb4d5d6a23d049a713826 (patch)
tree328cffcb64b1b27bb8e9ad3b2c5dd13a9d6ebe55
parent4ec8fea68e59f5e847f3f31af28f7c1f9c9cdccb (diff)
downloadlibevent-e15e1e9486b12b6790ecb4d5d6a23d049a713826.tar.gz
Add the arc4random.c license to the LICENSE file.
-rw-r--r--LICENSE21
1 files changed, 21 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 319e0e70..cd6ab06d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -45,3 +45,24 @@ win32select.c:
evport.c:
Copyright (c) 2007 Sun Microsystems
+
+==============================
+
+The arc4module is available under the following, sometimes called the
+"OpenBSD" license:
+
+ Copyright (c) 1996, David Mazieres <dm@uun.org>
+ Copyright (c) 2008, Damien Miller <djm@openbsd.org>
+
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+