lua-users home
lua-l archive

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


Enrico Colombini wrote:

> I'd like to use a simple 'out-of-the-shelf' license
>
> Basically, I want to keep the copyright and allow free
> distribution, usage and modification (just like Lua).

See http://www.gnu.org/licenses/license-list.html.  It sounds like you want
"revised BSD" or equivalent.

-John