Question about License? #2135
-
https://www.gnu.org/licenses/rms-why-gplv3.en.html
Is that mean if our program/library use Mongoose source code, then we have no choice other than to use the same Mongoose License, which is |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I am also interested in the license relevant to using mongoose as a shared library in QuickJS https://github.com/bellard/quickjs/blob/master/LICENSE. |
Beta Was this translation helpful? Give feedback.
-
When integrating Mongoose Library, you agree to the license terms under the GPLv2 license. For commercial applications, a commercial license shall be considered. |
Beta Was this translation helpful? Give feedback.
-
I understand, thank you. I will use then GPLv2. |
Beta Was this translation helpful? Give feedback.
When integrating Mongoose Library, you agree to the license terms under the GPLv2 license.
Incompatibilities, through taking different components of different sources under different license restrictions, can result in the software pieces you choose not to be permitted to be used in a single product.
If you are unsure on the different open source licenses compatibility, please seek independent and qualified legal advice on this matter.
For commercial applications, a commercial license shall be considered.
Commercial license removes all GPLv2 restrictions and allows you to redistribute your closed source products with the Mongoose Library embedded.