Skip to content

Attribute pip's code to it's respective authors #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from

Conversation

aalexanderr
Copy link
Contributor

I'd like to also note that this repository should be dual-licesed: both MIT and Apache licensed code is used here.

I'm creating this as separate PR, so the readability of successive PRs for review might be improved upon merging previous one.

depends on #57

The code was copied from pip version 20.1.1.
Only vcs module and its dependencies were left.
Some files from utils module had some unrelated functionality removed to
support this cleanup.

All MYPY checks were removed as they were unused.

Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
While all pip's code should've been submitted with license and copyright info,
this commit resolves the issue for code mentioned in the commit msg title.

Authors were gathered in following way:
From pip:
https://github.com/pypa/pip.git
checked out on:
20.1.1 tag (commit: 8356bc5161e0a9b3054f0e04e12d18feae4c2b46)
from repository root, following command was run to get all authors of vcs
package:
$ git shortlog -s -- src/pip/_internal/vcs/

Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
While all pip's code should've been submitted with license and copyright info,
this commit resolves the issue for code mentioned in the commit msg title.

Authors were gathered in following way:
From pip:
https://github.com/pypa/pip.git
checked out on:
20.1.1 tag (commit: 8356bc5161e0a9b3054f0e04e12d18feae4c2b46)
from repository root, following command was run to get all authors of vcs
package:
$ for f in src/pip/_internal/utils/*; do echo $f; git shortlog -s -- $f; done

Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
While all pip's code should've been submitted with license and copyright info,
this commit resolves the issue for code mentioned in the commit msg title.

Authors were gathered in following way:
From pip:
https://github.com/pypa/pip.git
checked out on:
20.1.1 tag (commit: 8356bc5161e0a9b3054f0e04e12d18feae4c2b46)
from repository root, following command was run to get all authors of vcs
package:
$ git shortlog -s -- src/pip/_internal/exceptions.py

Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
pombredanne added a commit that referenced this pull request Aug 16, 2021
See also #58

Reported-by: Alexander Mazuruk <a.mazuruk@samsung.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
@aalexanderr
Copy link
Contributor Author

will resubmit with updated pip

pombredanne pushed a commit that referenced this pull request May 10, 2022
Remove macos 10.14 job from azure-pipelines.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant