aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/env/stop-sftp-atmoz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/env/stop-sftp-atmoz.sh')
-rwxr-xr-xapps/files_external/tests/env/stop-sftp-atmoz.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/files_external/tests/env/stop-sftp-atmoz.sh b/apps/files_external/tests/env/stop-sftp-atmoz.sh
index 44380152340..0dcdcebf96d 100755
--- a/apps/files_external/tests/env/stop-sftp-atmoz.sh
+++ b/apps/files_external/tests/env/stop-sftp-atmoz.sh
@@ -1,13 +1,11 @@
#!/usr/bin/env bash
#
-# ownCloud
+# SPDX-FileCopyrightText: 2015-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.
#
-# @author Morris Jobke
-# @copyright 2015 Morris Jobke <hey@morrisjobke.de>
-#
if ! command -v docker >/dev/null 2>&1; then
echo "No docker executable found - skipped docker stop"