Is it acceptable to use an open-source software based on MPL (Mozilla Public License) to create a new customized solution based on it and then re-sell it (make money)?
feedback
|
|
You can use MPL libraries (code) in your commercial application as long as you don't modify these libraries. If you modify the libraries you have to distribute them (for free)! In your case, if you want to modify Firefox and resell it as (let's say) WaterFox you must make its source code available (for free) BUT you can charge for its distribution (you can charge people for downloading WaterFox). So I wouldn't build something 'on top' of Firefox if I would want to sell it, but 'lateral'. Also check the full MPL license here.
| ||||
|
feedback
|