From 6033bea81e7c495e6fd1532fea2ef38d192360a4 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Tue, 2 Oct 2018 16:12:58 -0400 Subject: [PATCH] Adds full version of the license in CSS header files. --- src/doc/_includes/code/license.css | 12 ++++++++++-- 1 file 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. */