lua-users home
lua-l archive

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


On Tue, Apr 10, 2012 at 14:25,  <rrt@sc3d.org> wrote:
> I am happy to announce the release of luaposix 5.1.18,
> Lua bindings for POSIX (including curses).

5.1.18 tag on GitHub still contains LGPL code:

https://github.com/rrthomas/luaposix/blob/v5.1.18/strlcpy.c

> This release implements full Lua 5.2 compatibility; thanks to Enrico Tassi
> for poking me to get this done. The implementation of strlcpy is changed to
> a BSD-licensed implementation; the previously-used implementation was
> LGPL-licensed, which is not MIT-compatible. Thanks to Alexander Gladysh for
> bringing this problem to my attention.

Thanks to eagle-eyed Steve Donovan, who originally brought up this
issue in this mailing list.

Alexander.