mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 13:47:11 +03:00
33 lines
1.6 KiB
Markdown
33 lines
1.6 KiB
Markdown
|
---
|
||
|
layout: docs
|
||
|
title: License FAQs
|
||
|
group: about
|
||
|
---
|
||
|
|
||
|
Material Design for Bootstrap is released under the MIT license and is copyright {{ site.time | date: "%Y" }} Federico Zivolo.
|
||
|
Boiled down to smaller chunks, it can be described with the following conditions.
|
||
|
|
||
|
#### It requires you to:
|
||
|
|
||
|
* Keep the license and copyright notice included in Material Design for Bootstrap's files when you use them in your works
|
||
|
|
||
|
#### It permits you to:
|
||
|
|
||
|
- Freely download and use Material Design for Bootstrap, in whole or in part, for personal, private, company internal, or commercial purposes
|
||
|
- Use Material Design for Bootstrap in packages or distributions that you create
|
||
|
- Modify the source code
|
||
|
- Grant a sublicense to modify and distribute Material Design for Bootstrap to third parties not included in the license
|
||
|
|
||
|
#### It forbids you to:
|
||
|
|
||
|
- Hold the authors and license owners liable for damages as Material Design for Bootstrap is provided without warranty
|
||
|
- Hold the creators or copyright holders of Material Design for Bootstrap liable
|
||
|
- Redistribute any piece of Material Design for Bootstrap without proper attribution
|
||
|
|
||
|
#### It does not require you to:
|
||
|
|
||
|
- Include the source of Material Design for Bootstrap itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it
|
||
|
- Submit changes that you make to Material Design for Bootstrap back to the Material Design for Bootstrap project (though such feedback is encouraged)
|
||
|
|
||
|
The full Material Design for Bootstrap license is located [in the project repository]({{ site.repo }}/blob/master/LICENSE) for more information.
|