diff options
author | Paolo T <tuscanhobbit@users.noreply.github.com> | 2013-10-11 00:24:25 -0700 |
---|---|---|
committer | Paolo T <tuscanhobbit@users.noreply.github.com> | 2013-10-11 00:24:25 -0700 |
commit | 7a63d5e50b0ae16a38e673867abd6043d4becc07 (patch) | |
tree | 6d174d12a0de707ed8f875801a8dbc0c35f70d3f /library/font_awesome/src/_includes/license.html | |
parent | c2a88c3e4858e3eb2c553bdc775d2f684b0d46b4 (diff) | |
parent | 89fc319c900873be58fa677707518646f6c79eec (diff) | |
download | volse-hubzilla-7a63d5e50b0ae16a38e673867abd6043d4becc07.tar.gz volse-hubzilla-7a63d5e50b0ae16a38e673867abd6043d4becc07.tar.bz2 volse-hubzilla-7a63d5e50b0ae16a38e673867abd6043d4becc07.zip |
Merge pull request #2 from friendica/master
Upgraded to latest red
Diffstat (limited to 'library/font_awesome/src/_includes/license.html')
-rw-r--r-- | library/font_awesome/src/_includes/license.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/library/font_awesome/src/_includes/license.html b/library/font_awesome/src/_includes/license.html new file mode 100644 index 000000000..8b2948095 --- /dev/null +++ b/library/font_awesome/src/_includes/license.html @@ -0,0 +1,57 @@ +{% capture stripe_ad_content %} +<p class="lead"> + Font Awesome is fully open source and is GPL compatible. You can use it for commercial projects, open source + projects, or really just about whatever you want. +</p> +{% endcapture %} +{% include stripe-ad.html %} + +<div> + <div class="alert alert-info"> + <ul class="icons-ul margin-bottom-none"> + <li> + <i class="icon-li icon-info-sign icon-large"></i>Attribution is no longer required as of Font Awesome 3.0 but is much appreciated: + "Font Awesome by Dave Gandy - http://fontawesome.io". + </li> + </ul> + </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.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> and + <code>font-awesome/less/</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> |