diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2017-11-12 20:27:51 +0100 |
---|---|---|
committer | Arctic Ice Studio <development@arcticicestudio.com> | 2017-11-12 20:27:51 +0100 |
commit | da6d5bf73ea12ff17e384ef40bf223849453b672 (patch) | |
tree | fae10c26ba8e867c5afc7a13688e6a3150d6fb0a /autoload/lightline | |
parent | 99e59e670646e15398dc07a38086a27affbdd902 (diff) | |
download | nord-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/lightline')
-rwxr-xr-x | autoload/lightline/colorscheme/nord.vim | 15 |
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': {}} |