We will be releasing a new open source project but we are having trouble trying to determine what license to use. I am hoping someone can help here.
Lets say I have an application I created called "RunFree". I would like to distribute this using some form of the GPL license. Of course all the source is delivered etc. However, let say "RunFree" is built using "SomeBuilder". "SomeBuilder" is necessary to alter the application "RunFree". When I distribute "RunFree" it comes with a copy of "SomeBuilder" which contains all the tools and libraries you need to modify and enhance "RunFree". You can even redistribute "SomeBuilder" with your modified version of "RunFree". However I cannot release "someBuilder" under the GPL.
So my question is, is it possible to have this scenario where the "RunFree" application can be under the GPL but not the tools even though they are included? Hopefully that makes sense.