My company is considering distributing a sql profiler with our commercial software to make support and diagnostics easier. A few questions I have:
- Do we have to ship the source code with our setup? Or is hosting it on our website or a link to the project website enough?
- Can we create a shortcut to the GPL tool or is that called derived work?
- Do I need to ship the GPL license with my setup? Do I need to show it to the user? Do they need to accept it?
- If I just use the tool independently (not linked from our commercial app) do I need to give attribution in our about box?
- Are we allowed to repackage the app (ship just the exe?) Or do we need to ship the installer?
- If we decide to get involved in the project and improve it or fork the project, is there any rules (besides the implicit requirement to use GPL license?) e.g. must we send the changes with our setup? etc...