Closed noot closed 1 year ago
Patch coverage has no change and project coverage change: -0.06
:warning:
Comparison is base (
aa70b55
) 54.29% compared to head (f7ae4c8
) 54.24%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@dimalinux from what I understand, LGPL code can be used in other applications as a library without needing to reveal the source code as long as the library code has not been modified. in the case where the code has been modified from the source, the application would need to release that modified LGPL code, and in the case of static linking then they'd need to release the entire app's source. so there is nothing preventing a project that isn't (L)GPL from using this code unmodified. if there is ever a case where the license seriously becomes an issue, I'm happy to discuss it further.
we could also look into adding the static linking exception.
edit: apparently go-ethereum is LGPL https://github.com/ethereum/go-ethereum
related to #326