gcc-6: don't ship info pages
[unleashed-userland.git] / components / python / ipython / ipython.license
blobdda65109cc30ba6ffeda00f97428b760d5aeafe1
1 =====================
2 License and Copyright
3 =====================
5 License
6 =======
8 IPython is licensed under the terms of the new or revised BSD license, as follows::
10     Copyright (c) 2008, IPython Development Team
12     All rights reserved.
14     Redistribution and use in source and binary forms, with or without
15     modification, are permitted provided that the following conditions are
16     met:
18     Redistributions of source code must retain the above copyright notice,
19     this list of conditions and the following disclaimer.
21     Redistributions in binary form must reproduce the above copyright notice,
22     this list of conditions and the following disclaimer in the documentation
23     and/or other materials provided with the distribution.
25     Neither the name of the IPython Development Team nor the names of its
26     contributors may be used to endorse or promote products derived from this
27     software without specific prior written permission.
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.
41 Our Copyright Policy
42 ====================
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.
54 Miscellaneous
55 =============
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.
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.
65 --------------------------------------------------------------------
67 IPython/DPyGetOpt.py:
69 Copyright (c) 2001 Bill Bumgarner <bbum@friday.com>
72 Published under the terms of the MIT license, hereby reproduced:
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:
81 The above copyright notice and this permission notice shall be included in
82 all copies or substantial portions of the Software.
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.