From da6d5bf73ea12ff17e384ef40bf223849453b672 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sun, 12 Nov 2017 20:27:51 +0100 Subject: 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 --- autoload/lightline/colorscheme/nord.vim | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'autoload/lightline') 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 +" 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': {}} -- cgit v1.2.3-70-g09d2