diff options
Diffstat (limited to 'tests/objectstore/wait-for-connection')
-rwxr-xr-x | tests/objectstore/wait-for-connection | 5 |
1 files changed, 4 insertions, 1 deletions
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) { |