aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
authorGravatar Arctic Ice Studio <development@arcticicestudio.com>2017-11-12 20:27:51 +0100
committerGravatar Arctic Ice Studio <development@arcticicestudio.com>2017-11-12 20:27:51 +0100
commitda6d5bf73ea12ff17e384ef40bf223849453b672 (patch)
treefae10c26ba8e867c5afc7a13688e6a3150d6fb0a /autoload
parent99e59e670646e15398dc07a38086a27affbdd902 (diff)
downloadnord-vim-da6d5bf73ea12ff17e384ef40bf223849453b672.tar.gz
Migrate to MIT license
Adapted to the MIT license migration of the main "Nord" (1) project. Detailed information can be found in the main task ticket. All license SVG badges and the "LICENSE.md" content have been updated. In addition all source code comment header have also been simplified. References: * (1) https://github.com/arcticicestudio/nord Subtask of arcticicestudio/nord#55 GH-69
Diffstat (limited to 'autoload')
-rwxr-xr-xautoload/airline/themes/nord.vim15
-rwxr-xr-xautoload/lightline/colorscheme/nord.vim15
2 files changed, 14 insertions, 16 deletions
diff --git a/autoload/airline/themes/nord.vim b/autoload/airline/themes/nord.vim
index fe7a71b..9920e9f 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 <development@arcticicestudio.com>
+" Copyright (c) 2016-2017 Sven Greb <code@svengreb.de>
+
+" 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 e5c5475..ba211d5 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 <development@arcticicestudio.com>
+" Copyright (c) 2016-2017 Sven Greb <code@svengreb.de>
+
+" 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': {}}