LICENSE revision 1.1 1 1.1 christos Libevent is available for use under the following license, commonly known
2 1.1 christos as the 3-clause (or "modified") BSD license:
3 1.1 christos
4 1.1 christos ==============================
5 1.1 christos Copyright (c) 2000-2007 Niels Provos <provos (a] citi.umich.edu>
6 1.1 christos Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
7 1.1 christos
8 1.1 christos Redistribution and use in source and binary forms, with or without
9 1.1 christos modification, are permitted provided that the following conditions
10 1.1 christos are met:
11 1.1 christos 1. Redistributions of source code must retain the above copyright
12 1.1 christos notice, this list of conditions and the following disclaimer.
13 1.1 christos 2. Redistributions in binary form must reproduce the above copyright
14 1.1 christos notice, this list of conditions and the following disclaimer in the
15 1.1 christos documentation and/or other materials provided with the distribution.
16 1.1 christos 3. The name of the author may not be used to endorse or promote products
17 1.1 christos derived from this software without specific prior written permission.
18 1.1 christos
19 1.1 christos THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20 1.1 christos IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
21 1.1 christos OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
22 1.1 christos IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23 1.1 christos INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
24 1.1 christos NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 1.1 christos DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 1.1 christos THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 1.1 christos (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28 1.1 christos THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 1.1 christos ==============================
30 1.1 christos
31 1.1 christos Portions of Libevent are based on works by others, also made available by
32 1.1 christos them under the three-clause BSD license above. The copyright notices are
33 1.1 christos available in the corresponding source files; the license is as above. Here's
34 1.1 christos a list:
35 1.1 christos
36 1.1 christos log.c:
37 1.1 christos Copyright (c) 2000 Dug Song <dugsong (a] monkey.org>
38 1.1 christos Copyright (c) 1993 The Regents of the University of California.
39 1.1 christos
40 1.1 christos strlcpy.c:
41 1.1 christos Copyright (c) 1998 Todd C. Miller <Todd.Miller (a] courtesan.com>
42 1.1 christos
43 1.1 christos win32select.c:
44 1.1 christos Copyright (c) 2003 Michael A. Davis <mike (a] datanerds.net>
45 1.1 christos
46 1.1 christos evport.c:
47 1.1 christos Copyright (c) 2007 Sun Microsystems
48 1.1 christos
49 1.1 christos ht-internal.h:
50 1.1 christos Copyright (c) 2002 Christopher Clark
51 1.1 christos
52 1.1 christos minheap-internal.h:
53 1.1 christos Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin (a] gmail.com>
54 1.1 christos
55 1.1 christos ==============================
56 1.1 christos
57 1.1 christos The arc4module is available under the following, sometimes called the
58 1.1 christos "OpenBSD" license:
59 1.1 christos
60 1.1 christos Copyright (c) 1996, David Mazieres <dm (a] uun.org>
61 1.1 christos Copyright (c) 2008, Damien Miller <djm (a] openbsd.org>
62 1.1 christos
63 1.1 christos Permission to use, copy, modify, and distribute this software for any
64 1.1 christos purpose with or without fee is hereby granted, provided that the above
65 1.1 christos copyright notice and this permission notice appear in all copies.
66 1.1 christos
67 1.1 christos THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
68 1.1 christos WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
69 1.1 christos MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
70 1.1 christos ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
71 1.1 christos WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
72 1.1 christos ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
73 1.1 christos OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
74 1.1 christos
75 1.1 christos ==============================
76 1.1 christos
77 1.1 christos The Windows timer code is based on code from libutp, which is
78 1.1 christos distributed under this license, sometimes called the "MIT" license.
79 1.1 christos
80 1.1 christos
81 1.1 christos Copyright (c) 2010 BitTorrent, Inc.
82 1.1 christos
83 1.1 christos Permission is hereby granted, free of charge, to any person obtaining a copy
84 1.1 christos of this software and associated documentation files (the "Software"), to deal
85 1.1 christos in the Software without restriction, including without limitation the rights
86 1.1 christos to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
87 1.1 christos copies of the Software, and to permit persons to whom the Software is
88 1.1 christos furnished to do so, subject to the following conditions:
89 1.1 christos
90 1.1 christos The above copyright notice and this permission notice shall be included in
91 1.1 christos all copies or substantial portions of the Software.
92 1.1 christos
93 1.1 christos THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
94 1.1 christos IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
95 1.1 christos FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
96 1.1 christos AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
97 1.1 christos LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
98 1.1 christos OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
99 1.1 christos THE SOFTWARE.
100