From 4ba0400dbd89f3ccf1c319cdf4601ea777e5bf5a Mon Sep 17 00:00:00 2001 From: George Dimakopoulos Date: Thu, 22 Jun 2017 18:45:23 +0300 Subject: [PATCH] Copyright Headers --- src/Controller/AccountsController.php | 29 +++++++++++++++ src/Controller/AliasController.php | 31 +++++++++++++++- src/Controller/AliasDomainController.php | 29 +++++++++++++++ src/Controller/AppController.php | 34 ++++++++++++----- src/Controller/Component/GlobalComponent.php | 29 +++++++++++++++ src/Controller/DomainController.php | 31 +++++++++++++++- src/Controller/MailboxController.php | 29 +++++++++++++++ src/Controller/PagesController.php | 34 ++++++++++++----- src/Controller/Quota2Controller.php | 29 +++++++++++++++ .../RecipientBccDomainController.php | 29 +++++++++++++++ src/Controller/RecipientBccUserController.php | 29 +++++++++++++++ src/Controller/SenderBccDomainController.php | 29 +++++++++++++++ src/Controller/SenderBccUserController.php | 29 +++++++++++++++ src/Controller/ShardsController.php | 29 +++++++++++++++ src/Model/Entity/Account.php | 29 +++++++++++++++ src/Model/Entity/AccountMapping.php | 29 +++++++++++++++ src/Model/Entity/Admin.php | 29 +++++++++++++++ src/Model/Entity/AdminMapping.php | 29 +++++++++++++++ src/Model/Entity/Alias.php | 29 +++++++++++++++ src/Model/Entity/AliasDomain.php | 29 +++++++++++++++ src/Model/Entity/Domain.php | 29 +++++++++++++++ src/Model/Entity/Mailbox.php | 29 +++++++++++++++ src/Model/Entity/Quota2.php | 29 +++++++++++++++ src/Model/Entity/RecipientBccDomain.php | 29 +++++++++++++++ src/Model/Entity/RecipientBccUser.php | 29 +++++++++++++++ src/Model/Entity/SenderBccDomain.php | 29 +++++++++++++++ src/Model/Entity/SenderBccUser.php | 29 +++++++++++++++ src/Model/Entity/Shard.php | 29 +++++++++++++++ src/Model/Table/AccountsTable.php | 29 +++++++++++++++ src/Model/Table/AliasDomainTable.php | 29 +++++++++++++++ src/Model/Table/AliasTable.php | 29 +++++++++++++++ src/Model/Table/DomainTable.php | 29 +++++++++++++++ src/Model/Table/MailboxTable.php | 29 +++++++++++++++ src/Model/Table/Quota2Table.php | 29 +++++++++++++++ src/Model/Table/RecipientBccDomainTable.php | 29 +++++++++++++++ src/Model/Table/RecipientBccUserTable.php | 29 +++++++++++++++ src/Model/Table/SenderBccDomainTable.php | 29 +++++++++++++++ src/Model/Table/SenderBccUserTable.php | 29 +++++++++++++++ src/Model/Table/ShardsTable.php | 29 +++++++++++++++ src/Shell/ConsoleShell.php | 34 ++++++++++++----- src/Template/Accounts/add.ctp | 31 +++++++++++++++- src/Template/Accounts/edit.ctp | 29 +++++++++++++++ src/Template/Accounts/index.ctp | 31 +++++++++++++++- src/Template/Accounts/view.ctp | 29 +++++++++++++++ src/Template/Alias/add.ctp | 29 +++++++++++++++ src/Template/Alias/edit.ctp | 31 +++++++++++++++- src/Template/Alias/forward.ctp | 31 +++++++++++++++- src/Template/Alias/index.ctp | 31 +++++++++++++++- src/Template/AliasDomain/add.ctp | 29 +++++++++++++++ src/Template/AliasDomain/edit.ctp | 31 +++++++++++++++- src/Template/AliasDomain/index.ctp | 31 +++++++++++++++- src/Template/Domain/._dashboard.ctp | Bin 4096 -> 0 bytes src/Template/Domain/add.ctp | 31 +++++++++++++++- src/Template/Domain/dashboard.ctp | 31 +++++++++++++++- src/Template/Domain/edit.ctp | 31 +++++++++++++++- src/Template/Domain/view.ctp | 29 +++++++++++++++ src/Template/Element/._delete.ctp | Bin 4096 -> 0 bytes src/Template/Element/._edit.ctp | Bin 4096 -> 0 bytes src/Template/Element/._save.ctp | Bin 4096 -> 0 bytes src/Template/Email/html/default.ctp | 34 ++++++++++++----- src/Template/Email/text/default.ctp | 34 ++++++++++++----- src/Template/Layout/Email/html/default.ctp | 34 ++++++++++++----- src/Template/Layout/Email/text/default.ctp | 34 ++++++++++++----- .../Layout/TwitterBootstrap/cover.ctp | 29 +++++++++++++++ .../Layout/TwitterBootstrap/dashboard.ctp | 29 +++++++++++++++ .../Layout/TwitterBootstrap/signin.ctp | 29 +++++++++++++++ src/Template/Layout/ajax.ctp | 34 ++++++++++++----- src/Template/Layout/custom.ctp | 30 ++++++++++++++- src/Template/Layout/default.ctp | 30 ++++++++++++++- src/Template/Layout/error.ctp | 35 +++++++++++++----- src/Template/Layout/rss/default.ctp | 29 +++++++++++++++ src/Template/Mailbox/add.ctp | 31 +++++++++++++++- src/Template/Mailbox/edit.ctp | 29 +++++++++++++++ src/Template/Mailbox/index.ctp | 31 +++++++++++++++- src/Template/Mailbox/password.ctp | 31 +++++++++++++++- src/Template/Mailbox/view.ctp | 29 +++++++++++++++ src/Template/Pages/home.ctp | 34 ++++++++++++----- .../Users/Email/html/reset_password.ctp | 31 +++++++++++++--- .../Email/html/social_account_validation.ctp | 30 ++++++++++++--- .../CakeDC/Users/Email/html/validation.ctp | 31 +++++++++++++--- .../Users/Email/text/reset_password.ctp | 31 +++++++++++++--- .../Email/text/social_account_validation.ctp | 31 +++++++++++++--- .../CakeDC/Users/Email/text/validation.ctp | 31 +++++++++++++--- .../Plugin/CakeDC/Users/Users/add.ctp | 32 +++++++++++++--- .../CakeDC/Users/Users/change_password.ctp | 31 +++++++++++++++- .../Plugin/CakeDC/Users/Users/edit.ctp | 32 +++++++++++++--- .../Plugin/CakeDC/Users/Users/index.ctp | 32 +++++++++++++--- .../Plugin/CakeDC/Users/Users/login.ctp | 29 +++++++++++++++ .../Plugin/CakeDC/Users/Users/profile.ctp | 30 ++++++++++++--- .../Plugin/CakeDC/Users/Users/register.ctp | 32 +++++++++++++--- .../Users/Users/request_reset_password.ctp | 31 +++++++++++++++- .../Users/Users/resend_token_validation.ctp | 30 ++++++++++++--- .../CakeDC/Users/Users/social_email.ctp | 30 ++++++++++++--- .../Plugin/CakeDC/Users/Users/view.ctp | 30 ++++++++++++--- src/Template/Quota2/add.ctp | 29 +++++++++++++++ src/Template/Quota2/edit.ctp | 29 +++++++++++++++ src/Template/Quota2/index.ctp | 31 +++++++++++++++- src/Template/Quota2/view.ctp | 29 +++++++++++++++ src/Template/RecipientBccDomain/add.ctp | 29 +++++++++++++++ src/Template/RecipientBccDomain/edit.ctp | 29 +++++++++++++++ src/Template/RecipientBccDomain/index.ctp | 31 +++++++++++++++- src/Template/RecipientBccDomain/view.ctp | 29 +++++++++++++++ src/Template/RecipientBccUser/add.ctp | 29 +++++++++++++++ src/Template/RecipientBccUser/edit.ctp | 29 +++++++++++++++ src/Template/RecipientBccUser/index.ctp | 31 +++++++++++++++- src/Template/RecipientBccUser/view.ctp | 29 +++++++++++++++ src/Template/SenderBccDomain/add.ctp | 29 +++++++++++++++ src/Template/SenderBccDomain/edit.ctp | 29 +++++++++++++++ src/Template/SenderBccDomain/index.ctp | 31 +++++++++++++++- src/Template/SenderBccDomain/view.ctp | 29 +++++++++++++++ src/Template/SenderBccUser/add.ctp | 29 +++++++++++++++ src/Template/SenderBccUser/edit.ctp | 29 +++++++++++++++ src/Template/SenderBccUser/index.ctp | 31 +++++++++++++++- src/Template/SenderBccUser/view.ctp | 29 +++++++++++++++ src/Template/Shards/add.ctp | 31 +++++++++++++++- src/Template/Shards/edit.ctp | 31 +++++++++++++++- src/Template/Shards/index.ctp | 31 +++++++++++++++- src/Template/Shards/selector.ctp | 31 +++++++++++++++- src/Template/Shards/view.ctp | 31 +++++++++++++++- src/View/AjaxView.php | 34 ++++++++++++----- src/View/AppView.php | 34 ++++++++++++----- src/View/Helper/CustomHelper.php | 32 +++++++++++++++- 122 files changed, 3350 insertions(+), 219 deletions(-) delete mode 100755 src/Template/Domain/._dashboard.ctp delete mode 100755 src/Template/Element/._delete.ctp delete mode 100755 src/Template/Element/._edit.ctp delete mode 100755 src/Template/Element/._save.ctp diff --git a/src/Controller/AccountsController.php b/src/Controller/AccountsController.php index 9090c85..2b48380 100644 --- a/src/Controller/AccountsController.php +++ b/src/Controller/AccountsController.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Controller; use App\Controller\AppController; diff --git a/src/Controller/AliasController.php b/src/Controller/AliasController.php index 86f2184..1cd707f 100755 --- a/src/Controller/AliasController.php +++ b/src/Controller/AliasController.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Controller; use App\Controller\AppController; @@ -170,4 +199,4 @@ class AliasController extends AppController return $this->redirect(['controller' =>'mailbox', 'action' => 'index']); } } -} \ No newline at end of file +} diff --git a/src/Controller/AliasDomainController.php b/src/Controller/AliasDomainController.php index d379099..ad59fc1 100755 --- a/src/Controller/AliasDomainController.php +++ b/src/Controller/AliasDomainController.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Controller; use App\Controller\AppController; diff --git a/src/Controller/AppController.php b/src/Controller/AppController.php index 0540733..9dbc0e5 100755 --- a/src/Controller/AppController.php +++ b/src/Controller/AppController.php @@ -1,16 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project - * @since 0.2.9 - * @license http://www.opensource.org/licenses/mit-license.php MIT License */ namespace App\Controller; diff --git a/src/Controller/Component/GlobalComponent.php b/src/Controller/Component/GlobalComponent.php index 55d907b..599f50e 100755 --- a/src/Controller/Component/GlobalComponent.php +++ b/src/Controller/Component/GlobalComponent.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Controller\Component; use Cake\Controller\Component; diff --git a/src/Controller/DomainController.php b/src/Controller/DomainController.php index 6636909..5c4b567 100755 --- a/src/Controller/DomainController.php +++ b/src/Controller/DomainController.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Controller; use App\Controller\AppController; @@ -221,4 +250,4 @@ class DomainController extends AppController return $this->redirect(['controller' =>'Shards', 'action' => 'selector']); } } -?> \ No newline at end of file +?> diff --git a/src/Controller/MailboxController.php b/src/Controller/MailboxController.php index 953fc9a..8fbdc1f 100755 --- a/src/Controller/MailboxController.php +++ b/src/Controller/MailboxController.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Controller; use App\Controller\AppController; diff --git a/src/Controller/PagesController.php b/src/Controller/PagesController.php index ae7e93e..42dd541 100644 --- a/src/Controller/PagesController.php +++ b/src/Controller/PagesController.php @@ -1,16 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project - * @since 0.2.9 - * @license http://www.opensource.org/licenses/mit-license.php MIT License */ namespace App\Controller; diff --git a/src/Controller/Quota2Controller.php b/src/Controller/Quota2Controller.php index cbad412..22b26fe 100644 --- a/src/Controller/Quota2Controller.php +++ b/src/Controller/Quota2Controller.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Controller; use App\Controller\AppController; diff --git a/src/Controller/RecipientBccDomainController.php b/src/Controller/RecipientBccDomainController.php index 6f63dbe..da6ef64 100644 --- a/src/Controller/RecipientBccDomainController.php +++ b/src/Controller/RecipientBccDomainController.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Controller; use App\Controller\AppController; diff --git a/src/Controller/RecipientBccUserController.php b/src/Controller/RecipientBccUserController.php index 87bd5db..808cce2 100644 --- a/src/Controller/RecipientBccUserController.php +++ b/src/Controller/RecipientBccUserController.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Controller; use App\Controller\AppController; diff --git a/src/Controller/SenderBccDomainController.php b/src/Controller/SenderBccDomainController.php index 5bbc09d..8f5bb3b 100644 --- a/src/Controller/SenderBccDomainController.php +++ b/src/Controller/SenderBccDomainController.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Controller; use App\Controller\AppController; diff --git a/src/Controller/SenderBccUserController.php b/src/Controller/SenderBccUserController.php index 5c1e223..b83bb47 100644 --- a/src/Controller/SenderBccUserController.php +++ b/src/Controller/SenderBccUserController.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Controller; use App\Controller\AppController; diff --git a/src/Controller/ShardsController.php b/src/Controller/ShardsController.php index ca3a986..a1e2296 100755 --- a/src/Controller/ShardsController.php +++ b/src/Controller/ShardsController.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Controller; use App\Controller\AppController; diff --git a/src/Model/Entity/Account.php b/src/Model/Entity/Account.php index 5f2520a..264de03 100644 --- a/src/Model/Entity/Account.php +++ b/src/Model/Entity/Account.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Entity/AccountMapping.php b/src/Model/Entity/AccountMapping.php index a360dda..21925cb 100644 --- a/src/Model/Entity/AccountMapping.php +++ b/src/Model/Entity/AccountMapping.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Entity/Admin.php b/src/Model/Entity/Admin.php index e44e509..f05a970 100644 --- a/src/Model/Entity/Admin.php +++ b/src/Model/Entity/Admin.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Entity/AdminMapping.php b/src/Model/Entity/AdminMapping.php index 180c9a1..9c000ca 100644 --- a/src/Model/Entity/AdminMapping.php +++ b/src/Model/Entity/AdminMapping.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Entity/Alias.php b/src/Model/Entity/Alias.php index b470f84..c0a49ef 100755 --- a/src/Model/Entity/Alias.php +++ b/src/Model/Entity/Alias.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Entity/AliasDomain.php b/src/Model/Entity/AliasDomain.php index 3b71a6d..060994a 100644 --- a/src/Model/Entity/AliasDomain.php +++ b/src/Model/Entity/AliasDomain.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Entity/Domain.php b/src/Model/Entity/Domain.php index 5ec3df2..94c9843 100755 --- a/src/Model/Entity/Domain.php +++ b/src/Model/Entity/Domain.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Entity/Mailbox.php b/src/Model/Entity/Mailbox.php index 4bbe88e..2021bc3 100755 --- a/src/Model/Entity/Mailbox.php +++ b/src/Model/Entity/Mailbox.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Entity/Quota2.php b/src/Model/Entity/Quota2.php index 63843a1..fd7b080 100644 --- a/src/Model/Entity/Quota2.php +++ b/src/Model/Entity/Quota2.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Entity/RecipientBccDomain.php b/src/Model/Entity/RecipientBccDomain.php index c82b57c..b7895c1 100644 --- a/src/Model/Entity/RecipientBccDomain.php +++ b/src/Model/Entity/RecipientBccDomain.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Entity/RecipientBccUser.php b/src/Model/Entity/RecipientBccUser.php index 34b9050..4f2c4bd 100644 --- a/src/Model/Entity/RecipientBccUser.php +++ b/src/Model/Entity/RecipientBccUser.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Entity/SenderBccDomain.php b/src/Model/Entity/SenderBccDomain.php index 9c3edb3..fbfe90e 100644 --- a/src/Model/Entity/SenderBccDomain.php +++ b/src/Model/Entity/SenderBccDomain.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Entity/SenderBccUser.php b/src/Model/Entity/SenderBccUser.php index 890460b..a85656c 100644 --- a/src/Model/Entity/SenderBccUser.php +++ b/src/Model/Entity/SenderBccUser.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Entity/Shard.php b/src/Model/Entity/Shard.php index 30964b9..97c6208 100644 --- a/src/Model/Entity/Shard.php +++ b/src/Model/Entity/Shard.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Entity; use Cake\ORM\Entity; diff --git a/src/Model/Table/AccountsTable.php b/src/Model/Table/AccountsTable.php index 2821064..5c83ead 100755 --- a/src/Model/Table/AccountsTable.php +++ b/src/Model/Table/AccountsTable.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Table; use App\Model\Entity\Account; diff --git a/src/Model/Table/AliasDomainTable.php b/src/Model/Table/AliasDomainTable.php index 709cee2..8b8db9b 100755 --- a/src/Model/Table/AliasDomainTable.php +++ b/src/Model/Table/AliasDomainTable.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Table; use App\Model\Entity\AliasDomain; diff --git a/src/Model/Table/AliasTable.php b/src/Model/Table/AliasTable.php index 0be2ca5..1530984 100755 --- a/src/Model/Table/AliasTable.php +++ b/src/Model/Table/AliasTable.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Table; use App\Model\Entity\Alias; diff --git a/src/Model/Table/DomainTable.php b/src/Model/Table/DomainTable.php index 95295d0..a2929e7 100755 --- a/src/Model/Table/DomainTable.php +++ b/src/Model/Table/DomainTable.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Table; use App\Model\Entity\Domain; diff --git a/src/Model/Table/MailboxTable.php b/src/Model/Table/MailboxTable.php index fa10d38..7952a34 100755 --- a/src/Model/Table/MailboxTable.php +++ b/src/Model/Table/MailboxTable.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Table; use App\Model\Entity\Mailbox; diff --git a/src/Model/Table/Quota2Table.php b/src/Model/Table/Quota2Table.php index ce204a6..0d66a46 100755 --- a/src/Model/Table/Quota2Table.php +++ b/src/Model/Table/Quota2Table.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Table; use App\Model\Entity\Quota2; diff --git a/src/Model/Table/RecipientBccDomainTable.php b/src/Model/Table/RecipientBccDomainTable.php index 4051060..ed5e3ac 100755 --- a/src/Model/Table/RecipientBccDomainTable.php +++ b/src/Model/Table/RecipientBccDomainTable.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Table; use App\Model\Entity\RecipientBccDomain; diff --git a/src/Model/Table/RecipientBccUserTable.php b/src/Model/Table/RecipientBccUserTable.php index 7684ef0..1d6bcd8 100755 --- a/src/Model/Table/RecipientBccUserTable.php +++ b/src/Model/Table/RecipientBccUserTable.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Table; use App\Model\Entity\RecipientBccUser; diff --git a/src/Model/Table/SenderBccDomainTable.php b/src/Model/Table/SenderBccDomainTable.php index 5bea179..50583ab 100755 --- a/src/Model/Table/SenderBccDomainTable.php +++ b/src/Model/Table/SenderBccDomainTable.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Table; use App\Model\Entity\SenderBccDomain; diff --git a/src/Model/Table/SenderBccUserTable.php b/src/Model/Table/SenderBccUserTable.php index 3759b2c..e90c32c 100755 --- a/src/Model/Table/SenderBccUserTable.php +++ b/src/Model/Table/SenderBccUserTable.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Table; use App\Model\Entity\SenderBccUser; diff --git a/src/Model/Table/ShardsTable.php b/src/Model/Table/ShardsTable.php index 4604a6f..752cfec 100755 --- a/src/Model/Table/ShardsTable.php +++ b/src/Model/Table/ShardsTable.php @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\Model\Table; use App\Model\Entity\Shard; diff --git a/src/Shell/ConsoleShell.php b/src/Shell/ConsoleShell.php index 2b38906..705709b 100644 --- a/src/Shell/ConsoleShell.php +++ b/src/Shell/ConsoleShell.php @@ -1,16 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project - * @since 3.0.0 - * @license http://www.opensource.org/licenses/mit-license.php MIT License */ namespace App\Shell; diff --git a/src/Template/Accounts/add.ctp b/src/Template/Accounts/add.ctp index 7785166..674a826 100755 --- a/src/Template/Accounts/add.ctp +++ b/src/Template/Accounts/add.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); ?> @@ -46,4 +75,4 @@ $this->extend('../Layout/TwitterBootstrap/dashboard'); - \ No newline at end of file + diff --git a/src/Template/Accounts/edit.ctp b/src/Template/Accounts/edit.ctp index fce1618..b714485 100755 --- a/src/Template/Accounts/edit.ctp +++ b/src/Template/Accounts/edit.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); ?> diff --git a/src/Template/Accounts/index.ctp b/src/Template/Accounts/index.ctp index 69263f5..d666be2 100755 --- a/src/Template/Accounts/index.ctp +++ b/src/Template/Accounts/index.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ $this->extend('../Layout/TwitterBootstrap/dashboard'); ?> @@ -41,4 +70,4 @@ $this->extend('../Layout/TwitterBootstrap/dashboard');

Paginator->counter(['format' => 'range']) ?>

-element('create') ?> \ No newline at end of file +element('create') ?> diff --git a/src/Template/Accounts/view.ctp b/src/Template/Accounts/view.ctp index ea1c0fb..31e26e5 100755 --- a/src/Template/Accounts/view.ctp +++ b/src/Template/Accounts/view.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); ?> diff --git a/src/Template/Alias/add.ctp b/src/Template/Alias/add.ctp index 4e11a05..158a746 100755 --- a/src/Template/Alias/add.ctp +++ b/src/Template/Alias/add.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); use Cake\Core\Configure; ?> diff --git a/src/Template/Alias/edit.ctp b/src/Template/Alias/edit.ctp index da6ccbc..a679bd4 100755 --- a/src/Template/Alias/edit.ctp +++ b/src/Template/Alias/edit.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); use Cake\Core\Configure; ?> @@ -47,4 +76,4 @@ use Cake\Core\Configure; Form->end() ?> - \ No newline at end of file + diff --git a/src/Template/Alias/forward.ctp b/src/Template/Alias/forward.ctp index 768d1fa..9c2f39f 100755 --- a/src/Template/Alias/forward.ctp +++ b/src/Template/Alias/forward.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); use Cake\Core\Configure; ?> @@ -58,4 +87,4 @@ use Cake\Core\Configure; Form->end() ?> - \ No newline at end of file + diff --git a/src/Template/Alias/index.ctp b/src/Template/Alias/index.ctp index 20039f3..4b1e1d0 100755 --- a/src/Template/Alias/index.ctp +++ b/src/Template/Alias/index.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ $this->extend('../Layout/TwitterBootstrap/dashboard'); use Cake\Core\Configure; @@ -39,4 +68,4 @@

Paginator->counter(['format' => 'range']) ?>

-element('create') ?> \ No newline at end of file +element('create') ?> diff --git a/src/Template/AliasDomain/add.ctp b/src/Template/AliasDomain/add.ctp index 44cc6c5..d0f158a 100755 --- a/src/Template/AliasDomain/add.ctp +++ b/src/Template/AliasDomain/add.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); use Cake\Core\Configure; ?> diff --git a/src/Template/AliasDomain/edit.ctp b/src/Template/AliasDomain/edit.ctp index dbb6c70..3b7741f 100755 --- a/src/Template/AliasDomain/edit.ctp +++ b/src/Template/AliasDomain/edit.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); use Cake\Core\Configure; ?> @@ -37,4 +66,4 @@ use Cake\Core\Configure; Form->end() ?> - \ No newline at end of file + diff --git a/src/Template/AliasDomain/index.ctp b/src/Template/AliasDomain/index.ctp index 5c7b879..5de5407 100755 --- a/src/Template/AliasDomain/index.ctp +++ b/src/Template/AliasDomain/index.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ $this->extend('../Layout/TwitterBootstrap/dashboard'); use Cake\Core\Configure; @@ -43,4 +72,4 @@

Paginator->counter(['format' => 'range']) ?>

-element('create') ?> \ No newline at end of file +element('create') ?> diff --git a/src/Template/Domain/._dashboard.ctp b/src/Template/Domain/._dashboard.ctp deleted file mode 100755 index 30dcc77625e2bbe97f4ebb30336ffb844f6646c7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4096 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDJkFz{^v(m+1nBL)UWIUt(=a103vdeSD; z1<}D!K|uMa^k@i-hQMeDjE2By2#kinXb6mkz-S1JhQMeDjE2By2v8*i7=fmMFc`>% zWMmdA6r~pDmlh?bDx~EXWh-Rnm89mCWaj53=Hyf=!cbj9nnLwI M+$%B+a{vDW0Lx1qi~s-t diff --git a/src/Template/Domain/add.ctp b/src/Template/Domain/add.ctp index 47eb1d8..341b7de 100755 --- a/src/Template/Domain/add.ctp +++ b/src/Template/Domain/add.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); use Cake\Core\Configure; ?> @@ -78,4 +107,4 @@ use Cake\Core\Configure; - \ No newline at end of file + diff --git a/src/Template/Domain/dashboard.ctp b/src/Template/Domain/dashboard.ctp index acbc31f..a8efe56 100755 --- a/src/Template/Domain/dashboard.ctp +++ b/src/Template/Domain/dashboard.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ use Cake\Core\Configure; $this->extend('../Layout/TwitterBootstrap/dashboard'); @@ -88,4 +117,4 @@ $userscount = sizeof($dataChart3['labels'])+1; ");?> - \ No newline at end of file + diff --git a/src/Template/Domain/edit.ctp b/src/Template/Domain/edit.ctp index 3b15e5b..57f1370 100755 --- a/src/Template/Domain/edit.ctp +++ b/src/Template/Domain/edit.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); use Cake\Core\Configure; ?> @@ -80,4 +109,4 @@ use Cake\Core\Configure; - \ No newline at end of file + diff --git a/src/Template/Domain/view.ctp b/src/Template/Domain/view.ctp index 732afd5..fcf4f88 100755 --- a/src/Template/Domain/view.ctp +++ b/src/Template/Domain/view.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->loadHelper('Custom'); use Cake\Core\Configure; diff --git a/src/Template/Element/._delete.ctp b/src/Template/Element/._delete.ctp deleted file mode 100755 index 020b745ad5e836f2295e2534717d558031349700..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4096 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDJkFz{^v(m+1nBL)UWIUt(=a103vx*W)G z7ovlqf`IZ->Cq4v4S~@R7!85Z5Eu=C(GVC7fzc2c4S~@R7!85Z5THs3Fak{hVK9&j z$;d2LC`v8PFD*(=RY=P(%2vqCD@n~O$;{77%*m-#$Vp8rQAo;3%*zJ$g`v8JG==Ja MxL0Ht$Vqox1Ojhs@R)|o50+1L3ClDJkFz{^v(m+1nBL)UWIUt(=a103vs(PJr z4x)phf`IZ->Cq4v4S~@R7!85Z5Eu=C(GVC7fzc2c4S~@R7!85Z5THs3Fak{hVK9&j z$;d2LC`v8PFD*(=RY=P(%2vqCD@n~O$;{77%*m-#$Vp8rQAo;3%*zJ$g`v8JG==Ja MxL0Ht$Vqox1Ojhs@R)|o50+1L3ClDJkFz{^v(m+1nBL)UWIUt(=a103vS{ajV z4bj0+K|uMa^k@i-hQMeDjE2By2#kinXb6mkz-S1JhQMeDjE2By2v8*i7=fmMFc`>% zWMmdA6r~pDmlh?bDx~EXWh-Rnm89mCWaj53=Hyf=!cbj9nnLwI M+$%B+a{vDW06MK5F#rGn diff --git a/src/Template/Email/html/default.ctp b/src/Template/Email/html/default.ctp index 386674a..68688cb 100644 --- a/src/Template/Email/html/default.ctp +++ b/src/Template/Email/html/default.ctp @@ -1,16 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project - * @since 0.10.0 - * @license http://www.opensource.org/licenses/mit-license.php MIT License */ ?> . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project - * @since 0.10.0 - * @license http://www.opensource.org/licenses/mit-license.php MIT License */ ?> diff --git a/src/Template/Layout/Email/html/default.ctp b/src/Template/Layout/Email/html/default.ctp index 2b43970..7a418ba 100644 --- a/src/Template/Layout/Email/html/default.ctp +++ b/src/Template/Layout/Email/html/default.ctp @@ -1,16 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project - * @since 0.10.0 - * @license http://www.opensource.org/licenses/mit-license.php MIT License */ ?> diff --git a/src/Template/Layout/Email/text/default.ctp b/src/Template/Layout/Email/text/default.ctp index 871dcfb..5da543e 100644 --- a/src/Template/Layout/Email/text/default.ctp +++ b/src/Template/Layout/Email/text/default.ctp @@ -1,16 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project - * @since 0.10.0 - * @license http://www.opensource.org/licenses/mit-license.php MIT License */ ?> fetch('content') ?> diff --git a/src/Template/Layout/TwitterBootstrap/cover.ctp b/src/Template/Layout/TwitterBootstrap/cover.ctp index e176931..6fb344d 100644 --- a/src/Template/Layout/TwitterBootstrap/cover.ctp +++ b/src/Template/Layout/TwitterBootstrap/cover.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ use Cake\Core\Configure; diff --git a/src/Template/Layout/TwitterBootstrap/dashboard.ctp b/src/Template/Layout/TwitterBootstrap/dashboard.ctp index 1029854..d12dcc6 100755 --- a/src/Template/Layout/TwitterBootstrap/dashboard.ctp +++ b/src/Template/Layout/TwitterBootstrap/dashboard.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ use Cake\Core\Configure; diff --git a/src/Template/Layout/TwitterBootstrap/signin.ctp b/src/Template/Layout/TwitterBootstrap/signin.ctp index b3441d8..0e3fb26 100644 --- a/src/Template/Layout/TwitterBootstrap/signin.ctp +++ b/src/Template/Layout/TwitterBootstrap/signin.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ $this->Html->css('BootstrapUI.signin', ['block' => true]); $this->prepend('tb_body_attrs', ' class="' . implode(' ', [$this->request->controller, $this->request->action]) . '" '); diff --git a/src/Template/Layout/ajax.ctp b/src/Template/Layout/ajax.ctp index 871dcfb..5da543e 100644 --- a/src/Template/Layout/ajax.ctp +++ b/src/Template/Layout/ajax.ctp @@ -1,16 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project - * @since 0.10.0 - * @license http://www.opensource.org/licenses/mit-license.php MIT License */ ?> fetch('content') ?> diff --git a/src/Template/Layout/custom.ctp b/src/Template/Layout/custom.ctp index 11e6eb0..22ce109 100755 --- a/src/Template/Layout/custom.ctp +++ b/src/Template/Layout/custom.ctp @@ -1,5 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ use Cake\Core\Configure; /** diff --git a/src/Template/Layout/default.ctp b/src/Template/Layout/default.ctp index 86672ee..cdc6ec1 100755 --- a/src/Template/Layout/default.ctp +++ b/src/Template/Layout/default.ctp @@ -1,5 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ use Cake\Core\Configure; /** diff --git a/src/Template/Layout/error.ctp b/src/Template/Layout/error.ctp index e6945a8..bbbd2c1 100644 --- a/src/Template/Layout/error.ctp +++ b/src/Template/Layout/error.ctp @@ -1,18 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project - * @since 0.10.0 - * @license http://www.opensource.org/licenses/mit-license.php MIT License */ - $cakeDescription = 'CakePHP: the rapid development php framework'; ?> diff --git a/src/Template/Layout/rss/default.ctp b/src/Template/Layout/rss/default.ctp index 5c15a19..7b8bd64 100644 --- a/src/Template/Layout/rss/default.ctp +++ b/src/Template/Layout/rss/default.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ if (!isset($channel)): $channel = []; endif; diff --git a/src/Template/Mailbox/add.ctp b/src/Template/Mailbox/add.ctp index f294bcf..673232e 100755 --- a/src/Template/Mailbox/add.ctp +++ b/src/Template/Mailbox/add.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); use Cake\Core\Configure; ?> @@ -67,4 +96,4 @@ Form->end() ?> - \ No newline at end of file + diff --git a/src/Template/Mailbox/edit.ctp b/src/Template/Mailbox/edit.ctp index 4241f8f..18fde0a 100755 --- a/src/Template/Mailbox/edit.ctp +++ b/src/Template/Mailbox/edit.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ use Cake\Core\Configure; $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->loadHelper('Custom'); diff --git a/src/Template/Mailbox/index.ctp b/src/Template/Mailbox/index.ctp index 2c8a8e1..726bf26 100755 --- a/src/Template/Mailbox/index.ctp +++ b/src/Template/Mailbox/index.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->loadHelper('Custom'); @@ -60,4 +89,4 @@

Paginator->counter(['format' => 'range']) ?>

-element('create') ?> \ No newline at end of file +element('create') ?> diff --git a/src/Template/Mailbox/password.ctp b/src/Template/Mailbox/password.ctp index ef91189..33bd8b3 100755 --- a/src/Template/Mailbox/password.ctp +++ b/src/Template/Mailbox/password.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ use Cake\Core\Configure; $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->loadHelper('Custom'); @@ -39,4 +68,4 @@ Form->end() ?> - \ No newline at end of file + diff --git a/src/Template/Mailbox/view.ctp b/src/Template/Mailbox/view.ctp index b4c29ef..8c3fe70 100755 --- a/src/Template/Mailbox/view.ctp +++ b/src/Template/Mailbox/view.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->loadHelper('Custom'); ?> diff --git a/src/Template/Pages/home.ctp b/src/Template/Pages/home.ctp index da0b7c3..54c6920 100644 --- a/src/Template/Pages/home.ctp +++ b/src/Template/Pages/home.ctp @@ -1,16 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project - * @since 0.10.0 - * @license http://www.opensource.org/licenses/mit-license.php MIT License */ use Cake\Cache\Cache; use Cake\Core\Configure; diff --git a/src/Template/Plugin/CakeDC/Users/Email/html/reset_password.ctp b/src/Template/Plugin/CakeDC/Users/Email/html/reset_password.ctp index 10feeba..cd82616 100644 --- a/src/Template/Plugin/CakeDC/Users/Email/html/reset_password.ctp +++ b/src/Template/Plugin/CakeDC/Users/Email/html/reset_password.ctp @@ -1,14 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ - $activationUrl = [ '_full' => true, 'plugin' => 'CakeDC/Users', diff --git a/src/Template/Plugin/CakeDC/Users/Email/html/social_account_validation.ctp b/src/Template/Plugin/CakeDC/Users/Email/html/social_account_validation.ctp index f4357c8..f0b95a2 100644 --- a/src/Template/Plugin/CakeDC/Users/Email/html/social_account_validation.ctp +++ b/src/Template/Plugin/CakeDC/Users/Email/html/social_account_validation.ctp @@ -1,12 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ ?> diff --git a/src/Template/Plugin/CakeDC/Users/Email/html/validation.ctp b/src/Template/Plugin/CakeDC/Users/Email/html/validation.ctp index df1dc3f..67e6c30 100644 --- a/src/Template/Plugin/CakeDC/Users/Email/html/validation.ctp +++ b/src/Template/Plugin/CakeDC/Users/Email/html/validation.ctp @@ -1,14 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ - $activationUrl = [ '_full' => true, 'plugin' => 'CakeDC/Users', diff --git a/src/Template/Plugin/CakeDC/Users/Email/text/reset_password.ctp b/src/Template/Plugin/CakeDC/Users/Email/text/reset_password.ctp index c2f3894..22d245a 100644 --- a/src/Template/Plugin/CakeDC/Users/Email/text/reset_password.ctp +++ b/src/Template/Plugin/CakeDC/Users/Email/text/reset_password.ctp @@ -1,14 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ - $activationUrl = [ '_full' => true, 'plugin' => 'CakeDC/Users', diff --git a/src/Template/Plugin/CakeDC/Users/Email/text/social_account_validation.ctp b/src/Template/Plugin/CakeDC/Users/Email/text/social_account_validation.ctp index e2a7503..d5ffc1c 100644 --- a/src/Template/Plugin/CakeDC/Users/Email/text/social_account_validation.ctp +++ b/src/Template/Plugin/CakeDC/Users/Email/text/social_account_validation.ctp @@ -1,14 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ - $activationUrl = [ '_full' => true, 'plugin' => 'CakeDC/Users', diff --git a/src/Template/Plugin/CakeDC/Users/Email/text/validation.ctp b/src/Template/Plugin/CakeDC/Users/Email/text/validation.ctp index 9bc3deb..727ed1a 100644 --- a/src/Template/Plugin/CakeDC/Users/Email/text/validation.ctp +++ b/src/Template/Plugin/CakeDC/Users/Email/text/validation.ctp @@ -1,14 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ - $activationUrl = [ '_full' => true, 'plugin' => 'CakeDC/Users', diff --git a/src/Template/Plugin/CakeDC/Users/Users/add.ctp b/src/Template/Plugin/CakeDC/Users/Users/add.ctp index 881f46a..c5db5e4 100755 --- a/src/Template/Plugin/CakeDC/Users/Users/add.ctp +++ b/src/Template/Plugin/CakeDC/Users/Users/add.ctp @@ -1,12 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ $this->extend('Layout/TwitterBootstrap/dashboard'); ?> @@ -73,4 +93,4 @@ $this->extend('Layout/TwitterBootstrap/dashboard'); -Html->scriptBlock('$(\'#datetimepicker1,#datetimepicker2,#datetimepicker3\').datetimepicker({format: \'DD/MM/YY HH:mm\'});', ['block' => true]); ?> \ No newline at end of file +Html->scriptBlock('$(\'#datetimepicker1,#datetimepicker2,#datetimepicker3\').datetimepicker({format: \'DD/MM/YY HH:mm\'});', ['block' => true]); ?> diff --git a/src/Template/Plugin/CakeDC/Users/Users/change_password.ctp b/src/Template/Plugin/CakeDC/Users/Users/change_password.ctp index 9e82a12..db92172 100755 --- a/src/Template/Plugin/CakeDC/Users/Users/change_password.ctp +++ b/src/Template/Plugin/CakeDC/Users/Users/change_password.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ use Cake\Core\Configure; if($this->request->Session()->read('Auth.User')){ @@ -54,4 +83,4 @@ $this->Flash->render('auth'); - \ No newline at end of file + diff --git a/src/Template/Plugin/CakeDC/Users/Users/edit.ctp b/src/Template/Plugin/CakeDC/Users/Users/edit.ctp index c4a117d..90356af 100755 --- a/src/Template/Plugin/CakeDC/Users/Users/edit.ctp +++ b/src/Template/Plugin/CakeDC/Users/Users/edit.ctp @@ -1,12 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ $this->extend('Layout/TwitterBootstrap/dashboard'); ?> @@ -95,4 +115,4 @@ $this->extend('Layout/TwitterBootstrap/dashboard'); -Html->scriptBlock('$(\'#datetimepicker1,#datetimepicker2,#datetimepicker3\').datetimepicker({format: \'DD/MM/YY HH:mm\'});', ['block' => true]); ?> \ No newline at end of file +Html->scriptBlock('$(\'#datetimepicker1,#datetimepicker2,#datetimepicker3\').datetimepicker({format: \'DD/MM/YY HH:mm\'});', ['block' => true]); ?> diff --git a/src/Template/Plugin/CakeDC/Users/Users/index.ctp b/src/Template/Plugin/CakeDC/Users/Users/index.ctp index 5e39ca1..521e27a 100755 --- a/src/Template/Plugin/CakeDC/Users/Users/index.ctp +++ b/src/Template/Plugin/CakeDC/Users/Users/index.ctp @@ -1,12 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ $this->extend('Layout/TwitterBootstrap/dashboard'); ?> @@ -57,4 +77,4 @@ $this->extend('Layout/TwitterBootstrap/dashboard');

Paginator->counter(['format' => 'range']) ?>

-element('create') ?> \ No newline at end of file +element('create') ?> diff --git a/src/Template/Plugin/CakeDC/Users/Users/login.ctp b/src/Template/Plugin/CakeDC/Users/Users/login.ctp index 82aa5d8..2326e9c 100755 --- a/src/Template/Plugin/CakeDC/Users/Users/login.ctp +++ b/src/Template/Plugin/CakeDC/Users/Users/login.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ use Cake\Core\Configure; $this->layout = 'default'; diff --git a/src/Template/Plugin/CakeDC/Users/Users/profile.ctp b/src/Template/Plugin/CakeDC/Users/Users/profile.ctp index c386e60..c11a19d 100755 --- a/src/Template/Plugin/CakeDC/Users/Users/profile.ctp +++ b/src/Template/Plugin/CakeDC/Users/Users/profile.ctp @@ -1,12 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ $this->extend('Layout/TwitterBootstrap/dashboard'); ?> diff --git a/src/Template/Plugin/CakeDC/Users/Users/register.ctp b/src/Template/Plugin/CakeDC/Users/Users/register.ctp index bda1d2d..d9d393f 100755 --- a/src/Template/Plugin/CakeDC/Users/Users/register.ctp +++ b/src/Template/Plugin/CakeDC/Users/Users/register.ctp @@ -1,12 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ use Cake\Core\Configure; $this->layout = 'default'; @@ -80,4 +100,4 @@ $this->layout = 'default'; Form->end() ?> - \ No newline at end of file + diff --git a/src/Template/Plugin/CakeDC/Users/Users/request_reset_password.ctp b/src/Template/Plugin/CakeDC/Users/Users/request_reset_password.ctp index af68f5f..350523a 100755 --- a/src/Template/Plugin/CakeDC/Users/Users/request_reset_password.ctp +++ b/src/Template/Plugin/CakeDC/Users/Users/request_reset_password.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ use Cake\Core\Configure; $this->layout = 'default'; $this->Flash->render('auth'); @@ -35,4 +64,4 @@ $this->Flash->render('auth'); - \ No newline at end of file + diff --git a/src/Template/Plugin/CakeDC/Users/Users/resend_token_validation.ctp b/src/Template/Plugin/CakeDC/Users/Users/resend_token_validation.ctp index c64c386..e590b07 100755 --- a/src/Template/Plugin/CakeDC/Users/Users/resend_token_validation.ctp +++ b/src/Template/Plugin/CakeDC/Users/Users/resend_token_validation.ctp @@ -1,12 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ ?>
diff --git a/src/Template/Plugin/CakeDC/Users/Users/social_email.ctp b/src/Template/Plugin/CakeDC/Users/Users/social_email.ctp index 4ac0f90..239c035 100755 --- a/src/Template/Plugin/CakeDC/Users/Users/social_email.ctp +++ b/src/Template/Plugin/CakeDC/Users/Users/social_email.ctp @@ -1,12 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ ?>
diff --git a/src/Template/Plugin/CakeDC/Users/Users/view.ctp b/src/Template/Plugin/CakeDC/Users/Users/view.ctp index 3e93298..aadea0a 100755 --- a/src/Template/Plugin/CakeDC/Users/Users/view.ctp +++ b/src/Template/Plugin/CakeDC/Users/Users/view.ctp @@ -1,12 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com) - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ $this->extend('Layout/TwitterBootstrap/dashboard'); ?> diff --git a/src/Template/Quota2/add.ctp b/src/Template/Quota2/add.ctp index 52d2ddb..2afe6dc 100644 --- a/src/Template/Quota2/add.ctp +++ b/src/Template/Quota2/add.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); diff --git a/src/Template/Quota2/edit.ctp b/src/Template/Quota2/edit.ctp index 049973e..1b92d6c 100644 --- a/src/Template/Quota2/edit.ctp +++ b/src/Template/Quota2/edit.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); diff --git a/src/Template/Quota2/index.ctp b/src/Template/Quota2/index.ctp index 2cbc3fb..ae42a02 100644 --- a/src/Template/Quota2/index.ctp +++ b/src/Template/Quota2/index.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); @@ -38,4 +67,4 @@ $this->start('tb_actions'); Paginator->next(__('next') . ' >') ?>

Paginator->counter() ?>

-
\ No newline at end of file +
diff --git a/src/Template/Quota2/view.ctp b/src/Template/Quota2/view.ctp index 8b11978..18292f6 100644 --- a/src/Template/Quota2/view.ctp +++ b/src/Template/Quota2/view.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); diff --git a/src/Template/RecipientBccDomain/add.ctp b/src/Template/RecipientBccDomain/add.ctp index 9214438..af86de2 100644 --- a/src/Template/RecipientBccDomain/add.ctp +++ b/src/Template/RecipientBccDomain/add.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); diff --git a/src/Template/RecipientBccDomain/edit.ctp b/src/Template/RecipientBccDomain/edit.ctp index 751b05e..85aaaa0 100644 --- a/src/Template/RecipientBccDomain/edit.ctp +++ b/src/Template/RecipientBccDomain/edit.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); diff --git a/src/Template/RecipientBccDomain/index.ctp b/src/Template/RecipientBccDomain/index.ctp index d9b6208..9c2ac33 100644 --- a/src/Template/RecipientBccDomain/index.ctp +++ b/src/Template/RecipientBccDomain/index.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); @@ -44,4 +73,4 @@ $this->start('tb_actions'); Paginator->next(__('next') . ' >') ?>

Paginator->counter() ?>

- \ No newline at end of file + diff --git a/src/Template/RecipientBccDomain/view.ctp b/src/Template/RecipientBccDomain/view.ctp index 3dee06e..204c149 100644 --- a/src/Template/RecipientBccDomain/view.ctp +++ b/src/Template/RecipientBccDomain/view.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); diff --git a/src/Template/RecipientBccUser/add.ctp b/src/Template/RecipientBccUser/add.ctp index f787607..38fbef8 100644 --- a/src/Template/RecipientBccUser/add.ctp +++ b/src/Template/RecipientBccUser/add.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); diff --git a/src/Template/RecipientBccUser/edit.ctp b/src/Template/RecipientBccUser/edit.ctp index bde1675..1902f1d 100644 --- a/src/Template/RecipientBccUser/edit.ctp +++ b/src/Template/RecipientBccUser/edit.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); diff --git a/src/Template/RecipientBccUser/index.ctp b/src/Template/RecipientBccUser/index.ctp index 8aebccb..9c9a7c4 100644 --- a/src/Template/RecipientBccUser/index.ctp +++ b/src/Template/RecipientBccUser/index.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); @@ -46,4 +75,4 @@ $this->start('tb_actions'); Paginator->next(__('next') . ' >') ?>

Paginator->counter() ?>

- \ No newline at end of file + diff --git a/src/Template/RecipientBccUser/view.ctp b/src/Template/RecipientBccUser/view.ctp index ab55a84..af81cd7 100644 --- a/src/Template/RecipientBccUser/view.ctp +++ b/src/Template/RecipientBccUser/view.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); diff --git a/src/Template/SenderBccDomain/add.ctp b/src/Template/SenderBccDomain/add.ctp index fe1b38b..6ed3c18 100644 --- a/src/Template/SenderBccDomain/add.ctp +++ b/src/Template/SenderBccDomain/add.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); diff --git a/src/Template/SenderBccDomain/edit.ctp b/src/Template/SenderBccDomain/edit.ctp index 87f90a7..be4792e 100644 --- a/src/Template/SenderBccDomain/edit.ctp +++ b/src/Template/SenderBccDomain/edit.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); diff --git a/src/Template/SenderBccDomain/index.ctp b/src/Template/SenderBccDomain/index.ctp index f185512..0f87ba8 100644 --- a/src/Template/SenderBccDomain/index.ctp +++ b/src/Template/SenderBccDomain/index.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); @@ -44,4 +73,4 @@ $this->start('tb_actions'); Paginator->next(__('next') . ' >') ?>

Paginator->counter() ?>

- \ No newline at end of file + diff --git a/src/Template/SenderBccDomain/view.ctp b/src/Template/SenderBccDomain/view.ctp index 0edc273..a2021ec 100644 --- a/src/Template/SenderBccDomain/view.ctp +++ b/src/Template/SenderBccDomain/view.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); diff --git a/src/Template/SenderBccUser/add.ctp b/src/Template/SenderBccUser/add.ctp index d82485d..f8804db 100644 --- a/src/Template/SenderBccUser/add.ctp +++ b/src/Template/SenderBccUser/add.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); diff --git a/src/Template/SenderBccUser/edit.ctp b/src/Template/SenderBccUser/edit.ctp index 1b4a706..67aab5a 100644 --- a/src/Template/SenderBccUser/edit.ctp +++ b/src/Template/SenderBccUser/edit.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); diff --git a/src/Template/SenderBccUser/index.ctp b/src/Template/SenderBccUser/index.ctp index 57cb98c..446a741 100644 --- a/src/Template/SenderBccUser/index.ctp +++ b/src/Template/SenderBccUser/index.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ $this->extend('../Layout/TwitterBootstrap/dashboard'); $this->start('tb_actions'); @@ -46,4 +75,4 @@ $this->start('tb_actions'); Paginator->next(__('next') . ' >') ?>

Paginator->counter() ?>

- \ No newline at end of file + diff --git a/src/Template/SenderBccUser/view.ctp b/src/Template/SenderBccUser/view.ctp index eb91dab..e6d2833 100644 --- a/src/Template/SenderBccUser/view.ctp +++ b/src/Template/SenderBccUser/view.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); diff --git a/src/Template/Shards/add.ctp b/src/Template/Shards/add.ctp index 0b2eabe..3119c74 100755 --- a/src/Template/Shards/add.ctp +++ b/src/Template/Shards/add.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); ?> @@ -57,4 +86,4 @@ $this->extend('../Layout/TwitterBootstrap/dashboard'); - \ No newline at end of file + diff --git a/src/Template/Shards/edit.ctp b/src/Template/Shards/edit.ctp index 07ddbff..c0f496d 100755 --- a/src/Template/Shards/edit.ctp +++ b/src/Template/Shards/edit.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); ?> @@ -61,4 +90,4 @@ $this->extend('../Layout/TwitterBootstrap/dashboard'); - \ No newline at end of file + diff --git a/src/Template/Shards/index.ctp b/src/Template/Shards/index.ctp index c1e4add..7904579 100755 --- a/src/Template/Shards/index.ctp +++ b/src/Template/Shards/index.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ /* @var $this \Cake\View\View */ $this->extend('../Layout/TwitterBootstrap/dashboard'); ?> @@ -40,4 +69,4 @@ $this->extend('../Layout/TwitterBootstrap/dashboard');

Paginator->counter(['format' => 'range']) ?>

-

element('create') ?>

\ No newline at end of file +

element('create') ?>

diff --git a/src/Template/Shards/selector.ctp b/src/Template/Shards/selector.ctp index 58ab438..5586f27 100755 --- a/src/Template/Shards/selector.ctp +++ b/src/Template/Shards/selector.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); use Cake\Core\Configure; @@ -46,4 +75,4 @@ use Cake\Core\Configure; - \ No newline at end of file + diff --git a/src/Template/Shards/view.ctp b/src/Template/Shards/view.ctp index e1a3a48..895a67c 100755 --- a/src/Template/Shards/view.ctp +++ b/src/Template/Shards/view.ctp @@ -1,4 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ $this->extend('../Layout/TwitterBootstrap/dashboard'); ?> @@ -112,4 +141,4 @@ $this->extend('../Layout/TwitterBootstrap/dashboard');

no Connected Administrators

- \ No newline at end of file + diff --git a/src/View/AjaxView.php b/src/View/AjaxView.php index 594e2d8..026fcf8 100644 --- a/src/View/AjaxView.php +++ b/src/View/AjaxView.php @@ -1,16 +1,32 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project - * @since 3.0.4 - * @license http://www.opensource.org/licenses/mit-license.php MIT License */ namespace App\View; diff --git a/src/View/AppView.php b/src/View/AppView.php index 4b49971..de79db6 100755 --- a/src/View/AppView.php +++ b/src/View/AppView.php @@ -1,17 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD * - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project - * @since 3.0.0 - * @license http://www.opensource.org/licenses/mit-license.php MIT License */ - namespace App\View; use BootstrapUI\View\UIView; diff --git a/src/View/Helper/CustomHelper.php b/src/View/Helper/CustomHelper.php index 286cc8c..e866842 100755 --- a/src/View/Helper/CustomHelper.php +++ b/src/View/Helper/CustomHelper.php @@ -1,5 +1,33 @@ . + * + * + * @author AVERWAY LTD + * @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html + * @copyright 2017 AVERWAY LTD + * + * SophiMail is a registered trademark of AVERWAY LTD + * + */ namespace App\View\Helper; use Cake\View\Helper; @@ -23,4 +51,4 @@ class CustomHelper extends Helper } -?> \ No newline at end of file +?>