Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit f975323

Browse files
committed
fixup licenses and authorship
1 parent 857e6c3 commit f975323

File tree

6 files changed

+29
-10
lines changed

6 files changed

+29
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021 Marco Gorelli
1+
Copyright (c) 2021 PyData Development Team
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal
File renamed without changes.

LICENSES/PYUPGRADE_LICENSE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2017 Anthony Sottile
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Build Status](https://github.com/MarcoGorelli/pandas-dev-flaker/workflows/tox/badge.svg)](https://github.com/MarcoGorelli/pandas-dev-flaker/actions?workflow=tox)
2-
[![Coverage](https://codecov.io/gh/MarcoGorelli/pandas-dev-flaker/branch/main/graph/badge.svg)](https://codecov.io/gh/MarcoGorelli/pandas-dev-flaker)
3-
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/MarcoGorelli/pandas-dev-flaker/main.svg)](https://results.pre-commit.ci/latest/github/MarcoGorelli/pandas-dev-flaker/main)
1+
[![Build Status](https://github.com/pandas-dev/pandas-dev-flaker/workflows/tox/badge.svg)](https://github.com/pandas-dev/pandas-dev-flaker/actions?workflow=tox)
2+
[![Coverage](https://codecov.io/gh/pandas-dev/pandas-dev-flaker/branch/main/graph/badge.svg)](https://codecov.io/gh/pandas-dev/pandas-dev-flaker)
3+
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pandas-dev/pandas-dev-flaker/main.svg)](https://results.pre-commit.ci/latest/github/pandas-dev/pandas-dev-flaker/main)
44

55
pandas-dev-flaker
66
=================

contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Types of Contributions
1212
Report Bugs
1313
~~~~~~~~~~~
1414
15-
Report bugs at https://github.com/MarcoGorelli/pandas-dev-flaker/issues.
15+
Report bugs at https://github.com/pandas-dev/pandas-dev-flaker/issues.
1616
1717
If you are reporting a bug, please include:
1818
@@ -42,7 +42,7 @@ articles, and such.
4242
Submit Feedback
4343
~~~~~~~~~~~~~~~
4444
45-
The best way to send feedback is to file an issue at https://github.com/MarcoGorelli/pandas-dev-flaker/issues.
45+
The best way to send feedback is to file an issue at https://github.com/pandas-dev/pandas-dev-flaker/issues.
4646
4747
If you are proposing a feature:
4848
@@ -56,15 +56,15 @@ Get Started!
5656
5757
Ready to contribute? Here's how to set up ```` for local development.
5858
59-
1. Fork the ``pandas-dev-flaker`` repo on GitHub at https://github.com/MarcoGorelli/pandas-dev-flaker.
59+
1. Fork the ``pandas-dev-flaker`` repo on GitHub at https://github.com/pandas-dev/pandas-dev-flaker.
6060
2. Clone your fork locally::
6161
6262
$ git clone [email protected]:your_name_here/pandas-dev-flaker.git pandas-dev-flaker-dev
6363
$ cd pandas-dev-flaker-dev
6464
6565
3. Set the original repository as upstream::
6666
67-
$ git remote add upstream [email protected]:MarcoGorelli/pandas-dev-flaker.git
67+
$ git remote add upstream [email protected]:pandas-dev/pandas-dev-flaker.git
6868
6969
4. Create a Python [virtual environment](https://realpython.com/python-virtual-environments-a-primer/),
7070
and inside it, run:

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = 0.1.2
44
description = Linter for contributing to pandas
55
long_description = file: README.md
66
long_description_content_type = text/markdown
7-
url = https://github.com/MarcoGorelli/pandas-dev-flaker
8-
author = Marco Gorelli
7+
url = https://github.com/pandas-dev/pandas-dev-flaker
8+
author = PyData Development Team
99
license = MIT
1010
license_file = LICENSE
1111
classifiers =

0 commit comments

Comments
 (0)