Welcome to mirror list, hosted at ThFree Co, Russian Federation.

license.html « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0d676624419baf55eab9ad5d9254cfe5aca68d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: base
title: Fork Awesome License
navbar_active: license
relative_path: ../
---
{% capture jumbotron_h1 %}<i class="fa fa-gavel" aria-hidden="true"></i>&nbsp; License{% endcapture %}
{% capture jumbotron_p %}The full details of how {{ site.forkawesome.name }} is licensed{% endcapture %}

{% include jumbotron.html %}
{% include stripe-social.html %}

<div class="container">
  {% capture stripe_ad_content %}
  <p class="lead">
    Font Awesome is fully open source and is GPL friendly. You can use it for commercial projects, open source
    projects, or really just about whatever you want.
  </p>
  {% endcapture %}

  <section>
    <h2 class="page-header">Font License</h2>
    <ul>
      <li>
        Applies to all desktop and webfont files in the following directory:
        <code>font-awesome/fonts/</code>.
      </li>
      <li>License: {{ site.fontawesome.license.font.version }}</li>
      <li>URL: <a href="{{ site.fontawesome.license.font.url }}">{{ site.fontawesome.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>,
        <code>font-awesome/less/</code>, and
        <code>font-awesome/scss/</code>.
      </li>
      <li>License: {{ site.fontawesome.license.code.version }}</li>
      <li>URL: <a href="{{ site.fontawesome.license.code.url }}">{{ site.fontawesome.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.fontawesome.license.documentation.version }}</li>
      <li>URL: <a href="{{ site.fontawesome.license.documentation.url }}">{{ site.fontawesome.license.documentation.url }}</a></li>
    </ul>
  </section>

  <section>
    <h2 class="page-header">Brand Icons</h2>
    {% include brand-license.html %}
  </section>
</div>