diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2020-10-27 20:07:12 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-28 14:31:19 -0700 |
commit | af806a2c2417d21dc024bf013ec511765441e286 (patch) | |
tree | 9e345c944eb6f7532331f808b324a7cd5f5f65e2 /contrib | |
parent | completion: bash: remove old compat wrappers (diff) | |
download | tgif-af806a2c2417d21dc024bf013ec511765441e286.tar.xz |
zsh: update copyright notices
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/completion/git-completion.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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 <felipe.contreras@gmail.com> +# Copyright (c) 2012-2020 Felipe Contreras <felipe.contreras@gmail.com> # # 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. |