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 considering building an community over Pinax. The out-of-the-box functionality covers maybe 60% of what we need to do. We're more than happy to debug and support the base code set but need to keep extensions that add unique functionality proprietary.

Will the MIT licence permit this?

share|improve this question
This page (and the whole site) is a handy reference for licenses: tldrlegal.com/license/mit-license – CAD bloke Apr 2 at 1:57

3 Answers

up vote 5 down vote accepted

Yes.

There's only one condition in the MIT license:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

As long as you don't violate this condition, you have the right to do pretty much everything with the source code you want to, including the creation of a derivative work and its use.

Just make sure to signal the copyright of your extensions appropriately, so your work is not mistaken to be under the MIT license.

Usual disclaimer: I'm not a lawyer and this is no legal advise.

share|improve this answer

I am not a lawyer and this is by no means legal advice.

However, MIT is a very liberal license that plays pretty nicely with closed source extensions.

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.