From 7a1f0fabe1cf62059cf6235b4652e5cad7a23aad Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 13 Mar 2018 22:46:35 +0300 Subject: [PATCH] Code cleanup and refactoring #5 --- rawilum/I18n.php | 2 +- rawilum/Pages.php | 2 +- rawilum/Plugins.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rawilum/I18n.php b/rawilum/I18n.php index ffe9e3e9..162491bb 100644 --- a/rawilum/I18n.php +++ b/rawilum/I18n.php @@ -6,7 +6,7 @@ use Symfony\Component\Yaml\Yaml; /** * This file is part of the Rawilum. * - * (c) Romanenko Sergey / Awilum + * (c) Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/rawilum/Pages.php b/rawilum/Pages.php index c6030021..5b1cb21c 100755 --- a/rawilum/Pages.php +++ b/rawilum/Pages.php @@ -10,7 +10,7 @@ use Symfony\Component\Yaml\Yaml; /** * This file is part of the Rawilum. * - * (c) Romanenko Sergey / Awilum + * (c) Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/rawilum/Plugins.php b/rawilum/Plugins.php index 21e8e975..ead8aeac 100755 --- a/rawilum/Plugins.php +++ b/rawilum/Plugins.php @@ -6,7 +6,7 @@ use Symfony\Component\Yaml\Yaml; /** * This file is part of the Rawilum. * - * (c) Romanenko Sergey / Awilum + * (c) Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.