diff options
Diffstat (limited to 'tests/VenueTest.php')
-rw-r--r-- | tests/VenueTest.php | 5 |
1 files changed, 5 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); |