lua-users home
lua-l archive

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


It was thus said that the Great Lars Doelle once stated:
>
> Now having a strong GPL background, i would not license my work under
> MIT/X11 and wonder, if this would be considered a violation of habits,
> thus making a publication partically useless. Could anyone please tell me
> if there's a common position here on this matter.

  It seems as if the GPL is unpopular here, but that didn't stop me from
releasing my syslog replacement [1] under the GPL, with an exception:

	NOTE! The author of this package grants an exemption of Section 5
	and 6 of this license for any new or additional Lua scripts written
	by you for use with this package.  Only the C source code and the
	Lua scripts provided in this package are covered under this license.

  That said, go with that you are comfortable with.  I'm comfortable with
the GPL so that's what I go with.  

  -spc (And if that makes my code unpopular, so be it)