Skip to content

Commit 9ff8db0

Browse files
committed
Change license to BSD-3-Clause
1 parent 214dc17 commit 9ff8db0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

autoload/executor.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
" Author: Alexander Skachko <alexander.skachko@gmail.com>
55
" Homepage: https://github.com/lucerion/vim-executor
66
" Version: 0.1
7-
" Licence: MIT
7+
" Licence: BSD-3-Clause
88
" ===========================================================================
99

1010
func! executor#exec(start_line, end_line, count, ...)

plugin/executor.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
" Author: Alexander Skachko <alexander.skachko@gmail.com>
55
" Homepage: https://github.com/lucerion/vim-executor
66
" Version: 0.1
7-
" Licence: MIT
7+
" Licence: BSD-3-Clause
88
" ===========================================================================
99

1010
if exists('g:loaded_executor') || &compatible || (v:version < 700)

0 commit comments

Comments
 (0)