components/python/sqlalchemy/sqlalchemy.license
branchs11-update
changeset 2785 b6f5c5d1d0b7
child 6836 464d17ec745f
equal deleted inserted replaced
2784:d03ec2773121 2785:b6f5c5d1d0b7
       
     1 This is the MIT license: http://www.opensource.org/licenses/mit-license.php
       
     2 
       
     3 Copyright (c) 2005-2012 the SQLAlchemy authors and contributors <see AUTHORS file>.
       
     4 SQLAlchemy is a trademark of Michael Bayer.
       
     5 
       
     6 Permission is hereby granted, free of charge, to any person obtaining a copy of this
       
     7 software and associated documentation files (the "Software"), to deal in the Software
       
     8 without restriction, including without limitation the rights to use, copy, modify, merge,
       
     9 publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
       
    10 to whom the Software is furnished to do so, subject to the following conditions:
       
    11 
       
    12 The above copyright notice and this permission notice shall be included in all copies or
       
    13 substantial portions of the Software.
       
    14 
       
    15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
       
    16 INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
       
    17 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
       
    18 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
       
    19 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
       
    20 DEALINGS IN THE SOFTWARE.
       
    21 
       
    22 --------------------------------------------------------------------------------
       
    23 
       
    24 cliff-1.4/docs/build/html/_static/underscore.js
       
    25 
       
    26 // (c) 2009 Jeremy Ashkenas, DocumentCloud Inc.
       
    27 // Underscore is freely distributable under the terms of the MIT license.
       
    28 // Portions of Underscore are inspired by or borrowed from Prototype.js,
       
    29 // Oliver Steele's Functional, and John Resig's Micro-Templating.
       
    30 // For all details and documentation:
       
    31 // http://documentcloud.github.com/underscore/
       
    32 
       
    33 --------------------------------------------------------------------------------
       
    34 
       
    35 cliff-1.4/docs/build/html/_static/jquery.js
       
    36 
       
    37 /*!
       
    38  * jQuery JavaScript Library v1.4.2
       
    39  * http://jquery.com/
       
    40  *
       
    41  * Copyright 2010, John Resig
       
    42  * Dual licensed under the MIT or GPL Version 2 licenses.
       
    43  * http://jquery.org/license
       
    44 
       
    45 Oracle chooses the MIT license.
       
    46 
       
    47  *
       
    48  * Includes Sizzle.js
       
    49  * http://sizzlejs.com/
       
    50  * Copyright 2010, The Dojo Foundation
       
    51  * Released under the MIT, BSD, and GPL Licenses.
       
    52  *
       
    53  * Date: Sat Feb 13 22:33:48 2010 -0500
       
    54  */
       
    55 
       
    56 Oracle chooses the MIT license.
       
    57 
       
    58 --------------------------------------------------------------------------------
       
    59 
       
    60     The MIT License
       
    61 
       
    62     Permission is hereby granted, free of charge, to any person
       
    63     obtaining a copy of this software and associated documentation
       
    64     files (the "Software"), to deal in the Software without
       
    65     restriction, including without limitation the rights to use,
       
    66     copy, modify, merge, publish, distribute, sublicense, and/or
       
    67     sell copies of the Software, and to permit persons to whom the
       
    68     Software is furnished to do so, subject to the following conditions:
       
    69 
       
    70     The above copyright notice and this permission notice shall be included
       
    71     in all copies or substantial portions of the Software.
       
    72 
       
    73     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
       
    74     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
    75     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
       
    76     THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
    77     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
       
    78     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
       
    79     DEALINGS IN THE SOFTWARE.