fix: add missing copyright notice

pull/79/head
Luciano Righetti 2021-12-17 17:14:40 +01:00
parent 30700fc4e7
commit ffac2ef78b
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
#!/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
# Source: https://github.com/vishnubob/wait-for-it
WAITFORIT_cmdname=${0##*/}
echoerr() { if [[ $WAITFORIT_QUIET -ne 1 ]]; then echo "$@" 1>&2; fi }