diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-09-19 13:15:24 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-09-19 13:15:24 +0200 |
commit | 06df197ec118243a073923bb9f6803ffa426ea89 (patch) | |
tree | d2114c0979b734bcad04a35f447d9c494016f208 /ssh-agent-filter.bash-completion | |
parent | 59f0ba5eb0a1a4c9bcada66bfe3cf1780e268aff (diff) | |
download | ssh-agent-filter-06df197ec118243a073923bb9f6803ffa426ea89.tar.gz |
ssh-agent-filter.bash-completion: add missing license
Diffstat (limited to 'ssh-agent-filter.bash-completion')
-rw-r--r-- | ssh-agent-filter.bash-completion | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ssh-agent-filter.bash-completion b/ssh-agent-filter.bash-completion index c1080f6..4406a0a 100644 --- a/ssh-agent-filter.bash-completion +++ b/ssh-agent-filter.bash-completion @@ -1,3 +1,22 @@ +# bash completion for ssh-agent-filter and afssh +# +# Copyright (C) 2013 Timo Weingärtner <timo@tiwe.de> +# +# This file is part of ssh-agent-filter. +# +# ssh-agent-filter is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# ssh-agent-filter is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with ssh-agent-filter. If not, see <http://www.gnu.org/licenses/>. + _ssh-agent-filter () { local cur prev words cword opts _init_completion -n : || return |