pulling out license from code into an include, updating config with author employment

This commit is contained in:
davegandy 2013-05-23 14:10:10 -04:00
parent 950526864e
commit 35e8cf7968
4 changed files with 33 additions and 48 deletions

View File

@ -25,6 +25,10 @@ font_awesome:
name: Dave Gandy
email: dave@fontawesome.io
twitter: byscuits
work:
name: Kyruus
url: http://kyruus.com
title: Lead Product Designer
github:
url: https://github.com/FortAwesome/Font-Awesome
project: Font-Awesome

View File

@ -0,0 +1,25 @@
/*!
* Font Awesome {{ site.font_awesome.version }}
* the iconic font designed for Bootstrap
* ------------------------------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation can be
* found at {{ site.font_awesome.url }}. Stay up to date on Twitter at
* http://twitter.com/{{ site.font_awesome.twitter }}.
*
* License
* ------------------------------------------------------------------------------
* - The Font Awesome font is licensed under {{ site.license.font.version }} -
* {{ site.license.font.url }}
* - Font Awesome CSS, LESS, and SASS files are licensed under {{ site.license.code.version }} -
* {{ site.license.code.url }}
* - Font Awesome documentation licensed under {{ site.license.documentation.version }} -
* {{ site.license.documentation.url }}
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
* "Font Awesome by Dave Gandy - {{ site.font_awesome.url }}"
*
* Author - Dave Gandy
* ------------------------------------------------------------------------------
* Email: {{ site.font_awesome.author.email }}
* Twitter: http://twitter.com/{{ site.font_awesome.author.twitter }}
* Work: {{ site.font_awesome.author.work.title }} @ {{ site.font_awesome.author.work.name }} - {{ site.font_awesome.author.work.url }}
*/

View File

@ -1,29 +1,6 @@
---
---
/*!
* Font Awesome 3.2.0
* the iconic font designed for Bootstrap
* -------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation
* can be found at: http://fontawesome.io
*
* License
* -------------------------------------------------------
* - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
* http://scripts.sil.org/OFL
* - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
* http://opensource.org/licenses/mit-license.html
* - Font Awesome documentation licensed under CC BY 3.0 License -
* http://creativecommons.org/licenses/by/3.0/
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
* "Font Awesome by Dave Gandy - http://fontawesome.io"
* Contact
* -------------------------------------------------------
* Email: dave@fontawesome.io
* Twitter: http://twitter.com/fortaweso_me
* Work: Lead Product Designer @ http://kyruus.com
*/
{% include license-code.less %}
.icon-large {
font-size: 4/3em;

View File

@ -1,27 +1,6 @@
/*!
* Font Awesome 3.2.0
* the iconic font designed for Bootstrap
* -------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation
* can be found at: http://fontawesome.io
*
* License
* -------------------------------------------------------
* - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
* http://scripts.sil.org/OFL
* - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
* http://opensource.org/licenses/mit-license.html
* - Font Awesome documentation licensed under CC BY 3.0 License -
* http://creativecommons.org/licenses/by/3.0/
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
* "Font Awesome by Dave Gandy - http://fontawesome.io"
* Contact
* -------------------------------------------------------
* Email: dave@fontawesome.io
* Twitter: http://twitter.com/fortaweso_me
* Work: Lead Product Designer @ http://kyruus.com
*/
---
---
{% include license-code.less %}
@import "variables.less";
@import "mixins.less";