I am coding a new application. I would like to temporarily share it with a restricted group of persons to only have a feedback about some implemented features.
My application links against some qt (LGPL and GPL) and fftw (GPL) software packages available in the official Ubuntu repositories. Thus, I guess that it is sufficient to share a .deb package containing my binaries and data, along with the source code and a copy of the GPL license. Nevertheless, I do not really like the idea to share the source code in this phase because there are still things to clarify/improve/refine/fix.
Therefore:
- Is there a legal way to share with them only the .deb package (i.e., not the source code)?
- If yes, what specific clauses should I include (e.g.: "These binaries are intended for internal testing and evaluation only" and/or "You are not authorized to copy/distribute/commercialize this software" etc..)?
- If one of them asks for the source code, am I obliged to provide it?
- If one of them distributes/commercializes the binary against my will, am I legally liable for license infringement?