diff --git a/php-packages/testing/tests/integration/RetrievesAuthorizedUsers.php b/php-packages/testing/tests/integration/RetrievesAuthorizedUsers.php index 135ef7bec..df2f80e87 100644 --- a/php-packages/testing/tests/integration/RetrievesAuthorizedUsers.php +++ b/php-packages/testing/tests/integration/RetrievesAuthorizedUsers.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration; diff --git a/php-packages/testing/tests/integration/TestCase.php b/php-packages/testing/tests/integration/TestCase.php index 8cd255949..6c26a6245 100644 --- a/php-packages/testing/tests/integration/TestCase.php +++ b/php-packages/testing/tests/integration/TestCase.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration; diff --git a/php-packages/testing/tests/integration/setup.php b/php-packages/testing/tests/integration/setup.php index 8678b522f..8403acf5c 100644 --- a/php-packages/testing/tests/integration/setup.php +++ b/php-packages/testing/tests/integration/setup.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Install\AdminUser; diff --git a/php-packages/testing/tests/unit/TestCase.php b/php-packages/testing/tests/unit/TestCase.php index 8c87018b6..63214ce19 100644 --- a/php-packages/testing/tests/unit/TestCase.php +++ b/php-packages/testing/tests/unit/TestCase.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit;