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