diff options
| author | nicoulaj <julien.nicoulaud@gmail.com> | 2016-02-04 22:09:43 +0100 |
|---|---|---|
| committer | nicoulaj <julien.nicoulaud@gmail.com> | 2016-02-04 22:09:43 +0100 |
| commit | 550a261d973306226576bd9a930357cd5e59ce28 (patch) | |
| tree | 54881215289373bfa69ba716c44e5163bd8a021e /src/_knife | |
| parent | Merge pull request #347 from sarg/master (diff) | |
| parent | add copyright for rvm (diff) | |
| download | zsh-completions-550a261d973306226576bd9a930357cd5e59ce28.tar zsh-completions-550a261d973306226576bd9a930357cd5e59ce28.tar.gz zsh-completions-550a261d973306226576bd9a930357cd5e59ce28.tar.bz2 zsh-completions-550a261d973306226576bd9a930357cd5e59ce28.tar.lz zsh-completions-550a261d973306226576bd9a930357cd5e59ce28.tar.xz zsh-completions-550a261d973306226576bd9a930357cd5e59ce28.tar.zst zsh-completions-550a261d973306226576bd9a930357cd5e59ce28.zip | |
Merge pull request #350 from mmckinst/missing_licenses
add missing licenses
Diffstat (limited to 'src/_knife')
| -rw-r--r-- | src/_knife | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,26 @@ #compdef knife # ------------------------------------------------------------------------------ +# Copyright (c) 2009-2015 Robby Russell and contributors (see +# https://github.com/robbyrussell/oh-my-zsh/contributors) +# +# 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 # ----------- # |
