(http://svengreb.de)
+
+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.
diff --git a/README.md b/README.md
index bfebf72d..af8d63d8 100644
--- a/README.md
+++ b/README.md
@@ -203,7 +203,7 @@ Please report issues/bugs, feature requests and suggestions for improvements to
Copyright © 2017 Arctic Ice Studio
-
+
[gist-true-color]: https://gist.github.com/XVilka/8346728
[scrot-readme-default-profile]: https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/src/assets/scrot-readme-default-profile.png
diff --git a/autoload/airline/themes/nord.vim b/autoload/airline/themes/nord.vim
index fe7a71b4..9920e9fb 100755
--- a/autoload/airline/themes/nord.vim
+++ b/autoload/airline/themes/nord.vim
@@ -1,11 +1,10 @@
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-" title Nord Vim airline +
-" project nord-vim +
-" repository https://github.com/arcticicestudio/nord-vim +
-" author Arctic Ice Studio +
-" email development@arcticicestudio.com +
-" copyright Copyright (C) 2017 +
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+" Copyright (c) 2016-2017 Arctic Ice Studio
+" Copyright (c) 2016-2017 Sven Greb
+
+" Project: Nord Vim
+" Repository: https://github.com/arcticicestudio/nord-vim
+" License: MIT
+
let s:nord_vim_version="0.6.0"
let g:airline#themes#nord#palette = {}
diff --git a/autoload/lightline/colorscheme/nord.vim b/autoload/lightline/colorscheme/nord.vim
index e5c54751..ba211d52 100755
--- a/autoload/lightline/colorscheme/nord.vim
+++ b/autoload/lightline/colorscheme/nord.vim
@@ -1,11 +1,10 @@
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-" title Nord Vim lightline +
-" project nord-vim +
-" repository https://github.com/arcticicestudio/nord-vim +
-" author Arctic Ice Studio +
-" email development@arcticicestudio.com +
-" copyright Copyright (C) 2017 +
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+" Copyright (c) 2016-2017 Arctic Ice Studio
+" Copyright (c) 2016-2017 Sven Greb
+
+" Project: Nord Vim
+" Repository: https://github.com/arcticicestudio/nord-vim
+" License: MIT
+
let s:nord_vim_version="0.6.0"
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
diff --git a/colors/nord.vim b/colors/nord.vim
index 4e15570b..82cffcf6 100755
--- a/colors/nord.vim
+++ b/colors/nord.vim
@@ -1,11 +1,10 @@
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-" title Nord Vim +
-" project nord-vim +
-" repository https://github.com/arcticicestudio/nord-vim +
-" author Arctic Ice Studio +
-" email development@arcticicestudio.com +
-" copyright Copyright (C) 2017 +
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+" Copyright (c) 2016-2017 Arctic Ice Studio
+" Copyright (c) 2016-2017 Sven Greb
+
+" Project: Nord Vim
+" Repository: https://github.com/arcticicestudio/nord-vim
+" License: MIT
+
if version > 580
hi clear
if exists("syntax_on")