LICENSE 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. Libevent is available for use under the following license, commonly known
  2. as the 3-clause (or "modified") BSD license:
  3. ==============================
  4. Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
  5. Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
  6. Redistribution and use in source and binary forms, with or without
  7. modification, are permitted provided that the following conditions
  8. are met:
  9. 1. Redistributions of source code must retain the above copyright
  10. notice, this list of conditions and the following disclaimer.
  11. 2. Redistributions in binary form must reproduce the above copyright
  12. notice, this list of conditions and the following disclaimer in the
  13. documentation and/or other materials provided with the distribution.
  14. 3. The name of the author may not be used to endorse or promote products
  15. derived from this software without specific prior written permission.
  16. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  17. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  18. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  19. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  20. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  21. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  22. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  23. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  24. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  25. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  26. ==============================
  27. Portions of Libevent are based on works by others, also made available by
  28. them under the three-clause BSD license above. The copyright notices are
  29. available in the corresponding source files; the license is as above. Here's
  30. a list:
  31. log.c:
  32. Copyright (c) 2000 Dug Song <dugsong@monkey.org>
  33. Copyright (c) 1993 The Regents of the University of California.
  34. strlcpy.c:
  35. Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
  36. win32.c:
  37. Copyright (c) 2003 Michael A. Davis <mike@datanerds.net>
  38. evport.c:
  39. Copyright (c) 2007 Sun Microsystems
  40. min_heap.h:
  41. Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com>
  42. tree.h:
  43. Copyright 2002 Niels Provos <provos@citi.umich.edu>