Cartoper wrote: > I am working on a packaged software solution. Currently it is being > developed in Microsoft .Net and I am looking for options to take it > cross platform. Of all the options, I really like the idea of using XUL > and XPCOM, the question I have is: > > Do I need to release the source code?
If you are releasing a product based on XULRunner, you would need to make the XULRunner source code available (because that code is licensed under the MPL). But you would not need to make the code of your application-specific components available, because you own that copyright and can release it under whatever terms you want. --BDS _______________________________________________ legal mailing list [email protected] https://lists.mozilla.org/listinfo/legal
