The Mozilla Public License is a free and open-source software license, developed by the Mozilla foundation.

learn more… | top users | synonyms

0
votes
0answers
33 views

How can I find the code to support multiple plotting scales and X-axis on seperate panels using sizer routines?

I have been using this code as a model to modify an application to support over 8 individual plots overlaid on the same axis and different scales on both sides. I am having several problems so far. ...
1
vote
0answers
25 views

IOS Paypal MPL reinitialization issue

I'm using paypal's MPL and all works fine. I have a requirement to change the paypal application id dynamically (application works with different ids based on user prefs). I'm initializing the paypal ...
0
votes
1answer
43 views

Paypal MPL approval process

All, I'm just building my first IOS Paypal enabled application. I've followed all the steps and actually my application works, I got my production ID without really submitting my application to ...
0
votes
0answers
90 views

PayPal iOS MPL Error 559044 “This receiver accepts PayPal payments only through their website”

I have integrated the PayPal MPL library for iOS. After successfully testing via the sandbox, I submitted the app to PayPal and got my live app ID back. I plugged in the live app ID, and set the MPL ...
0
votes
0answers
37 views

licensing allow rename port traslate by author [closed]

Could the stackoverflow community give a suggestion for a open source or free source licence ? The scenario is (please read all bullets, before commenting): I am the original author of some code. I ...
0
votes
0answers
54 views

What is the difference between Mozilla Public License v 1.0, 1.1 and 2.0? [closed]

I am not really good at understanding the complicated texts of OSS licenses. Does anybody know the differences between the three versions of MPL?
0
votes
1answer
65 views

MPL Sample application

I am trying to integrate paypal in my iOS application for selling physical goods but having a really hard time in finding a sample application that makes use of MPL payment. Until now i have been ...
0
votes
1answer
133 views

Mozilla Public License 2.0

I would like use iText# dll in my commercial project. This library use Mozilla 2.0 license. I have some question with it. I read license at (http://www.mozilla.org/MPL/2.0/) website, but I'm not good ...
5
votes
1answer
437 views

iOS Paypal MPL developer error

My PayPal MPL integration which has been working correctly, stopped working today. My initial prototype which has had no code changes done to it has also stopped working. I have seen similar ...
4
votes
1answer
555 views

Paypal MPL iOS error

I am trying to integrate the PayPal MPL library into an iOS app. I have a UIViewController that is creating the PayPal button like so: - (void)viewDidLoad { [PayPal ...
0
votes
1answer
198 views

Android Eclipse Error: Logcat continuously receiving “MPL-FIFO error”

Here is snippet of the ever-increasing Logcat logs: 07-09 20:26:30.530: E/MPL-fifo(272): device/htc/common/invensense/mlsdk/mllite/mlFIFO.c|FIFOGetAccelFloat|1672 returning 3 07-09 20:26:30.571: ...
0
votes
1answer
149 views

How to Tell iOS Paypal Mobile Payment Library Version?

I'm referencing the demo against the library I have and there seem to be some differences. I just want to make sure I'm not working with something deprecated or outdated. The header file for each in ...
0
votes
2answers
249 views

What frameworks do I need for libPayPalMPL.a?

This thread says I need three, but I have several options with those prefixes and don't know which three to link exactly. I'm working with iOS 5.1, XCode 4.3.2 Getting "apple mach-o linker id ...
0
votes
0answers
82 views

MPL licensed binary file usage

I'm creating an internal, closed-source commercial application. And would like to make use of a binary executable (.dll) of CKEditor whose source code is covered by MPL licensing (MPL-1.1). What are ...
8
votes
1answer
170 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 ...
5
votes
2answers
479 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 ...
1
vote
2answers
89 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 ...
0
votes
1answer
240 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 ...
3
votes
1answer
592 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 ...
1
vote
1answer
181 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 ...
4
votes
1answer
2k 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)?
0
votes
1answer
120 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
171 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 ...
1
vote
1answer
495 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 ...
5
votes
3answers
5k 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). ...