lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


ODE is actually dual licensed LGPL/BSD.  I don't think Lua actually
has a license.  May I ask what issies you see with LGPL?

wes

On 2/22/07, Peter Loveday <peter@loveday.org> wrote:
> I've just posted an initial release of luaODE on Sourceforge
> (http://sourceforge.net/projects/luaode/).  luaODE provides bindings
> for the Open Dynamics Engine (http://www.ode.org/) v0.7 using Lua 5.1.
> It's publish under an LGPL license.

Hmm... any particular reason you chose LGPL?

Given that ODE and Lua are both more open (ODE itself is BSD, and Lua is
similar (MIT?)), wouldn't it make more sense to make it similar?

- Peter