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:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-10-02 23:12:58 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-10-02 23:12:58 +0300
commit6033bea81e7c495e6fd1532fea2ef38d192360a4 (patch)
tree00d85ac66f09a4e26c406d76466ebbfef57fec26
parent905bdf4c11b3b34a65fad9b742c5c102c041308a (diff)
Adds full version of the license in CSS header files.
-rw-r--r--src/doc/_includes/code/license.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/doc/_includes/code/license.css b/src/doc/_includes/code/license.css
index 7b101213f..43068be09 100644
--- a/src/doc/_includes/code/license.css
+++ b/src/doc/_includes/code/license.css
@@ -1,4 +1,12 @@
/*!
- * {{ site.forkawesome.name }} {{ site.forkawesome.version }}, originaly by {{ site.fontawesome.author.name }} - {{ site.forkawesome.url }}
- * License - {{ site.forkawesome.url }}/license (Font: {{ site.forkawesome.license.font.version }}, CSS: {{ site.forkawesome.license.code.version }})
+{{ site.forkawesome.name }} {{ site.forkawesome.version }}
+License - {{ site.forkawesome.url }}license
+
+Copyright 2018 {{ site.fontawesome.author.name }} & {{ site.forkawesome.name }}
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/