|
1 | | - About the Copyright Holders |
2 | | - =========================== |
3 | | - |
4 | | - * Copyright (c) 2008-2011 AQR Capital Management, LLC |
5 | | - |
6 | | - AQR Capital Management began pandas development in 2008. Development was |
7 | | - led by Wes McKinney. AQR released the source under this license in 2009. |
8 | | - * Copyright (c) 2011-2012, Lambda Foundry, Inc. |
9 | | - |
10 | | - Wes is now an employee of Lambda Foundry, and remains the lead of the pandas project. |
11 | | - * Copyright (c) 2011-2012, PyData Development Team |
12 | | - |
13 | | - The PyData Development Team is a collection of developers of the PyData |
14 | | - project. This includes all PyData sub-projects, including pandas. The |
15 | | - core team that coordinates development on GitHub can be found here: |
16 | | - https://github.com/pydata. |
17 | | - |
18 | | - Full credits for pandas contributors can be found in the documentation. |
19 | | - |
20 | | - Our Copyright Policy |
21 | | - ==================== |
22 | | - |
23 | | - PyData uses a shared copyright model. Each contributor maintains copyright |
24 | | - over their contributions to PyData. However, it is important to note that |
25 | | - these contributions are typically only changes to the repositories. Thus, |
26 | | - the PyData source code, in its entirety is not the copyright of any single |
27 | | - person or institution. Instead, it is the collective copyright of the |
28 | | - entire PyData Development Team. If individual contributors want to maintain |
29 | | - a record of what changes/contributions they specifically hold copyright on, |
30 | | - they should indicate their copyright in the commit message |
31 | | - when they commit the change to one of the PyData repositories. |
32 | | - |
33 | | - With this in mind, the following banner should be used in any source code |
34 | | - file to indicate the copyright and license terms: |
35 | | - |
36 | | - ``` |
37 | | - #----------------------------------------------------------------------------- |
38 | | - # Copyright (c) 2012, PyData Development Team |
39 | | - # All rights reserved. |
40 | | - # |
41 | | - # Distributed under the terms of the BSD Simplified License. |
42 | | - # |
43 | | - # The full license is in the LICENSE file, distributed with this software. |
44 | | - #----------------------------------------------------------------------------- |
45 | | - ``` |
46 | | - |
47 | | - Other applicable licenses can be found in the LICENSES directory. |
48 | | - |
49 | | - License |
50 | | - ======= |
51 | | - |
52 | | - pandas is distributed under a 3-clause ("Simplified" or "New") BSD |
53 | | - license. Parts of NumPy, SciPy, numpydoc, bottleneck, which all have |
54 | | - BSD-compatible licenses, are included. Their licenses follow the pandas |
55 | | - license. |
| 1 | +About the Copyright Holders |
| 2 | +=========================== |
| 3 | + |
| 4 | +* Copyright (c) 2008-2011 AQR Capital Management, LLC |
| 5 | + |
| 6 | + AQR Capital Management began pandas development in 2008. Development was |
| 7 | + led by Wes McKinney. AQR released the source under this license in 2009. |
| 8 | +* Copyright (c) 2011-2012, Lambda Foundry, Inc. |
| 9 | + |
| 10 | + Wes became an employee of Lambda Foundry, and remained the pandas project |
| 11 | + lead. |
| 12 | +* Copyright (c) 2011-2012, PyData Development Team |
| 13 | + |
| 14 | + The PyData Development Team is the collection of developers of the PyData |
| 15 | + project. This includes all of the PyData sub-projects, such as pandas. The |
| 16 | + core team that coordinates development on GitHub can be found here: |
| 17 | + https://github.com/pydata. |
| 18 | + |
| 19 | +Full credits for pandas contributors can be found in the documentation. |
| 20 | + |
| 21 | +Our Copyright Policy |
| 22 | +==================== |
| 23 | + |
| 24 | +PyData uses a shared copyright model. Each contributor maintains copyright |
| 25 | +over their contributions to PyData. However, it is important to note that |
| 26 | +these contributions are typically only changes to the repositories. Thus, |
| 27 | +the PyData source code, in its entirety, is not the copyright of any single |
| 28 | +person or institution. Instead, it is the collective copyright of the |
| 29 | +entire PyData Development Team. If individual contributors want to maintain |
| 30 | +a record of the specific changes or contributions they hold copyright to, |
| 31 | +they should indicate their copyright in the commit message of the change |
| 32 | +when they commit the change to one of the PyData repositories. |
| 33 | + |
| 34 | +With this in mind, the following banner should be used in any source code |
| 35 | +file to indicate the copyright and license terms: |
| 36 | + |
| 37 | +``` |
| 38 | +#----------------------------------------------------------------------------- |
| 39 | +# Copyright (c) 2012, PyData Development Team |
| 40 | +# All rights reserved. |
| 41 | +# |
| 42 | +# Distributed under the terms of the BSD Simplified License. |
| 43 | +# |
| 44 | +# The full license is in the LICENSE file, distributed with this software. |
| 45 | +#----------------------------------------------------------------------------- |
| 46 | +``` |
| 47 | + |
| 48 | +Other licenses can be found in the LICENSES directory. |
| 49 | + |
| 50 | +License |
| 51 | +======= |
| 52 | + |
| 53 | +pandas is distributed under the 3-clause ("Simplified" or "New") BSD |
| 54 | +license. Parts of NumPy, SciPy, numpydoc, bottleneck, which all have |
| 55 | +BSD-compatible licenses, are included. Their licenses are compatible with the pandas |
| 56 | +license. |
0 commit comments