> I'm just wondering the same thing -- the only problem is that for the Win32 > port of Spidermonkey, I have to modify the files to make it link statically. > The main jsapi.h file defaults to a DLL build, so to make it linkable > statically I need to change a couple of #define lines in there to remove the > dllimport/export stuff. > > Strictly, then, this is a modification to the source, so we're obliged to > post that up somewhere for people to download. In practise, is this worth > worrying about?
That's a question for your lawyers :-) I would say that if you make a modification, then the NPL covers it, and so you should do what it says. Gerv
