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

有帮助吗?

解决方案

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.

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top