12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {% capture stripe_ad_content %}
- <p class="lead">
- Font Awesome is fully open source and is GPL compatible. You can use it for commerical projects, open source
- projects, or really just about whatever you want.
- </p>
- {% endcapture %}
- {% include stripe-ad.html %}
- <div>
- <div class="alert alert-info">
- <i class="icon-info-sign icon-2x pull-left margin-top-small padding-right-small"></i>Attribution is no longer required as of Font Awesome 3.0 but is much appreciated:
- <code>Font Awesome by Dave Gandy - http://fontawesome.io</code>.
- </div>
- </div>
- <section>
- <h2 class="page-header">Font License</h2>
- <ul>
- <li>
- Applies to all desktop and webfont files in the following directory:
- <code>font-awesome/font/</code>.
- </li>
- <li>License: {{ site.license.font.version }}</li>
- <li>URL: <a href="{{ site.license.font.url }}">{{ site.license.font.url }}</a></li>
- </ul>
- </section>
- <section>
- <h2 class="page-header">Code License</h2>
- <ul>
- <li>
- Applies to all CSS and LESS files in the following directories:
- <code>font-awesome/css/</code> and
- <code>font-awesome/less/</code>.
- </li>
- <li>License: {{ site.license.code.version }}</li>
- <li>URL: <a href="{{ site.license.code.url }}">{{ site.license.code.url }}</a></li>
- </ul>
- </section>
- <section>
- <h2 class="page-header">Documentation License</h2>
- <ul>
- <li>Applies to all Font Awesome project files that are not a part of the Font or Code licenses.</li>
- <li>License: {{ site.license.documentation.version }}</li>
- <li>URL: <a href="{{ site.license.documentation.url }}">{{ site.license.documentation.url }}</a></li>
- </ul>
- </section>
- <section>
- <h2 class="page-header">Brand Icons</h2>
- <ul>
- <li>All brand icons are copyrighted or trademarked by their respective owners.</li>
- </ul>
- </section>
|