diff options
Diffstat (limited to '')
-rwxr-xr-x | .travis/test/track_status.sh (renamed from .travis/track_status.sh) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis/track_status.sh b/.travis/test/track_status.sh index 91be5a3..a021398 100755 --- a/.travis/track_status.sh +++ b/.travis/test/track_status.sh @@ -1,5 +1,10 @@ #!/usr/bin/env bash +# Copyright (c) 2019 Egor Tensin <Egor.Tensin@gmail.com> +# This file is part of the "VK scripts" project. +# For details, see https://github.com/egor-tensin/vk-scripts. +# Distributed under the MIT License. + set -o errexit -o nounset -o pipefail track_status() { |