aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/tests/benchmarks')
-rwxr-xr-xapps/dav/tests/benchmarks/benchmark.sh5
-rwxr-xr-xapps/dav/tests/benchmarks/bulk_upload.sh5
-rwxr-xr-xapps/dav/tests/benchmarks/single_upload.sh5
3 files changed, 12 insertions, 3 deletions
diff --git a/apps/dav/tests/benchmarks/benchmark.sh b/apps/dav/tests/benchmarks/benchmark.sh
index 27d7c4ecbc7..613a83fe68a 100755
--- a/apps/dav/tests/benchmarks/benchmark.sh
+++ b/apps/dav/tests/benchmarks/benchmark.sh
@@ -1,5 +1,8 @@
#!/bin/bash
-
+#
+# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: AGPL-3.0-or-later
+#
set -eu
# benchmark.sh
diff --git a/apps/dav/tests/benchmarks/bulk_upload.sh b/apps/dav/tests/benchmarks/bulk_upload.sh
index e2099188654..346403a3d61 100755
--- a/apps/dav/tests/benchmarks/bulk_upload.sh
+++ b/apps/dav/tests/benchmarks/bulk_upload.sh
@@ -1,5 +1,8 @@
#!/bin/bash
-
+#
+# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: AGPL-3.0-or-later
+#
set -eu
# bulk_upload.sh <nb-of-files> <size-of-files>
diff --git a/apps/dav/tests/benchmarks/single_upload.sh b/apps/dav/tests/benchmarks/single_upload.sh
index ec57e66668d..e28a5deedb9 100755
--- a/apps/dav/tests/benchmarks/single_upload.sh
+++ b/apps/dav/tests/benchmarks/single_upload.sh
@@ -1,5 +1,8 @@
#!/bin/bash
-
+#
+# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: AGPL-3.0-or-later
+#
set -eu
# single_upload.sh <nb-of-files> <size-of-files>