Update metadata (copyright)

also remove trailing empty lines in test files
This commit is contained in:
Christian Brabandt 2018-12-15 19:56:30 +01:00
parent 39ac0a93e5
commit c0f96df97f
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
14 changed files with 3 additions and 14 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (C) 2013-2016 Bailey Ling
Copyright (C) 2013-2018 Bailey Ling et al.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the "Software"),

View File

@ -1,4 +1,4 @@
" MIT License. Copyright (c) 2018 mox
" MIT License. Copyright (c) 2018 mox et al.
" vim: et ts=2 sts=2 sw=2
scriptencoding utf-8

View File

@ -159,4 +159,3 @@ if get(g:, 'loaded_ctrlp', 0)
\ [ '#ffffff' , '#875fd7' , 231 , 98 , '' ],
\ [ '#5f00af' , '#ffffff' , 55 , 231 , 'bold' ])
endif

View File

@ -1548,6 +1548,6 @@ Contributions and pull requests are welcome.
==============================================================================
LICENSE *airline-license*
MIT License. Copyright © 2013-2017 Bailey Ling, Christian Brabandt
MIT License. Copyright © 2013-2018 Bailey Ling, Christian Brabandt et al.
vim:tw=78:ts=8:ft=help:norl:

View File

@ -84,4 +84,3 @@ describe 'airline'
Expect airline#statusline(1) =~ 'airline#check_mode'
end
end

View File

@ -105,4 +105,3 @@ describe 'inactive builder'
Expect stl == '%#Normal_inactive#hello%#foo_inactive#fooworld'
end
end

View File

@ -32,4 +32,3 @@ describe 'commands'
Expect exists(':AirlineRefresh') to_be_true
end
end

View File

@ -28,4 +28,3 @@ describe 'default'
wincmd c
end
end

View File

@ -18,4 +18,3 @@ describe 'highlighter'
Expect hlID('airline_c_red') != 0
end
end

View File

@ -86,4 +86,3 @@ describe 'init parts'
Expect g:airline_section_z =~ 'bar'
end
end

View File

@ -36,4 +36,3 @@ describe 'parts'
Expect airline#parts#get('part').accent == 'red'
end
end

View File

@ -78,4 +78,3 @@ describe 'section'
Expect s == '%{airline#util#prepend(airline#parts#ffenc(),0)}%{strftime("%H:%M")}'
end
end

View File

@ -70,4 +70,3 @@ describe 'themes'
Expect map.airline_z[0] == 6
end
end

View File

@ -51,4 +51,3 @@ describe 'util'
Expect airline#util#wrap('foo', 99999) == ''
end
end