diff --git a/extensions/emoji/extend.php b/extensions/emoji/extend.php index 9026590df..9e85344b1 100644 --- a/extensions/emoji/extend.php +++ b/extensions/emoji/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\Extend; diff --git a/extensions/emoji/migrations/2018_09_29_060444_replace_emoji_shorcuts_with_unicode.php b/extensions/emoji/migrations/2018_09_29_060444_replace_emoji_shorcuts_with_unicode.php index a8870c031..b5c025e51 100644 --- a/extensions/emoji/migrations/2018_09_29_060444_replace_emoji_shorcuts_with_unicode.php +++ b/extensions/emoji/migrations/2018_09_29_060444_replace_emoji_shorcuts_with_unicode.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\Builder;