@@ -7,12 +7,12 @@ About the Copyright Holders
7
7
led by Wes McKinney. AQR released the source under this license in 2009.
8
8
* Copyright (c) 2011-2012, Lambda Foundry, Inc.
9
9
10
- Wes is now an employee of Lambda Foundry, and remains the pandas project
10
+ Wes became an employee of Lambda Foundry, and remained the pandas project
11
11
lead.
12
12
* Copyright (c) 2011-2012, PyData Development Team
13
13
14
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
15
+ project. This includes all of the PyData sub-projects, such as pandas. The
16
16
core team that coordinates development on GitHub can be found here:
17
17
https://github.com/pydata .
18
18
@@ -23,11 +23,11 @@ Our Copyright Policy
23
23
24
24
PyData uses a shared copyright model. Each contributor maintains copyright
25
25
over their contributions to PyData. However, it is important to note that
26
- these contributions are typically only changes to the repositories. Thus,
26
+ these contributions are typically limited to changes to the repositories. Thus,
27
27
the PyData source code, in its entirety, is not the copyright of any single
28
28
person or institution. Instead, it is the collective copyright of the
29
29
entire PyData Development Team. If individual contributors want to maintain
30
- a record of what changes/ contributions they have specific copyright on ,
30
+ a record of the specific changes or contributions they hold copyright to ,
31
31
they should indicate their copyright in the commit message of the change
32
32
when they commit the change to one of the PyData repositories.
33
33
@@ -50,7 +50,7 @@ Other licenses can be found in the LICENSES directory.
50
50
License
51
51
=======
52
52
53
- pandas is distributed under a 3-clause ("Simplified" or "New") BSD
53
+ pandas is distributed under the 3-clause ("Simplified" or "New") BSD
54
54
license. Parts of NumPy, SciPy, numpydoc, bottleneck, which all have
55
- BSD-compatible licenses, are included. Their licenses follow the pandas
55
+ BSD-compatible licenses, are included. Their licenses are compatible with the pandas
56
56
license.
0 commit comments