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)?

link|improve this question
You can sell even GPL software, it's even encouraged. I think you mean: "can I close-source it?" – Robert Dec 16 '10 at 9:29
1  
No, I don't mean close-source, I mean selling it. For example, download FireFox browser based on MPL, modify its source code and sell as a new software for $10 – user475681 Dec 16 '10 at 9:37
feedback

1 Answer

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.

2.2. Contributor Grant.

Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license 
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.