diff options
Diffstat (limited to 'tests/objectstore/start-swift-ceph.sh')
-rwxr-xr-x | tests/objectstore/start-swift-ceph.sh | 4 |
1 files changed, 2 insertions, 2 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" |