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

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavegandy <dave@davegandy.com>2013-05-23 22:10:10 +0400
committerdavegandy <dave@davegandy.com>2013-05-23 22:10:10 +0400
commit35e8cf79685b32626d63f02f95ebdbd53f3ffc0a (patch)
treed477b9e1fb499fafdd692c9e6319e340538125e5 /build/assets/font-awesome
parent950526864ef13771881469bf42ca244cc4141dd1 (diff)
pulling out license from code into an include, updating config with author employment
Diffstat (limited to 'build/assets/font-awesome')
-rw-r--r--build/assets/font-awesome/less/font-awesome-ie7.less25
-rw-r--r--build/assets/font-awesome/less/font-awesome.less27
2 files changed, 4 insertions, 48 deletions
diff --git a/build/assets/font-awesome/less/font-awesome-ie7.less b/build/assets/font-awesome/less/font-awesome-ie7.less
index fac1aae21..75e91ea2b 100644
--- a/build/assets/font-awesome/less/font-awesome-ie7.less
+++ b/build/assets/font-awesome/less/font-awesome-ie7.less
@@ -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;
diff --git a/build/assets/font-awesome/less/font-awesome.less b/build/assets/font-awesome/less/font-awesome.less
index 18b64f5cb..fa87c2752 100644
--- a/build/assets/font-awesome/less/font-awesome.less
+++ b/build/assets/font-awesome/less/font-awesome.less
@@ -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";