diff options
| author | Christopher Chow <chris@chowie.net> | 2016-04-27 21:45:53 +1000 |
|---|---|---|
| committer | Christopher Chow <chris@chowie.net> | 2016-04-27 21:47:49 +1000 |
| commit | 5a5175049155d6f6625ed475b55bffe7d6f1c95c (patch) | |
| tree | fc606bec7db2fda262d587e32bfc2e37745fe6de /src/_tmuxinator | |
| parent | Merge pull request #410 from dserodio/docker-machine (diff) | |
| download | zsh-completions-5a5175049155d6f6625ed475b55bffe7d6f1c95c.tar zsh-completions-5a5175049155d6f6625ed475b55bffe7d6f1c95c.tar.gz zsh-completions-5a5175049155d6f6625ed475b55bffe7d6f1c95c.tar.bz2 zsh-completions-5a5175049155d6f6625ed475b55bffe7d6f1c95c.tar.lz zsh-completions-5a5175049155d6f6625ed475b55bffe7d6f1c95c.tar.xz zsh-completions-5a5175049155d6f6625ed475b55bffe7d6f1c95c.tar.zst zsh-completions-5a5175049155d6f6625ed475b55bffe7d6f1c95c.zip | |
Add license for _tmuxinator
Diffstat (limited to 'src/_tmuxinator')
| -rw-r--r-- | src/_tmuxinator | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/_tmuxinator b/src/_tmuxinator index d85b6ef..9fff48e 100644 --- a/src/_tmuxinator +++ b/src/_tmuxinator @@ -1,5 +1,27 @@ #compdef tmuxinator mux # ------------------------------------------------------------------------------ +# Copyright (c) 2010-2016 Christopher Chow +# +# Permission is hereby granted, free of charge, to any person obtaining +# a copy of this software and associated documentation files (the +# "Software"), to deal in the Software without restriction, including +# without limitation the rights to use, copy, modify, merge, publish, +# distribute, sublicense, and/or sell copies of the Software, and to +# permit persons to whom the Software is furnished to do so, subject to +# the following conditions: +# +# The above copyright notice and this permission notice shall be +# included in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# ------------------------------------------------------------------------------ +# # Description # ----------- # |
