|
1 |
| -Copyright (c) 2008-2011 AQR Capital Management, LLC |
| 1 | +====================== |
| 2 | +PANDAS LICENSING TERMS |
| 3 | +====================== |
| 4 | + |
| 5 | +pandas is licensed under the BSD 3-Clause (also known as "BSD New" or |
| 6 | +"BSD Simplified"), as follows: |
| 7 | + |
| 8 | +Copyright (c) 2011-2012, Lambda Foundry, Inc. and PyData Development Team |
2 | 9 | All rights reserved.
|
3 | 10 |
|
4 |
| -Copyright (c) 2011 Wes McKinney and pandas developers |
| 11 | +Copyright (c) 2008-2011 AQR Capital Management, LLC |
5 | 12 | All rights reserved.
|
6 | 13 |
|
7 | 14 | Redistribution and use in source and binary forms, with or without
|
@@ -31,3 +38,43 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
31 | 38 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
32 | 39 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
33 | 40 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 41 | + |
| 42 | +About the Copyright Holders |
| 43 | +=========================== |
| 44 | + |
| 45 | +AQR Capital Management began pandas development in 2008. Development was |
| 46 | +led by Wes McKinney. AQR released the source under this license in 2009. |
| 47 | +Wes is now an employee of Lambda Foundry, and remains the pandas project |
| 48 | +lead. |
| 49 | + |
| 50 | +The PyData Development Team is the collection of developers of the PyData |
| 51 | +project. This includes all of the PyData sub-projects, including pandas. The |
| 52 | +core team that coordinates development on GitHub can be found here: |
| 53 | +http://github.com/pydata. |
| 54 | + |
| 55 | +Full credits for pandas contributors can be found in the documentation. |
| 56 | + |
| 57 | +Our Copyright Policy |
| 58 | +==================== |
| 59 | + |
| 60 | +PyData uses a shared copyright model. Each contributor maintains copyright |
| 61 | +over their contributions to PyData. However, it is important to note that |
| 62 | +these contributions are typically only changes to the repositories. Thus, |
| 63 | +the PyData source code, in its entirety, is not the copyright of any single |
| 64 | +person or institution. Instead, it is the collective copyright of the |
| 65 | +entire PyData Development Team. If individual contributors want to maintain |
| 66 | +a record of what changes/contributions they have specific copyright on, |
| 67 | +they should indicate their copyright in the commit message of the change |
| 68 | +when they commit the change to one of the PyData repositories. |
| 69 | + |
| 70 | +With this in mind, the following banner should be used in any source code |
| 71 | +file to indicate the copyright and license terms: |
| 72 | + |
| 73 | +#----------------------------------------------------------------------------- |
| 74 | +# Copyright (c) 2012, PyData Development Team |
| 75 | +# All rights reserved. |
| 76 | +# |
| 77 | +# Distributed under the terms of the BSD Simplified License. |
| 78 | +# |
| 79 | +# The full license is in the LICENSE file, distributed with this software. |
| 80 | +#----------------------------------------------------------------------------- |
0 commit comments