diff --git a/admin/index.php b/admin/index.php
index fdde369..6083842 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -1,21 +1,21 @@
+ * @copyright 2012-2013 Romanenko Sergey / Awilum
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
*/
+
// Main engine defines
define('DS', DIRECTORY_SEPARATOR);
define('ROOT', rtrim(str_replace(array('admin'), array(''), dirname(__FILE__)), '\\/'));
diff --git a/admin/themes/default/index.template.php b/admin/themes/default/index.template.php
index 738cb7b..0dd0530 100644
--- a/admin/themes/default/index.template.php
+++ b/admin/themes/default/index.template.php
@@ -100,7 +100,7 @@
/
/
- © 2012 Monstra –
+ © 2012 Monstra –
diff --git a/admin/themes/default/login.template.php b/admin/themes/default/login.template.php
index b34e634..5882597 100644
--- a/admin/themes/default/login.template.php
+++ b/admin/themes/default/login.template.php
@@ -109,7 +109,7 @@