license.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {% capture stripe_ad_content %}
  2. <p class="lead">
  3. Font Awesome is fully open source and is GPL compatible. You can use it for commercial projects, open source
  4. projects, or really just about whatever you want.
  5. </p>
  6. {% endcapture %}
  7. {% include stripe-ad.html %}
  8. <div>
  9. <div class="alert alert-info">
  10. <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:
  11. <code>Font Awesome by Dave Gandy - http://fontawesome.io</code>.
  12. </div>
  13. </div>
  14. <section>
  15. <h2 class="page-header">Font License</h2>
  16. <ul>
  17. <li>
  18. Applies to all desktop and webfont files in the following directory:
  19. <code>font-awesome/font/</code>.
  20. </li>
  21. <li>License: {{ site.fontawesome.license.font.version }}</li>
  22. <li>URL: <a href="{{ site.fontawesome.license.font.url }}">{{ site.fontawesome.license.font.url }}</a></li>
  23. </ul>
  24. </section>
  25. <section>
  26. <h2 class="page-header">Code License</h2>
  27. <ul>
  28. <li>
  29. Applies to all CSS and LESS files in the following directories:
  30. <code>font-awesome/css/</code> and
  31. <code>font-awesome/less/</code>.
  32. </li>
  33. <li>License: {{ site.fontawesome.license.code.version }}</li>
  34. <li>URL: <a href="{{ site.fontawesome.license.code.url }}">{{ site.fontawesome.license.code.url }}</a></li>
  35. </ul>
  36. </section>
  37. <section>
  38. <h2 class="page-header">Documentation License</h2>
  39. <ul>
  40. <li>Applies to all Font Awesome project files that are not a part of the Font or Code licenses.</li>
  41. <li>License: {{ site.fontawesome.license.documentation.version }}</li>
  42. <li>URL: <a href="{{ site.fontawesome.license.documentation.url }}">{{ site.fontawesome.license.documentation.url }}</a></li>
  43. </ul>
  44. </section>
  45. <section>
  46. <h2 class="page-header">Brand Icons</h2>
  47. <ul>
  48. <li>All brand icons are trademarks of their respective owners.</li>
  49. <li>The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.</li>
  50. </ul>
  51. </section>