From: Felipe Contreras Date: Wed, 28 Oct 2020 02:07:12 +0000 (-0600) Subject: zsh: update copyright notices X-Git-Tag: v2.30.0-rc0~105^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af806a2c2417d21dc024bf013ec511765441e286;p=thirdparty%2Fgit.git zsh: update copyright notices Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.zsh b/contrib/completion/git-completion.zsh index 811d77cb95..e0fda27f4c 100644 --- a/contrib/completion/git-completion.zsh +++ b/contrib/completion/git-completion.zsh @@ -2,7 +2,7 @@ # zsh completion wrapper for git # -# Copyright (c) 2012-2013 Felipe Contreras +# Copyright (c) 2012-2020 Felipe Contreras # # The recommended way to install this script is to make a copy of it as a # file named '_git' inside any directory in your fpath. diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh index 7b7bc6e4bd..caf4e9101f 100755 --- a/t/t9902-completion.sh +++ b/t/t9902-completion.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2012 Felipe Contreras +# Copyright (c) 2012-2020 Felipe Contreras # test_description='test bash completion'