From 06df197ec118243a073923bb9f6803ffa426ea89 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Thu, 19 Sep 2013 13:15:24 +0200 Subject: ssh-agent-filter.bash-completion: add missing license --- ssh-agent-filter.bash-completion | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 +# +# 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 . + _ssh-agent-filter () { local cur prev words cword opts _init_completion -n : || return -- cgit v1.2.3