mike jarosch wrote: > Ok, I've read the NPL and I understand that I can use Spidermonkey in my > commercial application as long as I mention in the credits and a readme file > that "Spidermonkey used under the terms of the NPL, available at > http://www.mozilla.org/" and don't make any changes to Spidermonkey itself. > I can sell my application and not have to release source code or license it > under the NPL.
AIUI, this is correct. > My question is about linking, can I link to the Spidermonkey library > statically and still do the above or do I have to link dynamically (dll)? Either is fine. Gerv
