hiero-ledger / tsc

This repo serves to provide a structure for activity, discussions and decisions of the Hiero Technical Steering Committee (TSC)
https://hiero.org
Apache License 2.0
1 stars 1 forks source link

License of CURL C lib need to be checked #30

Closed hendrikebbers closed 1 month ago

hendrikebbers commented 1 month ago

Our cpp-sdk depeneds on @8.6.0. The license can be found here: https://curl.se/docs/copyright.html We need to check if we can use that license. See https://github.com/LFDT-Hiero/tsc/issues/8 for more details.

hendrikebbers commented 1 month ago

The Curl license appears to be a modified MIT license that has some of the rights granted under the MIT license removed, most notably the ability to sublicense. We need to ask a licensing lawyer whether the lack of sublicense and other rights impacts the intended use and distribution of what you are building.

rwalworth commented 1 month ago

https://github.com/hashgraph/hedera-sdk-cpp/issues/794 work to replace curl with cpp-httplib