lua-users home
lua-l archive

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



Without knowing the details, the most natural license for such a Lua extension would be MIT (the same as Lua5).


16.3.2005 kello 10:58, Paolo Capriotti kirjoitti:

On Tue, 15 Mar 2005 11:51:43 -0800, Vijay Aswadhati <wyseman@pacbell.net> wrote:

Hello Paolo,

I've written a small C++ wrapper for the lua API, since I couldn't
find one that fit my needs. I've added an entry in the lua addons
section of lua-users wiki.

Libraries with GPL [http://www.fsf.org/licensing/licenses/gpl.html] are practically useless speaking for me and for most application developers.

Hello Vijay, thanks for your suggestions. I'm actually considering
releasing the library under the LGPL. I shall admit I wasn't much
informed about the licensing subject, and so I thought GPL was the
most natural choice.

Paolo Capriotti