Using Ubuntu for commercial software development

gnugpllicensingUbuntu

I am plaining to use Ubuntu for developing Android and php application which I will sell in market. As far as I understand Ubuntu falls under GNU GPL license.

In this case do I need to make my source code open for all?

Best Answer

Work done on a particular operating system is not derived from it and therefore is not covered by it's license (or more properly license of any of it's components, since operating system consists of many components with different licenses).

An application is derived from libraries it links to, but Android application only links libraries that come from the Android SDK and possibly NDK and neither of those limits what you can do with the application. You would have to be careful about license of any 3rd party library you'd want to include though.