|
1 | | -======= |
2 | | -License |
3 | | -======= |
| 1 | +BSD 3-Clause License |
4 | 2 |
|
5 | | -pandas is distributed under a 3-clause ("Simplified" or "New") BSD |
6 | | -license. Parts of NumPy, SciPy, numpydoc, bottleneck, which all have |
7 | | -BSD-compatible licenses, are included. Their licenses follow the pandas |
8 | | -license. |
9 | | - |
10 | | -pandas license |
11 | | -============== |
12 | | - |
13 | | -Copyright (c) 2011-2012, Lambda Foundry, Inc. and PyData Development Team |
14 | | -All rights reserved. |
15 | | - |
16 | | -Copyright (c) 2008-2011 AQR Capital Management, LLC |
| 3 | +Copyright (c) 2008-2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team |
17 | 4 | All rights reserved. |
18 | 5 |
|
19 | 6 | Redistribution and use in source and binary forms, with or without |
20 | | -modification, are permitted provided that the following conditions are |
21 | | -met: |
22 | | - |
23 | | - * Redistributions of source code must retain the above copyright |
24 | | - notice, this list of conditions and the following disclaimer. |
25 | | - |
26 | | - * Redistributions in binary form must reproduce the above |
27 | | - copyright notice, this list of conditions and the following |
28 | | - disclaimer in the documentation and/or other materials provided |
29 | | - with the distribution. |
30 | | - |
31 | | - * Neither the name of the copyright holder nor the names of any |
32 | | - contributors may be used to endorse or promote products derived |
33 | | - from this software without specific prior written permission. |
34 | | - |
35 | | -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS |
36 | | -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
37 | | -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
38 | | -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
39 | | -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
40 | | -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
41 | | -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
42 | | -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
43 | | -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
44 | | -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 7 | +modification, are permitted provided that the following conditions are met: |
| 8 | + |
| 9 | +* Redistributions of source code must retain the above copyright notice, this |
| 10 | + list of conditions and the following disclaimer. |
| 11 | + |
| 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. |
| 15 | + |
| 16 | +* Neither the name of the copyright holder nor the names of its |
| 17 | + contributors may be used to endorse or promote products derived from |
| 18 | + this software without specific prior written permission. |
| 19 | + |
| 20 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 21 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 22 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 23 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 24 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 25 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 26 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 27 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 28 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
45 | 29 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
46 | | - |
47 | | -About the Copyright Holders |
48 | | -=========================== |
49 | | - |
50 | | -AQR Capital Management began pandas development in 2008. Development was |
51 | | -led by Wes McKinney. AQR released the source under this license in 2009. |
52 | | -Wes is now an employee of Lambda Foundry, and remains the pandas project |
53 | | -lead. |
54 | | - |
55 | | -The PyData Development Team is the collection of developers of the PyData |
56 | | -project. This includes all of the PyData sub-projects, including pandas. The |
57 | | -core team that coordinates development on GitHub can be found here: |
58 | | -http://github.com/pydata. |
59 | | - |
60 | | -Full credits for pandas contributors can be found in the documentation. |
61 | | - |
62 | | -Our Copyright Policy |
63 | | -==================== |
64 | | - |
65 | | -PyData uses a shared copyright model. Each contributor maintains copyright |
66 | | -over their contributions to PyData. However, it is important to note that |
67 | | -these contributions are typically only changes to the repositories. Thus, |
68 | | -the PyData source code, in its entirety, is not the copyright of any single |
69 | | -person or institution. Instead, it is the collective copyright of the |
70 | | -entire PyData Development Team. If individual contributors want to maintain |
71 | | -a record of what changes/contributions they have specific copyright on, |
72 | | -they should indicate their copyright in the commit message of the change |
73 | | -when they commit the change to one of the PyData repositories. |
74 | | - |
75 | | -With this in mind, the following banner should be used in any source code |
76 | | -file to indicate the copyright and license terms: |
77 | | - |
78 | | -#----------------------------------------------------------------------------- |
79 | | -# Copyright (c) 2012, PyData Development Team |
80 | | -# All rights reserved. |
81 | | -# |
82 | | -# Distributed under the terms of the BSD Simplified License. |
83 | | -# |
84 | | -# The full license is in the LICENSE file, distributed with this software. |
85 | | -#----------------------------------------------------------------------------- |
86 | | - |
87 | | -Other licenses can be found in the LICENSES directory. |
0 commit comments