diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-04-14 20:00:27 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-04-14 20:00:27 +0200 |
commit | bd8662b691e8b64ae15965bc154f810195faa53a (patch) | |
tree | dd5950758304e29aa530d1488a5220d683ec36c0 /tests | |
parent | 1467d177c950617c290cec2193c690da7fa6a4e9 (diff) | |
download | gigologadmin-bd8662b691e8b64ae15965bc154f810195faa53a.tar.gz gigologadmin-bd8662b691e8b64ae15965bc154f810195faa53a.tar.bz2 gigologadmin-bd8662b691e8b64ae15965bc154f810195faa53a.zip |
Switch to Reuse for license handling.
Run `reuse lint` to verify that all material is licensed.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/VenueTest.php | 5 | ||||
-rw-r--r-- | tests/stubs/wpdb_stub.php | 5 |
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; |