From c0f96df97fb159bee954fb787a96205652af4a77 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Sat, 15 Dec 2018 19:56:30 +0100 Subject: [PATCH] Update metadata (copyright) also remove trailing empty lines in test files --- LICENSE | 2 +- autoload/airline/extensions/localsearch.vim | 2 +- autoload/airline/themes/dark.vim | 1 - doc/airline.txt | 2 +- t/airline.vim | 1 - t/builder.vim | 1 - t/commands.vim | 1 - t/extensions_default.vim | 1 - t/highlighter.vim | 1 - t/init.vim | 1 - t/parts.vim | 1 - t/section.vim | 1 - t/themes.vim | 1 - t/util.vim | 1 - 14 files changed, 3 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index 875acca..4b363bb 100644 --- a/LICENSE +++ b/LICENSE @@ -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"), diff --git a/autoload/airline/extensions/localsearch.vim b/autoload/airline/extensions/localsearch.vim index 9e2dd7b..685be47 100644 --- a/autoload/airline/extensions/localsearch.vim +++ b/autoload/airline/extensions/localsearch.vim @@ -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 diff --git a/autoload/airline/themes/dark.vim b/autoload/airline/themes/dark.vim index 6e63a34..94f3763 100644 --- a/autoload/airline/themes/dark.vim +++ b/autoload/airline/themes/dark.vim @@ -159,4 +159,3 @@ if get(g:, 'loaded_ctrlp', 0) \ [ '#ffffff' , '#875fd7' , 231 , 98 , '' ], \ [ '#5f00af' , '#ffffff' , 55 , 231 , 'bold' ]) endif - diff --git a/doc/airline.txt b/doc/airline.txt index 9b64ea2..8fa558f 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -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: diff --git a/t/airline.vim b/t/airline.vim index 6e66aec..1569cc4 100644 --- a/t/airline.vim +++ b/t/airline.vim @@ -84,4 +84,3 @@ describe 'airline' Expect airline#statusline(1) =~ 'airline#check_mode' end end - diff --git a/t/builder.vim b/t/builder.vim index 0b07df7..8128312 100644 --- a/t/builder.vim +++ b/t/builder.vim @@ -105,4 +105,3 @@ describe 'inactive builder' Expect stl == '%#Normal_inactive#hello%#foo_inactive#fooworld' end end - diff --git a/t/commands.vim b/t/commands.vim index 0f4bcb6..13338af 100644 --- a/t/commands.vim +++ b/t/commands.vim @@ -32,4 +32,3 @@ describe 'commands' Expect exists(':AirlineRefresh') to_be_true end end - diff --git a/t/extensions_default.vim b/t/extensions_default.vim index e60d651..00d4b04 100644 --- a/t/extensions_default.vim +++ b/t/extensions_default.vim @@ -28,4 +28,3 @@ describe 'default' wincmd c end end - diff --git a/t/highlighter.vim b/t/highlighter.vim index a1ed490..a38a5c6 100644 --- a/t/highlighter.vim +++ b/t/highlighter.vim @@ -18,4 +18,3 @@ describe 'highlighter' Expect hlID('airline_c_red') != 0 end end - diff --git a/t/init.vim b/t/init.vim index 79166e5..4f1340d 100644 --- a/t/init.vim +++ b/t/init.vim @@ -86,4 +86,3 @@ describe 'init parts' Expect g:airline_section_z =~ 'bar' end end - diff --git a/t/parts.vim b/t/parts.vim index ee7c92e..5e30ca4 100644 --- a/t/parts.vim +++ b/t/parts.vim @@ -36,4 +36,3 @@ describe 'parts' Expect airline#parts#get('part').accent == 'red' end end - diff --git a/t/section.vim b/t/section.vim index d692f5d..50717a7 100644 --- a/t/section.vim +++ b/t/section.vim @@ -78,4 +78,3 @@ describe 'section' Expect s == '%{airline#util#prepend(airline#parts#ffenc(),0)}%{strftime("%H:%M")}' end end - diff --git a/t/themes.vim b/t/themes.vim index b8a8fb2..bff302b 100644 --- a/t/themes.vim +++ b/t/themes.vim @@ -70,4 +70,3 @@ describe 'themes' Expect map.airline_z[0] == 6 end end - diff --git a/t/util.vim b/t/util.vim index 14c1d91..516938c 100644 --- a/t/util.vim +++ b/t/util.vim @@ -51,4 +51,3 @@ describe 'util' Expect airline#util#wrap('foo', 99999) == '' end end -