On 8/14/06, Jay R. Ashworth jra@baylink.com wrote:
You cannot create non-GPL'd software, very roughly, that integrates code from GPL'd software -- absent a separate license to do so -- unless it's an LGPL'd library.
You can create a program that, say, calls a GPL'd binary program and utilizes its results across an execv boundary, without having to GPL your code, but you can't *utilize source* without the license "infecting" your code.
Right, but can the GPL'd program integrate non-GPL'ed source? E.g., can MediaWiki use non GPL'ed source code?
Steve