diff options
| author | Santiago Borrazás <sanbor@gmail.com> | 2012-12-08 15:31:13 -0300 |
|---|---|---|
| committer | Marc Cornellà <marc.cornella@live.com> | 2014-08-29 00:39:33 +0200 |
| commit | 25a3244353076cbffc8ddb2ee592b94b17383694 (patch) | |
| tree | d8ef437210f0d3052d9b5e9994ffb48d918e3cfe | |
| parent | 1b7a3ea99a8b566510ab7881063148c43be6b98d (diff) | |
| download | zsh-25a3244353076cbffc8ddb2ee592b94b17383694.tar.gz zsh-25a3244353076cbffc8ddb2ee592b94b17383694.tar.bz2 zsh-25a3244353076cbffc8ddb2ee592b94b17383694.zip | |
Added a link to the file's license and added the commiter as plugin maintaner.
| -rw-r--r-- | plugins/pass/_pass | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/pass/_pass b/plugins/pass/_pass index d8ec38828..f03aa0169 100644 --- a/plugins/pass/_pass +++ b/plugins/pass/_pass @@ -4,10 +4,13 @@ # Copyright (C) 2012: # Johan Venant <jvenant@invicem.pro> # Brian Mattern <rephorm@rephorm.com> -# Jason A. Donenfeld <Jason@zx2c4.com>. -# Santiago Borrazás <sanbor@gmail.com> +# Jason A. Donenfeld <Jason@zx2c4.com> # All Rights Reserved. -# This file is licensed under the GPLv2+. Please see COPYING for more information. +# +# This file is licensed under the GPLv2+. +# Please visit http://git.zx2c4.com/password-store/tree/COPYING for more information. +# +# Oh my zsh plugin maintainer: Santiago Borrazás <sanbor@gmail.com> _pass () { |
