1. licensing
- Posted by bugmagnet Aug 03, 2012
- 1185 views
Regarding the euJSON project, what license can I use? Does anyone have any objection to me using the one that comes with Euphoria in the license.txt file?
Kind regards,
Bruce/bugmagnet
2. Re: licensing
- Posted by ghaberek (admin) Aug 03, 2012
- 1076 views
Regarding the euJSON project, what license can I use? Does anyone have any objection to me using the one that comes with Euphoria in the license.txt file?
Kind regards,
Bruce/bugmagnet
It's really whatever you want to use. If you would ever like to include your code as part of Euphoria, then I would suggest using the same license as Euphoria. Alternatively, if your code is already based on something else, I would suggest using the license of the code on which it is based (e.g. wxEuphoria uses the same wxWidgets license, since it is just a "shim" to the existing library).
The most common licenses in use today seem to be LGPL and MIT, or just plain ol' "public domain".
-Greg