summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAndrew Brookins <andrew.brookins@redislabs.com>2020-07-15 20:19:10 +0000
committerAndrew Brookins <andrew.brookins@redislabs.com>2020-07-15 20:19:10 +0000
commit694f4054fa7a04a7dc5125a22ce237b8d3ef50fc (patch)
treedcdf05358c00d3c2e88a46398b51c5853dcbb40e /util
parent0fe33ba87d3d2a2dc84750489fccc193ac79d298 (diff)
downloadredis-py-694f4054fa7a04a7dc5125a22ce237b8d3ef50fc.tar.gz
Clean up the wait-for-it.sh license
Diffstat (limited to 'util')
-rwxr-xr-xutil/wait-for-it.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/wait-for-it.sh b/util/wait-for-it.sh
index ed711ae..c7a08d4 100755
--- a/util/wait-for-it.sh
+++ b/util/wait-for-it.sh
@@ -1,19 +1,19 @@
#!/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
-
+# The MIT License (MIT)
+#
# 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