On Mon, 05 Oct 2009 10:28:58 +0100 Steve Loughran <ste...@apache.org> wrote:
> 2. Even LGPL and GPL say no need to contribute back if you dont > distribute the code Sorry in advance about the nitpicking: IANAL - but AFAIK even LGPL and GPL do not force you to contribute back. The only thing that GPL does, is forcing you to distribute the source code (including potential modifications from your side) along with the binary you created*. ;) Isabel * The goal being to enable the user of your binary to freely use the software, to study the way it was created, to improve it and to share it freely with others.