Pergunta

I am using Bootstrap CSS for responsive design in my project. Do I need licence to distribute my project of bootstrap responsive design ?

Foi útil?

Solução

Bootstrap does have a license. It's MIT, and the high level details are near at the bottom of this page. Full license is available in their project repo here.

I'm no lawyer (so you should check this yourself, or get your lawyer to), but in short you can use it for free, at your own risk. And you don't need to open source your project, or give your changes back to bootstrap.

Outras dicas

The Bootstrap MIT license permits you to "use Bootstrap in packages or distributions that you create," as long as you include the Bootstrap license and copyright notice with the project you're distributing.

Here is the rest of the information regarding the license and distribution.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top