From 91d8928293c70ef4b704bd94e46c61019bb6a4a7 Mon Sep 17 00:00:00 2001 From: Mark McKinstry Date: Wed, 30 Sep 2015 22:45:12 -0400 Subject: [PATCH 1/5] add copyright for _brew ref issue #207 copied from https://github.com/Homebrew/homebrew/blob/master/LICENSE.txt 2015-09-30 --- src/_brew | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/_brew b/src/_brew index e51e99b..38ca79a 100644 --- a/src/_brew +++ b/src/_brew @@ -1,5 +1,28 @@ #compdef brew # ------------------------------------------------------------------------------ +# Copyright 2009-2015 Homebrew contributors. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# ------------------------------------------------------------------------------ # Description # ----------- # From b87cc49d5a5cad463809ed06780edbebaa813add Mon Sep 17 00:00:00 2001 From: Mark McKinstry Date: Wed, 30 Sep 2015 23:02:00 -0400 Subject: [PATCH 2/5] add copyright for _git-flow ref issue #207 copied from https://github.com/bobthecow/git-flow-completion/blob/master/LICENSE 2015-09-30 --- src/_git-flow | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/_git-flow b/src/_git-flow index 1f4e866..d7c7b73 100644 --- a/src/_git-flow +++ b/src/_git-flow @@ -1,5 +1,25 @@ #compdef git-flow # ------------------------------------------------------------------------------ +# Copyright (c) 2010-2015 Justin Hileman +# +# 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 # ----------- # From dada11cdda9b9ed78a1393fc21d4bcf225a9d4da Mon Sep 17 00:00:00 2001 From: Mark McKinstry Date: Wed, 30 Sep 2015 23:08:23 -0400 Subject: [PATCH 3/5] add copyright to files copied from oh-my-zsh ref issue #207 copied from https://github.com/robbyrussell/oh-my-zsh/blob/master/MIT-LICENSE.txt 2015-09-30 --- src/_knife | 21 +++++++++++++++++++++ src/_redis-cli | 21 +++++++++++++++++++++ src/_thor | 21 +++++++++++++++++++++ src/_vagrant | 21 +++++++++++++++++++++ 4 files changed, 84 insertions(+) diff --git a/src/_knife b/src/_knife index be55e56..3818b27 100644 --- a/src/_knife +++ b/src/_knife @@ -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 # ----------- # diff --git a/src/_redis-cli b/src/_redis-cli index 1e1aa36..d11c06f 100644 --- a/src/_redis-cli +++ b/src/_redis-cli @@ -1,5 +1,26 @@ #compdef redis-cli rec # ------------------------------------------------------------------------------ +# 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 # ----------- # diff --git a/src/_thor b/src/_thor index 62e56a3..081de1f 100644 --- a/src/_thor +++ b/src/_thor @@ -1,5 +1,26 @@ #compdef thor # ------------------------------------------------------------------------------ +# 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 # ----------- # diff --git a/src/_vagrant b/src/_vagrant index c6ea59e..79d56fb 100644 --- a/src/_vagrant +++ b/src/_vagrant @@ -1,5 +1,26 @@ #compdef vagrant # ------------------------------------------------------------------------------ +# 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 # ----------- # From 468b8d5c003613c19984ff56e50564e12f7530d0 Mon Sep 17 00:00:00 2001 From: Mark McKinstry Date: Wed, 30 Sep 2015 23:12:43 -0400 Subject: [PATCH 4/5] add copyright for _setup.py ref issue #207 copied from https://github.com/hhatto/zsh_completions/blob/master/LICENSE 2015-09-30 --- src/_setup.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/_setup.py b/src/_setup.py index 8b7402e..c7d88d3 100644 --- a/src/_setup.py +++ b/src/_setup.py @@ -1,5 +1,25 @@ #compdef setup.py # ------------------------------------------------------------------------------ +# Copyright (C) 2015 by Hideo Hattori +# +# 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 # ----------- # From 28a94a97e876534f1861a4491b65538f176a7cbc Mon Sep 17 00:00:00 2001 From: Mark McKinstry Date: Wed, 30 Sep 2015 23:20:18 -0400 Subject: [PATCH 5/5] add copyright for rvm ref issue #207 copied from https://github.com/rvm/rvm/blob/master/LICENSE 2015-09-30 --- src/_rvm | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/_rvm b/src/_rvm index 2a600e7..390e0f5 100644 --- a/src/_rvm +++ b/src/_rvm @@ -1,11 +1,26 @@ #compdef rvm # ------------------------------------------------------------------------------ +# Copyright (c) 2009-2011 Wayne E. Seguin +# Copyright (c) 2011-2015 Michal Papis +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------------------ # Description # ----------- # # Completion script for rvm (https://rvm.beginrescueend.com/). # -# Source: https://github.com/wayneeseguin/rvm/blob/master/scripts/zsh/Completion/_rvm +# Source: https://github.com/rvm/rvm/blob/master/scripts/extras/completion.zsh/_rvm # # ------------------------------------------------------------------------------ # Authors