Hello, I am developing a javascript API which is planned to be released LGPL early 2010.
I want to release a prototype in the form of a wordpress plugin which uses my new API.
I want to host this plugin on Wordpress' official plugin site.
Wordpress only hosts plugins which are compatible with GPL.
Ideally I would just supply an obfuscated release of the prototype API as closed source (i.e. copyright notices).
Can I GPL 3/2 my obfuscated script and not supply the original source which the script was generated? Intuitively I think so. If not, where's the GPL clause - and where do you draw the line on how much source to release? (e.g. would you need to supply comments/tools/tests, could you just supply badly formatted but still-readable source??)
NOTE: I do not want to release my API for 2 reasons:
- To protect a project fork until its first release.
- I want the project to begin on the right foot with the Open Source community... so increases chances of a successful project.
Cheers!