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

fixup licenses and authorship #23

Merged
merged 2 commits into from
Apr 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ci:
autofix_prs: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021 Marco Gorelli
Copyright (c) 2021 PyData Development Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
File renamed without changes.
19 changes: 19 additions & 0 deletions LICENSES/PYUPGRADE_LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2017 Anthony Sottile

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://github.com/MarcoGorelli/pandas-dev-flaker/workflows/tox/badge.svg)](https://github.com/MarcoGorelli/pandas-dev-flaker/actions?workflow=tox)
[![Coverage](https://codecov.io/gh/MarcoGorelli/pandas-dev-flaker/branch/main/graph/badge.svg)](https://codecov.io/gh/MarcoGorelli/pandas-dev-flaker)
[![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)
[![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)
[![Coverage](https://codecov.io/gh/pandas-dev/pandas-dev-flaker/branch/main/graph/badge.svg)](https://codecov.io/gh/pandas-dev/pandas-dev-flaker)
[![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)

pandas-dev-flaker
=================
Expand Down
8 changes: 4 additions & 4 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

Report bugs at https://github.com/MarcoGorelli/pandas-dev-flaker/issues.
Report bugs at https://github.com/pandas-dev/pandas-dev-flaker/issues.

If you are reporting a bug, please include:

Expand Down Expand Up @@ -42,7 +42,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~

The best way to send feedback is to file an issue at https://github.com/MarcoGorelli/pandas-dev-flaker/issues.
The best way to send feedback is to file an issue at https://github.com/pandas-dev/pandas-dev-flaker/issues.

If you are proposing a feature:

Expand All @@ -56,15 +56,15 @@ Get Started!

Ready to contribute? Here's how to set up ```` for local development.

1. Fork the ``pandas-dev-flaker`` repo on GitHub at https://github.com/MarcoGorelli/pandas-dev-flaker.
1. Fork the ``pandas-dev-flaker`` repo on GitHub at https://github.com/pandas-dev/pandas-dev-flaker.
2. Clone your fork locally::

$ git clone git@github.com:your_name_here/pandas-dev-flaker.git pandas-dev-flaker-dev
$ cd pandas-dev-flaker-dev

3. Set the original repository as upstream::

$ git remote add upstream git@github.com:MarcoGorelli/pandas-dev-flaker.git
$ git remote add upstream git@github.com:pandas-dev/pandas-dev-flaker.git

4. Create a Python [virtual environment](https://realpython.com/python-virtual-environments-a-primer/),
and inside it, run:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = 0.1.2
description = Linter for contributing to pandas
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/MarcoGorelli/pandas-dev-flaker
author = Marco Gorelli
url = https://github.com/pandas-dev/pandas-dev-flaker
author = PyData Development Team
license = MIT
license_file = LICENSE
classifiers =
Expand Down