diff options
| author | Julien Nicoulaud <julien.nicoulaud@gmail.com> | 2016-05-27 20:14:07 +0200 |
|---|---|---|
| committer | Julien Nicoulaud <julien.nicoulaud@gmail.com> | 2016-05-27 20:14:27 +0200 |
| commit | 551934dee28939221fcd72922a9b61b0fc44b068 (patch) | |
| tree | f5a728fdcd1e8d1f313fafe65d136174620ed803 /src/_srm | |
| parent | Merge pull request #423 from markupboy/master (diff) | |
| download | zsh-completions-551934dee28939221fcd72922a9b61b0fc44b068.tar zsh-completions-551934dee28939221fcd72922a9b61b0fc44b068.tar.gz zsh-completions-551934dee28939221fcd72922a9b61b0fc44b068.tar.bz2 zsh-completions-551934dee28939221fcd72922a9b61b0fc44b068.tar.lz zsh-completions-551934dee28939221fcd72922a9b61b0fc44b068.tar.xz zsh-completions-551934dee28939221fcd72922a9b61b0fc44b068.tar.zst zsh-completions-551934dee28939221fcd72922a9b61b0fc44b068.zip | |
#207: Add license header to @sorin-ionescu compdefs
Diffstat (limited to 'src/_srm')
| -rw-r--r-- | src/_srm | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,26 @@ #compdef srm # ------------------------------------------------------------------------------ +# Copyright (c) 2016 Github zsh-users - http://github.com/zsh-users +# +# 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 # ----------- # |
