summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/VenueTest.php5
-rw-r--r--tests/stubs/wpdb_stub.php5
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/VenueTest.php b/tests/VenueTest.php
index 814bfe8..a49301b 100644
--- a/tests/VenueTest.php
+++ b/tests/VenueTest.php
@@ -1,3 +1,8 @@
+// SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com>
+// SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
<?php
declare(strict_types=1);
diff --git a/tests/stubs/wpdb_stub.php b/tests/stubs/wpdb_stub.php
index 72312bc..74a1647 100644
--- a/tests/stubs/wpdb_stub.php
+++ b/tests/stubs/wpdb_stub.php
@@ -1,3 +1,8 @@
+// SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com>
+// SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
<?php
class wpdb {
public $insert_id = NULL;