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