diff options
Diffstat (limited to 'integration-tests/aws_sync.sh')
-rwxr-xr-x | integration-tests/aws_sync.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/integration-tests/aws_sync.sh b/integration-tests/aws_sync.sh index fbc6d535..bee584b6 100755 --- a/integration-tests/aws_sync.sh +++ b/integration-tests/aws_sync.sh @@ -1,5 +1,9 @@ #!/bin/bash +# +# Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. +# + commits_to_store=3 if [ $# -lt 3 ]; then |