-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix license and url of libcurl in conanfile.py #12568
Conversation
libcurl is provided under "curl" license - see https://curl.se/docs/copyright.html and https://spdx.org/licenses/curl.html URL is https://curl.se
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying libcurl/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. Please, don't forget to sign the CLA and ask for access on the issue #4.
(patch provided by uilianries)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Uilian Ries <uilianries@gmail.com>
@BjoernAtBosch Please, consider https://github.com/BjoernAtBosch/conan-center-index/pull/1. It should fix your linter errors. |
[libcurl] Update tools imports
All green in build 5 (
|
* Fix license and url of libcurl in conanfile.py libcurl is provided under "curl" license - see https://curl.se/docs/copyright.html and https://spdx.org/licenses/curl.html URL is https://curl.se * Set license to MIT for versions before 7.10.4 (patch provided by uilianries) * Update Conan tools imports Signed-off-by: Uilian Ries <uilianries@gmail.com> Signed-off-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Uilian Ries <uilianries@gmail.com>
libcurl is provided under "curl" license - see https://curl.se/docs/copyright.html and https://spdx.org/licenses/curl.html
URL is https://curl.se
Specify library name and version: libcurl/7.10.4+
fixes #12566
fixes #12567