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