diff --git a/migrations/2019_10_12_195349_change_posts_add_discussion_foreign_key.php b/migrations/2019_10_12_195349_change_posts_add_discussion_foreign_key.php index c72118bbb..c3acc3304 100644 --- a/migrations/2019_10_12_195349_change_posts_add_discussion_foreign_key.php +++ b/migrations/2019_10_12_195349_change_posts_add_discussion_foreign_key.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 Illuminate\Database\Schema\Blueprint; diff --git a/src/Foundation/ErrorHandling/ExceptionHandler/IlluminateValidationExceptionHandler.php b/src/Foundation/ErrorHandling/ExceptionHandler/IlluminateValidationExceptionHandler.php index 922a8cdd4..304402ec3 100644 --- a/src/Foundation/ErrorHandling/ExceptionHandler/IlluminateValidationExceptionHandler.php +++ b/src/Foundation/ErrorHandling/ExceptionHandler/IlluminateValidationExceptionHandler.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\Foundation\ErrorHandling\ExceptionHandler; diff --git a/src/Foundation/ErrorHandling/ExceptionHandler/ValidationExceptionHandler.php b/src/Foundation/ErrorHandling/ExceptionHandler/ValidationExceptionHandler.php index 224143766..5baeec692 100644 --- a/src/Foundation/ErrorHandling/ExceptionHandler/ValidationExceptionHandler.php +++ b/src/Foundation/ErrorHandling/ExceptionHandler/ValidationExceptionHandler.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\Foundation\ErrorHandling\ExceptionHandler; diff --git a/src/Foundation/ErrorHandling/HandledError.php b/src/Foundation/ErrorHandling/HandledError.php index 97882993d..026d1b13e 100644 --- a/src/Foundation/ErrorHandling/HandledError.php +++ b/src/Foundation/ErrorHandling/HandledError.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\Foundation\ErrorHandling; diff --git a/src/Foundation/ErrorHandling/HttpFormatter.php b/src/Foundation/ErrorHandling/HttpFormatter.php index 92473aceb..812c44655 100644 --- a/src/Foundation/ErrorHandling/HttpFormatter.php +++ b/src/Foundation/ErrorHandling/HttpFormatter.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\Foundation\ErrorHandling; diff --git a/src/Foundation/ErrorHandling/JsonApiFormatter.php b/src/Foundation/ErrorHandling/JsonApiFormatter.php index d1abe8153..a51b8a305 100644 --- a/src/Foundation/ErrorHandling/JsonApiFormatter.php +++ b/src/Foundation/ErrorHandling/JsonApiFormatter.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\Foundation\ErrorHandling; diff --git a/src/Foundation/ErrorHandling/LogReporter.php b/src/Foundation/ErrorHandling/LogReporter.php index 2e888762a..d4cb0c97a 100644 --- a/src/Foundation/ErrorHandling/LogReporter.php +++ b/src/Foundation/ErrorHandling/LogReporter.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\Foundation\ErrorHandling; diff --git a/src/Foundation/ErrorHandling/Registry.php b/src/Foundation/ErrorHandling/Registry.php index d5b0bb9fe..ae0aada1c 100644 --- a/src/Foundation/ErrorHandling/Registry.php +++ b/src/Foundation/ErrorHandling/Registry.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\Foundation\ErrorHandling; diff --git a/src/Foundation/ErrorHandling/Reporter.php b/src/Foundation/ErrorHandling/Reporter.php index f5585c0fb..ca3277cc9 100644 --- a/src/Foundation/ErrorHandling/Reporter.php +++ b/src/Foundation/ErrorHandling/Reporter.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\Foundation\ErrorHandling; diff --git a/src/Foundation/ErrorHandling/ViewFormatter.php b/src/Foundation/ErrorHandling/ViewFormatter.php index d38ee523b..f9e944d72 100644 --- a/src/Foundation/ErrorHandling/ViewFormatter.php +++ b/src/Foundation/ErrorHandling/ViewFormatter.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\Foundation\ErrorHandling; diff --git a/src/Foundation/ErrorHandling/WhoopsFormatter.php b/src/Foundation/ErrorHandling/WhoopsFormatter.php index 2e8ee2505..8a9201058 100644 --- a/src/Foundation/ErrorHandling/WhoopsFormatter.php +++ b/src/Foundation/ErrorHandling/WhoopsFormatter.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\Foundation\ErrorHandling; diff --git a/src/Foundation/ErrorServiceProvider.php b/src/Foundation/ErrorServiceProvider.php index 8dd5fc31b..58c827f7f 100644 --- a/src/Foundation/ErrorServiceProvider.php +++ b/src/Foundation/ErrorServiceProvider.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\Foundation; diff --git a/src/Foundation/KnownError.php b/src/Foundation/KnownError.php index 5ae12f8c2..12c89b818 100644 --- a/src/Foundation/KnownError.php +++ b/src/Foundation/KnownError.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\Foundation; diff --git a/src/Http/Middleware/HandleErrors.php b/src/Http/Middleware/HandleErrors.php index 691e9daf9..d7965333e 100644 --- a/src/Http/Middleware/HandleErrors.php +++ b/src/Http/Middleware/HandleErrors.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\Http\Middleware; diff --git a/src/Install/BaseUrl.php b/src/Install/BaseUrl.php index c530f2678..5c19bf742 100644 --- a/src/Install/BaseUrl.php +++ b/src/Install/BaseUrl.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\Install; diff --git a/src/Queue/Console/ListenCommand.php b/src/Queue/Console/ListenCommand.php index dc2b43ed3..ee7654872 100644 --- a/src/Queue/Console/ListenCommand.php +++ b/src/Queue/Console/ListenCommand.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\Queue\Console; diff --git a/src/Queue/ExceptionHandler.php b/src/Queue/ExceptionHandler.php index bc7998b3a..f3da5ffc5 100644 --- a/src/Queue/ExceptionHandler.php +++ b/src/Queue/ExceptionHandler.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\Queue; diff --git a/src/Queue/HackyManagerForWorker.php b/src/Queue/HackyManagerForWorker.php index 4802b6103..9a22b2903 100644 --- a/src/Queue/HackyManagerForWorker.php +++ b/src/Queue/HackyManagerForWorker.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\Queue; diff --git a/src/Queue/Listener.php b/src/Queue/Listener.php index 04c0a01c6..134399475 100644 --- a/src/Queue/Listener.php +++ b/src/Queue/Listener.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\Queue; diff --git a/src/Queue/QueueFactory.php b/src/Queue/QueueFactory.php index f75dbb90f..d975f4477 100644 --- a/src/Queue/QueueFactory.php +++ b/src/Queue/QueueFactory.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\Queue; diff --git a/src/Queue/QueueServiceProvider.php b/src/Queue/QueueServiceProvider.php index 6b9830693..b42d3a488 100644 --- a/src/Queue/QueueServiceProvider.php +++ b/src/Queue/QueueServiceProvider.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\Queue; diff --git a/src/User/Exception/NotAuthenticatedException.php b/src/User/Exception/NotAuthenticatedException.php index bb45b8705..3e39da895 100644 --- a/src/User/Exception/NotAuthenticatedException.php +++ b/src/User/Exception/NotAuthenticatedException.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\User\Exception; diff --git a/tests/integration/api/authentication/WithTokenTest.php b/tests/integration/api/authentication/WithTokenTest.php index b86795372..4d590c7d4 100644 --- a/tests/integration/api/authentication/WithTokenTest.php +++ b/tests/integration/api/authentication/WithTokenTest.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\api\authentication; diff --git a/tests/integration/api/users/CreationTest.php b/tests/integration/api/users/CreationTest.php index 4d2bd68a1..eb5cad123 100644 --- a/tests/integration/api/users/CreationTest.php +++ b/tests/integration/api/users/CreationTest.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\api\users; diff --git a/tests/unit/Foundation/ErrorHandling/ExceptionHandler/IlluminateValidationExceptionHandlerTest.php b/tests/unit/Foundation/ErrorHandling/ExceptionHandler/IlluminateValidationExceptionHandlerTest.php index d06d289ef..d3df2cf0e 100644 --- a/tests/unit/Foundation/ErrorHandling/ExceptionHandler/IlluminateValidationExceptionHandlerTest.php +++ b/tests/unit/Foundation/ErrorHandling/ExceptionHandler/IlluminateValidationExceptionHandlerTest.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\Foundation\ErrorHandling\ExceptionHandler; diff --git a/tests/unit/Foundation/ErrorHandling/ExceptionHandler/ValidationExceptionHandlerTest.php b/tests/unit/Foundation/ErrorHandling/ExceptionHandler/ValidationExceptionHandlerTest.php index d0179f05d..09e2797fd 100644 --- a/tests/unit/Foundation/ErrorHandling/ExceptionHandler/ValidationExceptionHandlerTest.php +++ b/tests/unit/Foundation/ErrorHandling/ExceptionHandler/ValidationExceptionHandlerTest.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\Foundation\ErrorHandling\ExceptionHandler; diff --git a/tests/unit/Install/BaseUrlTest.php b/tests/unit/Install/BaseUrlTest.php index b75543b7a..b793a699c 100644 --- a/tests/unit/Install/BaseUrlTest.php +++ b/tests/unit/Install/BaseUrlTest.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\Install; diff --git a/tests/unit/TestCase.php b/tests/unit/TestCase.php index 8c87018b6..63214ce19 100644 --- a/tests/unit/TestCase.php +++ b/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; diff --git a/tests/unit/User/AvatarUploaderTest.php b/tests/unit/User/AvatarUploaderTest.php index ad1b183cf..beb5241df 100644 --- a/tests/unit/User/AvatarUploaderTest.php +++ b/tests/unit/User/AvatarUploaderTest.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\User;