Skip to content

Commit 042bcd9

Browse files
DOC: Fix grammar in AUTHORS.md
1 parent 35b0d1d commit 042bcd9

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

AUTHORS.md

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
About the Copyright Holders
2-
===========================
1+
# About the Copyright Holders
32

4-
* Copyright (c) 2008-2011 AQR Capital Management, LLC
3+
* Copyright (c) 2008-2011 AQR Capital Management, LLC
54

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.
97

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.
139

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).
1818

1919
Full credits for pandas contributors can be found in the documentation.
2020

21-
Our Copyright Policy
22-
====================
21+
# Our Copyright Policy
2322

2423
PyData uses a shared copyright model. Each contributor maintains copyright
2524
over their contributions to PyData. However, it is important to note that
2625
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
2827
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.
3333

3434
With this in mind, the following banner should be used in any source code
3535
file to indicate the copyright and license terms:
@@ -45,12 +45,11 @@ file to indicate the copyright and license terms:
4545
#-----------------------------------------------------------------------------
4646
```
4747

48-
Other licenses can be found in the LICENSES directory.
48+
Other applicable licenses can be found in the LICENSES directory.
4949

50-
License
51-
=======
50+
# License
5251

5352
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
5554
BSD-compatible licenses, are included. Their licenses follow the pandas
5655
license.

0 commit comments

Comments
 (0)