Skip to content
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

Licensing #4

Closed
pombredanne opened this issue Dec 11, 2019 · 2 comments
Closed

Licensing #4

pombredanne opened this issue Dec 11, 2019 · 2 comments

Comments

@pombredanne
Copy link

Hi: Thank you for this!
There is one thing though is that the in C++ your templates would always be statically linked with the code that uses it. And therefore my understanding is that the LGPL requirements would extend to the calling code (in contrast with Java where the linking is different)
Have you consider to use the GPL with a runtime exception instead like this is done in libstdc++ rather than an LGPL license?
See https://gcc.gnu.org/onlinedocs/libstdc++/faq.html#faq.license.what and https://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html

Thank you for your kind consideration!

@vigna
Copy link
Owner

vigna commented Dec 12, 2019 via email

@vigna vigna closed this as completed Jan 17, 2020
@pombredanne
Copy link
Author

You rock. Thank you ++
For the posterity this has been addressed in 9faa343

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

No branches or pull requests

2 participants