-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add license informaton about vendored packages #34
Comments
Typically there's a |
This is what we did for OpenMM. |
What we need is a way to get a single license file that concatenates all of the license files. |
That should normally be present in an sdist or wheel too - I'd consider it a bug if that's missing. Wheels don't contain the correct info, and sdists aren't present at all on PyPI (different issue and probably on purpose, but also questionable - I'll file some issues). |
It's not available and not available in the conda packages that pytorch distributes either. The only copyright notices found are those of |
This is now available: https://github.com/pytorch/pytorch/blob/master/third_party/LICENSES_BUNDLED.txt. That file is included in the pytorch 1.8.0 wheels as well. |
In #7 (comment) @seemethere had offered to help with some packaging work for conda-forge.
@isuruf suggested that we work on #7 (comment)
I'm creating this issue so we can close the original GPU issue.
The text was updated successfully, but these errors were encountered: