update license's year in vim-airline-themes
This commit is contained in:
parent
14c3a60ab0
commit
1040938b0c
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (C) 2013-2019 Bailey Ling & Contributors.
|
||||
Copyright (C) 2013-2020 Bailey Ling & Contributors.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the "Software"),
|
||||
|
|
|
@ -45,7 +45,7 @@ If you are interested in becoming the official maintainer of this project, pleas
|
|||
|
||||
# License
|
||||
|
||||
MIT License. Copyright (c) 2013-2019 Bailey Ling & Contributors.
|
||||
MIT License. Copyright (c) 2013-2020 Bailey Ling & Contributors.
|
||||
|
||||
|
||||
[1]: https://github.com/bling
|
||||
|
|
|
@ -297,6 +297,6 @@ Contributions and pull requests are welcome.
|
|||
==============================================================================
|
||||
LICENSE *airline-themes-license*
|
||||
|
||||
MIT License. Copyright © 2013-2019 Bailey Ling, et al
|
||||
MIT License. Copyright © 2013-2020 Bailey Ling, et al
|
||||
|
||||
vim:tw=78:ts=8:ft=help:norl:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
" MIT License. Copyright (c) 2013-2019 Bailey Ling & Contributors.
|
||||
" MIT License. Copyright (c) 2013-2020 Bailey Ling & Contributors.
|
||||
" vim: et ts=2 sts=2 sw=2
|
||||
|
||||
let s:save_cpo = &cpo
|
||||
|
|
Loading…
Reference in New Issue