diff options
Diffstat (limited to '')
-rwxr-xr-x | .travis/test/online_sessions.sh (renamed from .travis/online_sessions.sh) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis/online_sessions.sh b/.travis/test/online_sessions.sh index 112b46e..0bf578c 100755 --- a/.travis/online_sessions.sh +++ b/.travis/test/online_sessions.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 readonly db_path='.travis/test_db.csv' |