Lifted from the NoodleGlue site:
"I should probably point out what may be a common misunderstanding about the licensing here - the code that NoodleGlue produces is your own - you can do what you want with it, so licensing is only really an issue if you wanted to do something like embed NoodleGlue itself into something like an IDE (... which would be cool, is someone felt like doing it ...)."
Basically, we want people to be able to use NoodleGlue for any project, regardless of license. However, if improvements are made to the wrapper generation code, we'd like those improvements to be made available to everyone.
The noodle glue runtime (which must be linked into the finished app) is released under the LGPL. Our intention was that anyone could use noodleglue for any application and that only changes to the runtime source files should be made available to everyone. I realise that LGPL is probably not the most appropriate license (being too restrictive in my opinion). We don't really want users to have to dynamically link to the noodleglue C++ runtime code and we don't actually care if end users can or can't re-link to a different version of the noodleglue code. Ho hum...
Tom @ NoodleHeaven



