components/python/ipython/ipython.license
branchs11-update
changeset 2847 5c4c531dd359
parent 2698 53c76e91b9c0
equal deleted inserted replaced
2841:b165092fabc1 2847:5c4c531dd359
     1 =====================
     1 Copyright (c) 2008, IPython Development Team
     2 License and Copyright
       
     3 =====================
       
     4 
     2 
     5 License
     3 All rights reserved.
     6 =======
       
     7 
     4 
     8 IPython is licensed under the terms of the new or revised BSD license, as follows::
     5 Redistribution and use in source and binary forms, with or without
       
     6 modification, are permitted provided that the following conditions are
       
     7 met:
     9 
     8 
    10     Copyright (c) 2008, IPython Development Team
     9 Redistributions of source code must retain the above copyright notice,
       
    10 this list of conditions and the following disclaimer.
    11 
    11 
    12     All rights reserved.
    12 Redistributions in binary form must reproduce the above copyright notice,
       
    13 this list of conditions and the following disclaimer in the documentation
       
    14 and/or other materials provided with the distribution.
    13 
    15 
    14     Redistribution and use in source and binary forms, with or without
    16 Neither the name of the IPython Development Team nor the names of its
    15     modification, are permitted provided that the following conditions are
    17 contributors may be used to endorse or promote products derived from this
    16     met:
    18 software without specific prior written permission.
    17 
    19 
    18     Redistributions of source code must retain the above copyright notice,
    20 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
    19     this list of conditions and the following disclaimer.
    21 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
    20 
    22 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    21     Redistributions in binary form must reproduce the above copyright notice,
    23 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
    22     this list of conditions and the following disclaimer in the documentation
    24 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    23     and/or other materials provided with the distribution.
    25 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    24 
    26 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    25     Neither the name of the IPython Development Team nor the names of its
    27 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    26     contributors may be used to endorse or promote products derived from this
    28 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    27     software without specific prior written permission.
    29 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    28 
    30 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    29     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
       
    30     IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
       
    31     THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       
    32     PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
       
    33     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
       
    34     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
       
    35     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
       
    36     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
       
    37     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
       
    38     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
       
    39     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
    40 
       
    41 Our Copyright Policy
       
    42 ====================
       
    43 
       
    44 IPython uses a shared copyright model. Each contributor maintains copyright
       
    45 over their contributions to IPython. But, it is important to note that these
       
    46 contributions are typically only changes to the repositories. Thus, the
       
    47 IPython source code, in its entirety is not the copyright of any single person
       
    48 or institution. Instead, it is the collective copyright of the entire IPython
       
    49 Development Team. If individual contributors want to maintain a record of what
       
    50 changes/contributions they have specific copyright on, they should indicate
       
    51 their copyright in the commit message of the change, when they commit the
       
    52 change to one of the IPython repositories.
       
    53 
       
    54 Miscellaneous
       
    55 =============
       
    56 
       
    57 Some files (DPyGetOpt.py, for example) may be licensed under different
       
    58 conditions. Ultimately each file indicates clearly the conditions under which
       
    59 its author/authors have decided to publish the code.
       
    60 
       
    61 Versions of IPython up to and including 0.6.3 were released under the GNU
       
    62 Lesser General Public License (LGPL), available at
       
    63 http://www.gnu.org/copyleft/lesser.html.
       
    64 
       
    65 --------------------------------------------------------------------
       
    66 
       
    67 IPython/DPyGetOpt.py:
       
    68 
       
    69 Copyright (c) 2001 Bill Bumgarner <[email protected]>
       
    70 
       
    71 
       
    72 Published under the terms of the MIT license, hereby reproduced:
       
    73 
       
    74 Permission is hereby granted, free of charge, to any person obtaining a copy
       
    75 of this software and associated documentation files (the "Software"), to
       
    76 deal in the Software without restriction, including without limitation the
       
    77 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
       
    78 sell copies of the Software, and to permit persons to whom the Software is
       
    79 furnished to do so, subject to the following conditions:
       
    80 
       
    81 The above copyright notice and this permission notice shall be included in
       
    82 all copies or substantial portions of the Software.
       
    83 
       
    84 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
    85 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
    86 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
       
    87 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
    88 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
       
    89 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
       
    90 IN THE SOFTWARE.
       
    91