Tagged Questions
The Mozilla Public License is a free and open-source software license, developed by the Mozilla foundation.
3
votes
1answer
79 views
Can we use in-app purchase in enterprise apps for iOS?
Can we use in- App purchase in an iOS App distributed as a enterprise app? If not possible can we use paypal or any other purchasing mechanism for that?Does Apple create any problem here as they did ...
3
votes
3answers
2k views
Can I use Mozilla Public License 1.1 (MPL) in a commercial app?
There are a couple of threads talking about license issue. Mostly focusing on GPL/LGPL/BSD. I am trying to use RabbitMQ in commercial applications, which is licensed under Mozilla Public License(MPL). ...
2
votes
1answer
231 views
Licensing: incoporate CKeditor in proprietary CMS
I'm thinking of incorporating CKeditor in my proprietary CMS. Perhaps I will write one or two plug-ins for it as well (for instance: custom Flash or Image selector dialogs).
I have a pretty hard time ...
2
votes
1answer
281 views
Mozilla Public License + commercial software
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)?
1
vote
2answers
59 views
Sublicense the modified MPLed code to the tri-license in order to include into GPL project?
1) There is a MPLed code file which came from a big MPL 1.1 ONLY project.
2) Later I made several changes on it.
3) I'm going to use that changed code into an GPL project.
Because of MPL is ...
1
vote
1answer
78 views
Mozilla Public License Ver 1.1 usage
We are using a component in our application (Commercial). The component comes with Mozill Public License Ver 1.1.
Under these circumstances, should i pay and buy the MPL License? Or can i use it ...
1
vote
1answer
341 views
Microsoft Public License in commercial Silverlight application?
I'm developing a commercial silverlight application using some third party libraries that are published under Microsoft Public License (MPL).
I have to include the license text into my product which ...
0
votes
0answers
18 views
Compatibility with MPL license and iPhone enterprise deployment and/or appstore
I'd like to have your opinion on the compatibility of using a part of MPL licensed source code in an app for AppStore or iPhone entreprise deployment.
This article is one of the few articles that say ...
0
votes
1answer
65 views
What is required when using MPL-licensed code or libraries in a commercial product?
The company I work for is using a jar archive, which is MPL licensed, in its product. No modifications are being made to the code obviously, but we are, in a way, "distributing" the code (in ...
0
votes
1answer
75 views
How can I legally use a modified MPL 1.1 XSLT script in my GPLv3 project?
Before saying anything more I would like to say that I have read all the posts present on StackOverflow (and what Google mentioned) regarding combining GPL v3 and MPL.
The posts that I've read so far ...
0
votes
3answers
137 views
TraceMonkey and GNU GPL license
I am trying to embed a Javascript engine into my application. But the license for Mozilla Javascript engine is GNU/GPL/MPL based and I don't have the time and energy to digest the cryptic legal ...