diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-22 20:51:41 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-22 20:51:41 +0200 |
commit | bec01e1d366081f922dbac651944948bc5f29ec7 (patch) | |
tree | 718716b4c937d5450ecd5d4a09bdcc8d1a4523a4 /contrib/pass.zsh-completion | |
parent | 13dbf1359a3f3e5b4a5f461e07ffada14b7129e1 (diff) | |
download | pass-bec01e1d366081f922dbac651944948bc5f29ec7.tar.gz pass-bec01e1d366081f922dbac651944948bc5f29ec7.tar.bz2 pass-bec01e1d366081f922dbac651944948bc5f29ec7.zip |
Normalize copyright headers.
Diffstat (limited to 'contrib/pass.zsh-completion')
-rw-r--r-- | contrib/pass.zsh-completion | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/contrib/pass.zsh-completion b/contrib/pass.zsh-completion index ef52976..bcb2f98 100644 --- a/contrib/pass.zsh-completion +++ b/contrib/pass.zsh-completion @@ -1,12 +1,8 @@ #compdef pass -# This file is under the GPLv2+ license. -# Heavily based on http://zsh.sf.net/Guide/zshguide06.html#l177 -# And Frédéric Perrin article http://tar-jx.bz/notes/zsh-completion.html -# Originally by Johan Venant, September 2012 -# Modified substantially by Brian Mattern, September 2012 - - +# Copyright (C) 2012 Johan Venant <jvenant@invicem.pro> and +# Brian Mattern <rephorm@rephorm.com>. All Rights Reserved. +# This file is licensed under the GPLv2+. Please see COPYING for more information. _pass () { local cmd |