mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-14 17:20:31 +08:00
pulling out license from code into an include, updating config with author employment
This commit is contained in:
parent
950526864e
commit
35e8cf7968
@ -25,6 +25,10 @@ font_awesome:
|
|||||||
name: Dave Gandy
|
name: Dave Gandy
|
||||||
email: dave@fontawesome.io
|
email: dave@fontawesome.io
|
||||||
twitter: byscuits
|
twitter: byscuits
|
||||||
|
work:
|
||||||
|
name: Kyruus
|
||||||
|
url: http://kyruus.com
|
||||||
|
title: Lead Product Designer
|
||||||
github:
|
github:
|
||||||
url: https://github.com/FortAwesome/Font-Awesome
|
url: https://github.com/FortAwesome/Font-Awesome
|
||||||
project: Font-Awesome
|
project: Font-Awesome
|
||||||
|
25
build/_includes/license-code.less
Normal file
25
build/_includes/license-code.less
Normal 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 }}
|
||||||
|
*/
|
@ -1,29 +1,6 @@
|
|||||||
---
|
---
|
||||||
---
|
---
|
||||||
/*!
|
{% include license-code.less %}
|
||||||
* 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
|
|
||||||
*/
|
|
||||||
|
|
||||||
.icon-large {
|
.icon-large {
|
||||||
font-size: 4/3em;
|
font-size: 4/3em;
|
||||||
|
27
build/assets/font-awesome/less/font-awesome.less
vendored
27
build/assets/font-awesome/less/font-awesome.less
vendored
@ -1,27 +1,6 @@
|
|||||||
/*!
|
---
|
||||||
* Font Awesome 3.2.0
|
---
|
||||||
* the iconic font designed for Bootstrap
|
{% include license-code.less %}
|
||||||
* -------------------------------------------------------
|
|
||||||
* 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
|
|
||||||
*/
|
|
||||||
|
|
||||||
@import "variables.less";
|
@import "variables.less";
|
||||||
@import "mixins.less";
|
@import "mixins.less";
|
||||||
|
Loading…
Reference in New Issue
Block a user