change license to MIT

This commit is contained in:
Bailey Ling
2013-08-02 17:56:12 +00:00
parent 39e0df4b2d
commit 9844f14f66
11 changed files with 70 additions and 33 deletions

View File

@@ -158,7 +158,7 @@ with the usual statusline syntax.
let g:airline_section_a (the mode/paste indicator)
let g:airline_section_b (the fugitive/lawrencium branch indicator)
let g:airline_section_c (bufferline or filename)
let g:airline_section_gutter (syntastic and readonly flag)
let g:airline_section_gutter (syntastic, readonly flag, tagbar)
let g:airline_section_x (filetype)
let g:airline_section_y (fileencoding, fileformat)
let g:airline_section_z (percentage, line number, column number)
@@ -214,10 +214,7 @@ Contributions and pull requests are welcome.
==============================================================================
LICENSE *airline-license*
Copyright © Bailey Ling.
Distributed under the same terms as the vim |license|.
MIT license. Copyright © 2013 Bailey Ling.
vim:tw=78:ts=8:ft=help:norl: