From cf6dcf5e19c687fc1a3814173dd43275b426653d Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Mon, 6 Jan 2020 11:22:49 +0900 Subject: [PATCH] update license's year in vim-airline --- LICENSE | 2 +- README.md | 4 ++-- autoload/airline.vim | 2 +- autoload/airline/async.vim | 2 +- autoload/airline/builder.vim | 2 +- autoload/airline/debug.vim | 2 +- autoload/airline/extensions.vim | 2 +- autoload/airline/extensions/branch.vim | 4 ++-- autoload/airline/extensions/default.vim | 2 +- autoload/airline/extensions/example.vim | 2 +- autoload/airline/extensions/tabline.vim | 2 +- autoload/airline/extensions/term.vim | 2 +- autoload/airline/extensions/wordcount.vim | 2 +- autoload/airline/highlighter.vim | 2 +- autoload/airline/init.vim | 2 +- autoload/airline/msdos.vim | 2 +- autoload/airline/parts.vim | 2 +- autoload/airline/section.vim | 2 +- autoload/airline/themes.vim | 2 +- autoload/airline/themes/dark.vim | 2 +- autoload/airline/util.vim | 2 +- plugin/airline.vim | 2 +- 22 files changed, 24 insertions(+), 24 deletions(-) diff --git a/LICENSE b/LICENSE index b544c154..89af08ef 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (C) 2013-2019 Bailey Ling, Christian Brabandt, et al. +Copyright (C) 2013-2020 Bailey Ling, Christian Brabandt, et al. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/README.md b/README.md index 7b6dff8d..1d1cf041 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ information. By default (without configuration) this line will look like this: |~ | |~ VIM - Vi IMproved | |~ | -|~ version 8.0 | +|~ version 8.2 | |~ by Bram Moolenaar et al. | |~ Vim is open source and freely distributable | |~ | @@ -292,7 +292,7 @@ If you are interested in becoming a maintainer (we always welcome more maintaine # License -[MIT License][58]. Copyright (c) 2013-2019 Bailey Ling & Contributors. +[MIT License][58]. Copyright (c) 2013-2020 Bailey Ling & Contributors. [1]: https://github.com/Lokaltog/vim-powerline [2]: https://github.com/Lokaltog/powerline diff --git a/autoload/airline.vim b/autoload/airline.vim index 7ad7d51d..f2e20168 100644 --- a/autoload/airline.vim +++ b/autoload/airline.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/async.vim b/autoload/airline/async.vim index 6b673d10..12d5b9b0 100644 --- a/autoload/airline/async.vim +++ b/autoload/airline/async.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Christian Brabandt et al. +" MIT License. Copyright (c) 2013-2020 Christian Brabandt et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/builder.vim b/autoload/airline/builder.vim index ec2b7c6f..345297b1 100644 --- a/autoload/airline/builder.vim +++ b/autoload/airline/builder.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/debug.vim b/autoload/airline/debug.vim index 1ba828d4..7cf6108f 100644 --- a/autoload/airline/debug.vim +++ b/autoload/airline/debug.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/extensions.vim b/autoload/airline/extensions.vim index 84e4578f..fefb755c 100644 --- a/autoload/airline/extensions.vim +++ b/autoload/airline/extensions.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/extensions/branch.vim b/autoload/airline/extensions/branch.vim index 486a7aa9..65601fc0 100644 --- a/autoload/airline/extensions/branch.vim +++ b/autoload/airline/extensions/branch.vim @@ -1,5 +1,5 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. -" Plugin: fugitive, lawrencium and vcscommand +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. +" Plugin: fugitive, gina, lawrencium and vcscommand " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/extensions/default.vim b/autoload/airline/extensions/default.vim index bb42874e..5cff300b 100644 --- a/autoload/airline/extensions/default.vim +++ b/autoload/airline/extensions/default.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/extensions/example.vim b/autoload/airline/extensions/example.vim index a1b395c1..c9194e6e 100644 --- a/autoload/airline/extensions/example.vim +++ b/autoload/airline/extensions/example.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/extensions/tabline.vim b/autoload/airline/extensions/tabline.vim index c2688398..adeb283d 100644 --- a/autoload/airline/extensions/tabline.vim +++ b/autoload/airline/extensions/tabline.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/extensions/term.vim b/autoload/airline/extensions/term.vim index 18271d84..0edf11b2 100644 --- a/autoload/airline/extensions/term.vim +++ b/autoload/airline/extensions/term.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/extensions/wordcount.vim b/autoload/airline/extensions/wordcount.vim index 6f731b1f..7436673d 100644 --- a/autoload/airline/extensions/wordcount.vim +++ b/autoload/airline/extensions/wordcount.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 fdm=marker scriptencoding utf-8 diff --git a/autoload/airline/highlighter.vim b/autoload/airline/highlighter.vim index 01c687d8..f7237102 100644 --- a/autoload/airline/highlighter.vim +++ b/autoload/airline/highlighter.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling Christian Brabandt et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling Christian Brabandt et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/init.vim b/autoload/airline/init.vim index 18d22ceb..aac811dd 100644 --- a/autoload/airline/init.vim +++ b/autoload/airline/init.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/msdos.vim b/autoload/airline/msdos.vim index e0f4e5a3..1dac22bf 100644 --- a/autoload/airline/msdos.vim +++ b/autoload/airline/msdos.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling Christian Brabandt et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling Christian Brabandt et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/parts.vim b/autoload/airline/parts.vim index b2dc79a0..4c5b1021 100644 --- a/autoload/airline/parts.vim +++ b/autoload/airline/parts.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/section.vim b/autoload/airline/section.vim index 52f42777..bed4b81e 100644 --- a/autoload/airline/section.vim +++ b/autoload/airline/section.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/themes.vim b/autoload/airline/themes.vim index 86b05100..e85c985c 100644 --- a/autoload/airline/themes.vim +++ b/autoload/airline/themes.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/autoload/airline/themes/dark.vim b/autoload/airline/themes/dark.vim index c1249bf6..20aed48e 100644 --- a/autoload/airline/themes/dark.vim +++ b/autoload/airline/themes/dark.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling et al. " vim: et ts=2 sts=2 sw=2 tw=80 scriptencoding utf-8 diff --git a/autoload/airline/util.vim b/autoload/airline/util.vim index 5ff4f3c9..2f7b79eb 100644 --- a/autoload/airline/util.vim +++ b/autoload/airline/util.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling Christian Brabandt et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling Christian Brabandt et al. " vim: et ts=2 sts=2 sw=2 scriptencoding utf-8 diff --git a/plugin/airline.vim b/plugin/airline.vim index a78f54c4..06d51d29 100644 --- a/plugin/airline.vim +++ b/plugin/airline.vim @@ -1,4 +1,4 @@ -" MIT License. Copyright (c) 2013-2019 Bailey Ling, Christian Brabandt et al. +" MIT License. Copyright (c) 2013-2020 Bailey Ling, Christian Brabandt et al. " vim: et ts=2 sts=2 sw=2 let s:save_cpo = &cpo