diff options
Diffstat (limited to 'tests/objectstore')
-rwxr-xr-x | tests/objectstore/start-swift-ceph.sh | 4 | ||||
-rwxr-xr-x | tests/objectstore/stop-swift-ceph.sh | 3 | ||||
-rwxr-xr-x | tests/objectstore/wait-for-connection | 5 |
3 files changed, 8 insertions, 4 deletions
diff --git a/tests/objectstore/start-swift-ceph.sh b/tests/objectstore/start-swift-ceph.sh index 98c0e8b78b2..125d215c542 100755 --- a/tests/objectstore/start-swift-ceph.sh +++ b/tests/objectstore/start-swift-ceph.sh @@ -1,6 +1,7 @@ #!/bin/bash # -# ownCloud +# SPDX-FileCopyrightText: 2016 ownCloud, Inc. +# SPDX-License-Identifier: AGPL-3.0-only # # This script start a docker container to test the files_external tests # against. It will also change the files_external config to use the docker @@ -10,7 +11,6 @@ # # @author Morris Jobke # @author Robin McCorkell -# @copyright 2015 ownCloud if ! command -v docker >/dev/null 2>&1; then echo "No docker executable found - skipped docker setup" diff --git a/tests/objectstore/stop-swift-ceph.sh b/tests/objectstore/stop-swift-ceph.sh index afc5f712ab4..9673270f6d8 100755 --- a/tests/objectstore/stop-swift-ceph.sh +++ b/tests/objectstore/stop-swift-ceph.sh @@ -1,6 +1,7 @@ #!/bin/bash # -# ownCloud +# SPDX-FileCopyrightText: 2016 ownCloud, Inc. +# SPDX-License-Identifier: AGPL-3.0-only # # This script stops the docker container the files_external tests were run # against. It will also revert the config changes done in start step. diff --git a/tests/objectstore/wait-for-connection b/tests/objectstore/wait-for-connection index 2c480fb733e..c6a3ed270f1 100755 --- a/tests/objectstore/wait-for-connection +++ b/tests/objectstore/wait-for-connection @@ -1,6 +1,9 @@ #!/usr/bin/php <?php - +/** + * SPDX-FileCopyrightText: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only + */ $timeout = 60; switch ($argc) { |