[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: steve donovan <steve.j.donovan@...>
- Date: Tue, 10 Apr 2012 11:15:46 +0200
On Tue, Apr 10, 2012 at 11:06 AM, Rob Kendrick <rjek@rjek.com> wrote:
> Here be dragons, and another example of why the GPL is a poor choice of
> licence: it doesn't define what linking means.
The LGPL does, but I'd be damned if I know if this means you can
require() such a module.
Vaguely on-topic, I note that the curses module of luaposix includes
strlcpy.c directly, which is LGPL (from libtool)
Probably a good idea to find a BSD-licensed variant here, because this
feels like a violation...
steve d.