aboutsummaryrefslogtreecommitdiffstats
path: root/src/_git-flow
diff options
context:
space:
mode:
authorMark McKinstry <mmckinst@umich.edu>2015-09-30 23:02:00 -0400
committerMark McKinstry <mmckinst@umich.edu>2015-09-30 23:02:00 -0400
commitb87cc49d5a5cad463809ed06780edbebaa813add (patch)
tree7d9b6b2a4698babf6a150673a085fb8db91db523 /src/_git-flow
parentadd copyright for _brew (diff)
downloadzsh-completions-b87cc49d5a5cad463809ed06780edbebaa813add.tar
zsh-completions-b87cc49d5a5cad463809ed06780edbebaa813add.tar.gz
zsh-completions-b87cc49d5a5cad463809ed06780edbebaa813add.tar.bz2
zsh-completions-b87cc49d5a5cad463809ed06780edbebaa813add.tar.lz
zsh-completions-b87cc49d5a5cad463809ed06780edbebaa813add.tar.xz
zsh-completions-b87cc49d5a5cad463809ed06780edbebaa813add.tar.zst
zsh-completions-b87cc49d5a5cad463809ed06780edbebaa813add.zip
add copyright for _git-flow
ref issue #207 copied from https://github.com/bobthecow/git-flow-completion/blob/master/LICENSE 2015-09-30
Diffstat (limited to 'src/_git-flow')
-rw-r--r--src/_git-flow20
1 files changed, 20 insertions, 0 deletions
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
# -----------
#