components/python/urllib3/urllib3.license
branchs11u3-sru
changeset 6035 c9748fcc32de
child 6843 260146747afd
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
       
     1 
       
     2 Copyright 2008-2014 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
       
     3 
       
     4 Permission is hereby granted, free of charge, to any person obtaining a copy of this
       
     5 software and associated documentation files (the "Software"), to deal in the Software
       
     6 without restriction, including without limitation the rights to use, copy, modify, merge,
       
     7 publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
       
     8 to whom the Software is furnished to do so, subject to the following conditions:
       
     9 
       
    10 The above copyright notice and this permission notice shall be included in all copies or
       
    11 substantial portions of the Software.
       
    12 
       
    13 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
       
    14 INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
       
    15 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
       
    16 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
       
    17 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
       
    18 DEALINGS IN THE SOFTWARE.
       
    19 ------------------------------------------------------------
       
    20 
       
    21 dummyserver/proxy.py
       
    22 
       
    23 #
       
    24 # Copyright (C) 2012 Senko Rasic 
       
    25 #
       
    26 # Permission is hereby granted, free of charge, to any person obtaining a copy
       
    27 # of this software and associated documentation files (the "Software"), to deal
       
    28 # in the Software without restriction, including without limitation the rights
       
    29 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
       
    30 # copies of the Software, and to permit persons to whom the Software is
       
    31 # furnished to do so, subject to the following conditions:
       
    32 #
       
    33 # The above copyright notice and this permission notice shall be included in
       
    34 # all copies or substantial portions of the Software.
       
    35 #
       
    36 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
    37 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
    38 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
       
    39 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
    40 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
       
    41 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
       
    42 # THE SOFTWARE.
       
    43 ------------------------------------------------------------
       
    44 
       
    45 urllib3/packages/six.py
       
    46 
       
    47 #Copyright (c) 2010-2011 Benjamin Peterson
       
    48 
       
    49 #Permission is hereby granted, free of charge, to any person obtaining a copy of
       
    50 #this software and associated documentation files (the "Software"), to deal in
       
    51 #the Software without restriction, including without limitation the rights to
       
    52 #use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
       
    53 #the Software, and to permit persons to whom the Software is furnished to do so,
       
    54 #subject to the following conditions:
       
    55 
       
    56 #The above copyright notice and this permission notice shall be included in all
       
    57 #copies or substantial portions of the Software.
       
    58 
       
    59 #THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
    60 #IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
       
    61 #FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
       
    62 #COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
       
    63 #IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
       
    64 #CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
       
    65 8:#use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
       
    66 15:#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
    67 ------------------------------------------------------------
       
    68 
       
    69 urllib3/packages/ordered_dict.py:
       
    70 Copyright 2009 Raymond Hettinger, released under the MIT License.
       
    71 
       
    72 This is the MIT license: http://www.opensource.org/licenses/mit-license.php
       
    73 
       
    74 The MIT License (MIT)
       
    75 
       
    76 Copyright (c) 
       
    77 
       
    78 Permission is hereby granted, free of charge, to any person obtaining a copy
       
    79 of this software and associated documentation files (the "Software"), to deal
       
    80 in the Software without restriction, including without limitation the rights
       
    81 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
       
    82 copies of the Software, and to permit persons to whom the Software is
       
    83 furnished to do so, subject to the following conditions:
       
    84 
       
    85 The above copyright notice and this permission notice shall be included in
       
    86 all copies or substantial portions of the Software.
       
    87 
       
    88 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
    89 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
    90 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
       
    91 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
    92 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
       
    93 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
       
    94 THE SOFTWARE.
       
    95 ------------------------------------------------------------
       
    96 
       
    97 urllib3/packages/ssl_match_hostname/_implementation.py
       
    98 
       
    99 ========================================
       
   100 PSF LICENSE AGREEMENT FOR PYTHON 3.3.3
       
   101 ========================================
       
   102 
       
   103 1.  This LICENSE AGREEMENT is between the Python Software Foundation (“PSF”),
       
   104     and the Individual or Organization (“Licensee”) accessing and otherwise
       
   105     using Python 3.3.3 software in source or binary form and its associated
       
   106     documentation.
       
   107 2.  Subject to the terms and conditions of this License Agreement, PSF hereby
       
   108     grants Licensee a nonexclusive, royalty-free, world-wide license to
       
   109     reproduce, analyze, test, perform and/or display publicly, prepare
       
   110     derivative works, distribute, and otherwise use Python 3.3.3 alone or in
       
   111     any derivative version, provided, however, that PSF’s License Agreement and
       
   112     PSF’s notice of copyright, i.e., “Copyright © 2001-2013 Python Software
       
   113     Foundation; All Rights Reserved” are retained in Python 3.3.3 alone or in
       
   114     any derivative version prepared by Licensee.
       
   115 3.  In the event Licensee prepares a derivative work that is based on or
       
   116     incorporates Python 3.3.3 or any part thereof, and wants to make the
       
   117     derivative work available to others as provided herein, then Licensee
       
   118     hereby agrees to include in any such work a brief summary of the changes
       
   119     made to Python 3.3.3.
       
   120 4.  PSF is making Python 3.3.3 available to Licensee on an “AS IS” basis. PSF
       
   121     MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
       
   122     EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION
       
   123     OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR
       
   124     THAT THE USE OF PYTHON 3.3.3 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
       
   125 5.  PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 3.3.3 FOR
       
   126     ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
       
   127     MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 3.3.3, OR ANY DERIVATIVE
       
   128     THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
       
   129 6.  This License Agreement will automatically terminate upon a material breach
       
   130     of its terms and conditions.
       
   131 7.  Nothing in this License Agreement shall be deemed to create any
       
   132     relationship of agency, partnership, or joint venture between PSF and
       
   133     Licensee. This License Agreement does not grant permission to use PSF
       
   134     trademarks or trade name in a trademark sense to endorse or promote
       
   135     products or services of Licensee, or any third party.
       
   136 8.  By copying, installing or otherwise using Python 3.3.3, Licensee agrees to
       
   137     be bound by the terms and conditions of this License Agreement.
       
   138