components/libevent/libevent.license
changeset 604 c25824a87b1f
parent 209 2961eca161ad
child 865 bc755eadb4db
equal deleted inserted replaced
603:1b966e9a6b03 604:c25824a87b1f
     1 Copyright (c) 2000-2004 Niels Provos <[email protected]>
     1 --------------------
       
     2 - libevent 1.4.14b -
       
     3 --------------------
       
     4 
       
     5 Oracle Internal Tracking Number : 5581
       
     6 
       
     7 Copyright (c) 2000-2007 Niels Provos <[email protected]>
     2 All rights reserved.
     8 All rights reserved.
     3 
     9 
       
    10 Copyright (c) 2005 Nick Mathewson <[email protected]>
       
    11 
       
    12 Copyright (c) 2000 Dug Song <[email protected]>
       
    13 
       
    14 Copyright (c) 1993
       
    15 	The Regents of the University of California.  All rights reserved.
       
    16 
       
    17 Copyright (c) 2006 Maxim Yegorushkin <[email protected]>
       
    18 All rights reserved.
       
    19 
       
    20 Copyright (c) 1998 Todd C. Miller <[email protected]>
       
    21 All rights reserved.
       
    22 
       
    23 Copyright (c) 2000 Artur Grabowski <[email protected]>
       
    24 All rights reserved.
       
    25 
       
    26 Copyright (c) 2007 Sun Microsystems. All rights reserved.
       
    27 Use is subject to license terms.
     4 
    28 
     5    Redistribution and use in source and binary forms, with or without
    29    Redistribution and use in source and binary forms, with or without
     6    modification, are permitted provided that the following conditions
    30    modification, are permitted provided that the following conditions
     7    are met:
    31    are met:
     8    1. Redistributions of source code must retain the above copyright
    32    1. Redistributions of source code must retain the above copyright
    22    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    46    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    23    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    47    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    24    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    48    (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.
    49    THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    26 
    50 
       
    51 
       
    52 Some parts of this package are subject to one or more of the following
       
    53 additional notices:
       
    54 
       
    55 The original DNS code is due to Adam Langley with heavy
       
    56 modifications by Nick Mathewson.  Adam put his DNS software in the
       
    57 public domain.  You can find his original copyright below.  Please,
       
    58 aware that the code as part of libevent is governed by the 3-clause
       
    59 BSD license above.
       
    60 
       
    61 The original version of this module was written by Adam Langley; for
       
    62 a history of modifications, check out the subversion logs.
       
    63 
       
    64 When editing this module, try to keep it re-mergeable by Adam.  Don't
       
    65 reformat the whitespace, add Tor dependencies, or so on.
       
    66 
       
    67 Async DNS Library
       
    68 Adam Langley <[email protected]>
       
    69 http://www.imperialviolet.org/eventdns.html
       
    70 Public Domain code
       
    71 
       
    72 This software is Public Domain. To view a copy of the public domain dedication,
       
    73 visit http://creativecommons.org/licenses/publicdomain/ or send a letter to
       
    74 Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
       
    75 
       
    76 I ask and expect, but do not require, that all derivative works contain an
       
    77 attribution similar to:
       
    78 	Parts developed by Adam Langley <[email protected]>
       
    79 
       
    80 You may wish to replace the word "Parts" with something else depending on
       
    81 the amount of original code.
       
    82 
       
    83 (Derivative works does not include programs which link against, run or include
       
    84 the source verbatim in their source distributions)
       
    85 
       
    86 This open source software license conforms to the BSD License template.