copyright/libevent14.copyright
author Guido Berhoerster <gber@openindiana.org>
Mon, 25 Oct 2010 22:04:53 +0200
changeset 0 10291c5dc856
permissions -rw-r--r--
Initial revision.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
     1
Libevent is available for use under the following license, commonly known
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
     2
as the 3-clause (or "modified") BSD license:
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
     3
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
     4
==============================
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
     5
Copyright (c) 2000-2007 Niels Provos <[email protected]>
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
     6
Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
     7
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
     8
Redistribution and use in source and binary forms, with or without
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
     9
modification, are permitted provided that the following conditions
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    10
are met:
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    11
1. Redistributions of source code must retain the above copyright
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    12
   notice, this list of conditions and the following disclaimer.
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    13
2. Redistributions in binary form must reproduce the above copyright
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    14
   notice, this list of conditions and the following disclaimer in the
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    15
   documentation and/or other materials provided with the distribution.
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    16
3. The name of the author may not be used to endorse or promote products
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    17
   derived from this software without specific prior written permission.
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    18
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    19
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    20
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    21
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    22
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    23
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    24
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    25
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    26
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    27
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    28
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    29
==============================
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    30
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    31
Portions of Libevent are based on works by others, also made available by
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    32
them under the three-clause BSD license above.  The copyright notices are
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    33
available in the corresponding source files; the license is as above.  Here's
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    34
a list:
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    35
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    36
log.c:
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    37
   Copyright (c) 2000 Dug Song <[email protected]>
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    38
   Copyright (c) 1993 The Regents of the University of California.
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    39
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    40
strlcpy.c:
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    41
   Copyright (c) 1998 Todd C. Miller <[email protected]>
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    42
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    43
win32select.c:
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    44
   Copyright (c) 2003 Michael A. Davis <[email protected]>
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    45
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    46
evport.c:
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    47
   Copyright (c) 2007 Sun Microsystems
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    48
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    49
ht-internal.h:
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    50
   Copyright (c) 2002 Christopher Clark
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    51
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    52
minheap-internal.h:
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    53
   Copyright (c) 2006 Maxim Yegorushkin <[email protected]>
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    54
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    55
==============================
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    56
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    57
The arc4module is available under the following, sometimes called the
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    58
"OpenBSD" license:
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    59
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    60
   Copyright (c) 1996, David Mazieres <[email protected]>
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    61
   Copyright (c) 2008, Damien Miller <[email protected]>
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    62
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    63
   Permission to use, copy, modify, and distribute this software for any
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    64
   purpose with or without fee is hereby granted, provided that the above
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    65
   copyright notice and this permission notice appear in all copies.
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    66
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    67
   THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    68
   WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    69
   MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    70
   ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    71
   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    72
   ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    73
   OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10291c5dc856 Initial revision.
Guido Berhoerster <gber@openindiana.org>
parents:
diff changeset
    74