Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I'm building my own Q&A community based on open source software that is governed by the GNU General Public License. So far I have been outsourcing the development to different programmers, but it is getting to the stage where I feel it would be wise to have work-for-hire contracts in place in order to protect ownership of future changes/features on the site. The GPL, however, requires that any modifications made to the original source are made freely available for distribution along with the source code.

I understand that Digg, for example, was originally based on open source software, so I was wondering if this step of IP protection is something that should wait until the business has scaled, at which point the code could potentially be rewritten from scratch?

share|improve this question

1 Answer

up vote 1 down vote accepted

No, the GPL does not require that you release every change you make to a piece of GPL code.

The GPL does require that anyone to whom you distribute a binary copy of the application must also have easy access to the source code, and the use, modification, and other rights guaranteed by the GPL.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.