diff --git a/extensions/akismet/extend.php b/extensions/akismet/extend.php index 9dea94f39..3c2cb8f2c 100644 --- a/extensions/akismet/extend.php +++ b/extensions/akismet/extend.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\Akismet\Listener; diff --git a/extensions/akismet/migrations/2015_10_31_040129_add_is_spam_to_posts.php b/extensions/akismet/migrations/2015_10_31_040129_add_is_spam_to_posts.php index b3aa0101f..904ed88fc 100644 --- a/extensions/akismet/migrations/2015_10_31_040129_add_is_spam_to_posts.php +++ b/extensions/akismet/migrations/2015_10_31_040129_add_is_spam_to_posts.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\Database\Migration; diff --git a/extensions/akismet/src/Listener/SubmitHam.php b/extensions/akismet/src/Listener/SubmitHam.php index 2f7091c02..ab0278bce 100644 --- a/extensions/akismet/src/Listener/SubmitHam.php +++ b/extensions/akismet/src/Listener/SubmitHam.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\Akismet\Listener; diff --git a/extensions/akismet/src/Listener/SubmitSpam.php b/extensions/akismet/src/Listener/SubmitSpam.php index 7e2df07f1..070e311bb 100644 --- a/extensions/akismet/src/Listener/SubmitSpam.php +++ b/extensions/akismet/src/Listener/SubmitSpam.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\Akismet\Listener; diff --git a/extensions/akismet/src/Listener/ValidatePost.php b/extensions/akismet/src/Listener/ValidatePost.php index f989920b0..1a77aaf3b 100644 --- a/extensions/akismet/src/Listener/ValidatePost.php +++ b/extensions/akismet/src/Listener/ValidatePost.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\Akismet\Listener;