Re: The impact of a module's license on the requiring Lua program
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: The impact of a module's license on the requiring Lua program
- From: Martin Schröder <martin@...>
- Date: 2012年4月10日 08:58:35 +0200
2012年4月10日 Marc Balmer <marc@msys.ch>:
> If a Lua module is GPLed, does using that module with 'require' make my
> Lua program a derivative work as per GPL terms or is it merely running
> the program as per GPL terms? The latter case would mean that my Lua
The whole program is a derivative work.
http://www.gnu.org/licenses/gpl-faq.html#IfInterpreterIsGPL
Best
Martin