Update copyright notifications

This commit is contained in:
Christian Brabandt
2018-01-05 10:37:59 +01:00
parent 6c4f3277f1
commit 5db4c408bd
63 changed files with 72 additions and 81 deletions

View File

@@ -1,4 +1,4 @@
" MIT License. Copyright (c) 2013-2016 Bailey Ling.
" MIT License. Copyright (c) 2013-2018 Bailey Ling et al.
" vim: et ts=2 sts=2 sw=2
scriptencoding utf-8
@@ -59,4 +59,3 @@ function! airline#extensions#eclim#init(ext)
call airline#parts#define_function('eclim', 'airline#extensions#eclim#get_warnings')
call a:ext.add_statusline_func('airline#extensions#eclim#creat_line')
endfunction