| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,72 @@ |
| 1 |
+--- |
|
| 2 |
+layout: base |
|
| 3 |
+title: Font Awesome License |
|
| 4 |
+navbar_active: license |
|
| 5 |
+relative_path: ../ |
|
| 6 |
+--- |
|
| 7 |
+{% capture jumbotron_h1 %}<i class="fa fa-gavel" aria-hidden="true"></i> License{% endcapture %}
|
|
| 8 |
+{% capture jumbotron_p %}The full details of how Font Awesome is licensed{% endcapture %}
|
|
| 9 |
+ |
|
| 10 |
+{% include jumbotron.html %}
|
|
| 11 |
+{% include stripe-social.html %}
|
|
| 12 |
+ |
|
| 13 |
+<div class="container"> |
|
| 14 |
+ {% capture stripe_ad_content %}
|
|
| 15 |
+ <p class="lead"> |
|
| 16 |
+ Font Awesome is fully open source and is GPL friendly. You can use it for commercial projects, open source |
|
| 17 |
+ projects, or really just about whatever you want. |
|
| 18 |
+ </p> |
|
| 19 |
+ {% endcapture %}
|
|
| 20 |
+ {% include stripe-ad.html %}
|
|
| 21 |
+ |
|
| 22 |
+ <section> |
|
| 23 |
+ <div class="alert alert-success"> |
|
| 24 |
+ <ul class="fa-ul margin-bottom-none"> |
|
| 25 |
+ <li> |
|
| 26 |
+ <i class="fa-li fa fa-info-circle fa-lg" aria-hidden="true"></i>Attribution is no longer required as of Font Awesome 3.0 but is much appreciated: |
|
| 27 |
+ "Font Awesome by Dave Gandy - http://fontawesome.io". |
|
| 28 |
+ </li> |
|
| 29 |
+ </ul> |
|
| 30 |
+ </div> |
|
| 31 |
+ </section> |
|
| 32 |
+ |
|
| 33 |
+ <section> |
|
| 34 |
+ <h2 class="page-header">Font License</h2> |
|
| 35 |
+ <ul> |
|
| 36 |
+ <li> |
|
| 37 |
+ Applies to all desktop and webfont files in the following directory: |
|
| 38 |
+ <code>font-awesome/fonts/</code>. |
|
| 39 |
+ </li> |
|
| 40 |
+ <li>License: {{ site.fontawesome.license.font.version }}</li>
|
|
| 41 |
+ <li>URL: <a href="{{ site.fontawesome.license.font.url }}">{{ site.fontawesome.license.font.url }}</a></li>
|
|
| 42 |
+ </ul> |
|
| 43 |
+ </section> |
|
| 44 |
+ |
|
| 45 |
+ <section> |
|
| 46 |
+ <h2 class="page-header">Code License</h2> |
|
| 47 |
+ <ul> |
|
| 48 |
+ <li> |
|
| 49 |
+ Applies to all CSS and LESS files in the following directories: |
|
| 50 |
+ <code>font-awesome/css/</code>, |
|
| 51 |
+ <code>font-awesome/less/</code>, and |
|
| 52 |
+ <code>font-awesome/scss/</code>. |
|
| 53 |
+ </li> |
|
| 54 |
+ <li>License: {{ site.fontawesome.license.code.version }}</li>
|
|
| 55 |
+ <li>URL: <a href="{{ site.fontawesome.license.code.url }}">{{ site.fontawesome.license.code.url }}</a></li>
|
|
| 56 |
+ </ul> |
|
| 57 |
+ </section> |
|
| 58 |
+ |
|
| 59 |
+ <section> |
|
| 60 |
+ <h2 class="page-header">Documentation License</h2> |
|
| 61 |
+ <ul> |
|
| 62 |
+ <li>Applies to all Font Awesome project files that are not a part of the Font or Code licenses.</li> |
|
| 63 |
+ <li>License: {{ site.fontawesome.license.documentation.version }}</li>
|
|
| 64 |
+ <li>URL: <a href="{{ site.fontawesome.license.documentation.url }}">{{ site.fontawesome.license.documentation.url }}</a></li>
|
|
| 65 |
+ </ul> |
|
| 66 |
+ </section> |
|
| 67 |
+ |
|
| 68 |
+ <section> |
|
| 69 |
+ <h2 class="page-header">Brand Icons</h2> |
|
| 70 |
+ {% include brand-license.html %}
|
|
| 71 |
+ </section> |
|
| 72 |
+</div> |