aboutsummaryrefslogtreecommitdiffstats
path: root/tests/docker/mysqlmb4.config.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/docker/mysqlmb4.config.php')
-rw-r--r--tests/docker/mysqlmb4.config.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/docker/mysqlmb4.config.php b/tests/docker/mysqlmb4.config.php
index 3511e3c3723..0db5d5e54de 100644
--- a/tests/docker/mysqlmb4.config.php
+++ b/tests/docker/mysqlmb4.config.php
@@ -1,7 +1,11 @@
<?php
declare(strict_types=1);
-
+/**
+ * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
$CONFIG = [
'mysql.utf8mb4' => true,
];