aboutsummaryrefslogtreecommitdiffstats
path: root/autoload/lightline
diff options
context:
space:
mode:
authorGravatar Arctic Ice Studio <development@arcticicestudio.com>2017-11-12 20:34:59 +0100
committerGravatar GitHub <noreply@github.com>2017-11-12 20:34:59 +0100
commitfa55dc35b72f43475885d4430b01cccf5f51ac78 (patch)
treefae10c26ba8e867c5afc7a13688e6a3150d6fb0a /autoload/lightline
parent99e59e670646e15398dc07a38086a27affbdd902 (diff)
parentda6d5bf73ea12ff17e384ef40bf223849453b672 (diff)
downloadnord-vim-fa55dc35b72f43475885d4430b01cccf5f51ac78.tar.gz
Merge pull request #70 from arcticicestudio/subtask/gh-69-migrate-to-mit-license
Migrate to MIT license
Diffstat (limited to 'autoload/lightline')
-rwxr-xr-xautoload/lightline/colorscheme/nord.vim15
1 files changed, 7 insertions, 8 deletions
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': {}}