summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAndrew Brookins <andrew.brookins@redislabs.com>2020-07-15 19:46:33 +0000
committerAndrew Brookins <andrew.brookins@redislabs.com>2020-07-15 19:46:33 +0000
commit55326cad46444899b58ceaddf98958f33e4fd7b3 (patch)
tree8047c135da554b5e02c1d1693b49c99e4625a4c4 /util
parentaef6d4b362dfacf2db3c23f06b2e1c09719e8836 (diff)
downloadredis-py-55326cad46444899b58ceaddf98958f33e4fd7b3.tar.gz
Include wait-for-it.sh copyright & license
Diffstat (limited to 'util')
-rwxr-xr-xutil/wait-for-it.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/util/wait-for-it.sh b/util/wait-for-it.sh
index b931da1..ed711ae 100755
--- a/util/wait-for-it.sh
+++ b/util/wait-for-it.sh
@@ -1,5 +1,26 @@
#!/usr/bin/env bash
# Use this script to test if a given TCP host/port are available
+#
+# The MIT License (MIT)
+# Copyright (c) 2016 Giles Hall
+
+# 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.
WAITFORIT_cmdname=${0##*/}