From e52f83830284110e9aec742e2b610677b3fea351 Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 28 Dec 2018 20:24:05 +0000 Subject: [PATCH] updated Copyright block in all files --- app/Config/Aauth.php | 8 ++++---- app/Controllers/Account/Edit.php | 10 +++++----- app/Controllers/Account/Home.php | 10 +++++----- app/Controllers/Account/Login.php | 10 +++++----- app/Controllers/Account/Logout.php | 10 +++++----- app/Controllers/Account/Register.php | 10 +++++----- app/Controllers/Account/Remind_password.php | 10 +++++----- app/Controllers/Account/Reset_password.php | 10 +++++----- app/Controllers/Account/Verification.php | 10 +++++----- app/Controllers/Admin/Home.php | 10 +++++----- app/Controllers/Admin/Migrate.php | 10 +++++----- app/Controllers/Admin/Users.php | 10 +++++----- app/Controllers/Home.php | 10 +++++----- .../20181026042034_create_ci_sessions_table.php | 10 +++++----- .../Migrations/20181026110732_create_users_table.php | 8 ++++---- .../20181031062503_create_user_variables.php | 10 +++++----- .../20181031063113_create_login_attempts.php | 10 +++++----- .../20181031063642_create_login_tokens.php | 10 +++++----- .../Migrations/20181031064211_create_groups.php | 10 +++++----- .../20181031064431_create_group_to_user.php | 10 +++++----- .../20181031064550_create_group_to_group.php | 10 +++++----- .../Migrations/20181031064714_create_perms.php | 10 +++++----- .../20181031065111_create_perm_to_user.php | 10 +++++----- .../20181031065240_create_perm_to_group.php | 10 +++++----- .../20181031072542_create_default_groups.php | 10 +++++----- .../20181031072914_create_default_users.php | 10 +++++----- app/Helpers/aauth_helper.php | 10 +++++----- app/Language/de/Aauth.php | 12 ++++++------ app/Language/en/Aauth.php | 10 +++++----- app/Language/en/Account.php | 10 +++++----- app/Language/en/Admin.php | 10 +++++----- app/Language/es/Aauth.php | 10 +++++----- app/Language/fa/Aauth.php | 10 +++++----- app/Language/fr/Aauth.php | 10 +++++----- app/Language/id/Aauth.php | 10 +++++----- app/Language/ru/Aauth.php | 10 +++++----- app/Language/sv/Aauth.php | 10 +++++----- app/Language/zh-CN/Aauth.php | 10 +++++----- app/Language/zh-TW/Aauth.php | 10 +++++----- app/Libraries/Aauth.php | 10 +++++----- app/Models/Aauth/GroupModel.php | 10 +++++----- app/Models/Aauth/GroupToGroupModel.php | 10 +++++----- app/Models/Aauth/GroupToUserModel.php | 10 +++++----- app/Models/Aauth/LoginAttemptModel.php | 10 +++++----- app/Models/Aauth/LoginTokenModel.php | 10 +++++----- app/Models/Aauth/PermModel.php | 10 +++++----- app/Models/Aauth/PermToGroupModel.php | 10 +++++----- app/Models/Aauth/PermToUserModel.php | 10 +++++----- app/Models/Aauth/UserModel.php | 10 +++++----- app/Models/Aauth/UserVariableModel.php | 10 +++++----- 50 files changed, 249 insertions(+), 249 deletions(-) diff --git a/app/Config/Aauth.php b/app/Config/Aauth.php index 3436f1f..2708eaa 100644 --- a/app/Config/Aauth.php +++ b/app/Config/Aauth.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace Config; diff --git a/app/Controllers/Account/Edit.php b/app/Controllers/Account/Edit.php index 825691c..5d9c3ec 100644 --- a/app/Controllers/Account/Edit.php +++ b/app/Controllers/Account/Edit.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Controllers\Account; diff --git a/app/Controllers/Account/Home.php b/app/Controllers/Account/Home.php index ee31300..c0dee00 100644 --- a/app/Controllers/Account/Home.php +++ b/app/Controllers/Account/Home.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Controllers\Account; diff --git a/app/Controllers/Account/Login.php b/app/Controllers/Account/Login.php index 0d2cd24..75a8237 100644 --- a/app/Controllers/Account/Login.php +++ b/app/Controllers/Account/Login.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Controllers\Account; diff --git a/app/Controllers/Account/Logout.php b/app/Controllers/Account/Logout.php index 4260439..810d661 100644 --- a/app/Controllers/Account/Logout.php +++ b/app/Controllers/Account/Logout.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Controllers\Account; diff --git a/app/Controllers/Account/Register.php b/app/Controllers/Account/Register.php index 0badbd5..288b5d5 100644 --- a/app/Controllers/Account/Register.php +++ b/app/Controllers/Account/Register.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Controllers\Account; diff --git a/app/Controllers/Account/Remind_password.php b/app/Controllers/Account/Remind_password.php index 0e52f74..7fcda60 100644 --- a/app/Controllers/Account/Remind_password.php +++ b/app/Controllers/Account/Remind_password.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Controllers\Account; diff --git a/app/Controllers/Account/Reset_password.php b/app/Controllers/Account/Reset_password.php index 916cbf4..4cf2b2b 100644 --- a/app/Controllers/Account/Reset_password.php +++ b/app/Controllers/Account/Reset_password.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Controllers\Account; diff --git a/app/Controllers/Account/Verification.php b/app/Controllers/Account/Verification.php index abdb334..fdf7ca9 100644 --- a/app/Controllers/Account/Verification.php +++ b/app/Controllers/Account/Verification.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Controllers\Account; diff --git a/app/Controllers/Admin/Home.php b/app/Controllers/Admin/Home.php index 2397502..3edd27f 100644 --- a/app/Controllers/Admin/Home.php +++ b/app/Controllers/Admin/Home.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Controllers\Admin; diff --git a/app/Controllers/Admin/Migrate.php b/app/Controllers/Admin/Migrate.php index 82c2815..d31f5a7 100644 --- a/app/Controllers/Admin/Migrate.php +++ b/app/Controllers/Admin/Migrate.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Controllers\Admin; diff --git a/app/Controllers/Admin/Users.php b/app/Controllers/Admin/Users.php index f05c920..8851760 100644 --- a/app/Controllers/Admin/Users.php +++ b/app/Controllers/Admin/Users.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Controllers\Admin; diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index 5b4919b..1331b28 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Controllers; diff --git a/app/Database/Migrations/20181026042034_create_ci_sessions_table.php b/app/Database/Migrations/20181026042034_create_ci_sessions_table.php index c2bd162..7f8ca80 100644 --- a/app/Database/Migrations/20181026042034_create_ci_sessions_table.php +++ b/app/Database/Migrations/20181026042034_create_ci_sessions_table.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Database\Migrations; diff --git a/app/Database/Migrations/20181026110732_create_users_table.php b/app/Database/Migrations/20181026110732_create_users_table.php index 92fd396..5a6880f 100644 --- a/app/Database/Migrations/20181026110732_create_users_table.php +++ b/app/Database/Migrations/20181026110732_create_users_table.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Database\Migrations; diff --git a/app/Database/Migrations/20181031062503_create_user_variables.php b/app/Database/Migrations/20181031062503_create_user_variables.php index f35ab08..250c18c 100644 --- a/app/Database/Migrations/20181031062503_create_user_variables.php +++ b/app/Database/Migrations/20181031062503_create_user_variables.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Database\Migrations; diff --git a/app/Database/Migrations/20181031063113_create_login_attempts.php b/app/Database/Migrations/20181031063113_create_login_attempts.php index 1fa83f2..aebd0d6 100644 --- a/app/Database/Migrations/20181031063113_create_login_attempts.php +++ b/app/Database/Migrations/20181031063113_create_login_attempts.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Database\Migrations; diff --git a/app/Database/Migrations/20181031063642_create_login_tokens.php b/app/Database/Migrations/20181031063642_create_login_tokens.php index c27deb6..4bc8a12 100644 --- a/app/Database/Migrations/20181031063642_create_login_tokens.php +++ b/app/Database/Migrations/20181031063642_create_login_tokens.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Database\Migrations; diff --git a/app/Database/Migrations/20181031064211_create_groups.php b/app/Database/Migrations/20181031064211_create_groups.php index d247e64..5786ad7 100644 --- a/app/Database/Migrations/20181031064211_create_groups.php +++ b/app/Database/Migrations/20181031064211_create_groups.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Database\Migrations; diff --git a/app/Database/Migrations/20181031064431_create_group_to_user.php b/app/Database/Migrations/20181031064431_create_group_to_user.php index 98276e3..fb108d1 100644 --- a/app/Database/Migrations/20181031064431_create_group_to_user.php +++ b/app/Database/Migrations/20181031064431_create_group_to_user.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Database\Migrations; diff --git a/app/Database/Migrations/20181031064550_create_group_to_group.php b/app/Database/Migrations/20181031064550_create_group_to_group.php index f8e3830..6ab0915 100644 --- a/app/Database/Migrations/20181031064550_create_group_to_group.php +++ b/app/Database/Migrations/20181031064550_create_group_to_group.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Database\Migrations; diff --git a/app/Database/Migrations/20181031064714_create_perms.php b/app/Database/Migrations/20181031064714_create_perms.php index 65a74a2..0298561 100644 --- a/app/Database/Migrations/20181031064714_create_perms.php +++ b/app/Database/Migrations/20181031064714_create_perms.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Database\Migrations; diff --git a/app/Database/Migrations/20181031065111_create_perm_to_user.php b/app/Database/Migrations/20181031065111_create_perm_to_user.php index edabe1b..645c4ac 100644 --- a/app/Database/Migrations/20181031065111_create_perm_to_user.php +++ b/app/Database/Migrations/20181031065111_create_perm_to_user.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Database\Migrations; diff --git a/app/Database/Migrations/20181031065240_create_perm_to_group.php b/app/Database/Migrations/20181031065240_create_perm_to_group.php index 46a81b2..e9fe25d 100644 --- a/app/Database/Migrations/20181031065240_create_perm_to_group.php +++ b/app/Database/Migrations/20181031065240_create_perm_to_group.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Database\Migrations; diff --git a/app/Database/Migrations/20181031072542_create_default_groups.php b/app/Database/Migrations/20181031072542_create_default_groups.php index 11d2f9d..afe2dba 100644 --- a/app/Database/Migrations/20181031072542_create_default_groups.php +++ b/app/Database/Migrations/20181031072542_create_default_groups.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Database\Migrations; diff --git a/app/Database/Migrations/20181031072914_create_default_users.php b/app/Database/Migrations/20181031072914_create_default_users.php index 27be67f..9ce8fb0 100644 --- a/app/Database/Migrations/20181031072914_create_default_users.php +++ b/app/Database/Migrations/20181031072914_create_default_users.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Database\Migrations; diff --git a/app/Helpers/aauth_helper.php b/app/Helpers/aauth_helper.php index c9127b0..e467f25 100644 --- a/app/Helpers/aauth_helper.php +++ b/app/Helpers/aauth_helper.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ use App\Libraries\Aauth; diff --git a/app/Language/de/Aauth.php b/app/Language/de/Aauth.php index 8c20526..aa32161 100644 --- a/app/Language/de/Aauth.php +++ b/app/Language/de/Aauth.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ /** @@ -62,7 +62,7 @@ return [ 'requiredPermName' => 'Berechtigungs-Regel-Name wird benötigt', 'existsAlreadyEmail' => 'Diese E-Mail-Adresse ist bereits registriert. Wenn du dein Passwort vergessen hast, - folge dem Link unten.', + folge dem Link unten.', 'existsAlreadyUsername' => 'Der Benutzername wird bereits verwendet. Bitte wähle einen anderen Benutzernamen. Wenn du dein Passwort vergessen hast, folge dem Link unten.', 'existsAlreadyGroup' => 'Diese Gruppe existiert bereits', diff --git a/app/Language/en/Aauth.php b/app/Language/en/Aauth.php index 77fe890..89a5f3a 100644 --- a/app/Language/en/Aauth.php +++ b/app/Language/en/Aauth.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ /** diff --git a/app/Language/en/Account.php b/app/Language/en/Account.php index ecfece3..c86098a 100644 --- a/app/Language/en/Account.php +++ b/app/Language/en/Account.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ /** diff --git a/app/Language/en/Admin.php b/app/Language/en/Admin.php index 0e30ccd..adef116 100644 --- a/app/Language/en/Admin.php +++ b/app/Language/en/Admin.php @@ -8,11 +8,11 @@ * access management, public access etc. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ /** diff --git a/app/Language/es/Aauth.php b/app/Language/es/Aauth.php index bee8c40..a81b906 100644 --- a/app/Language/es/Aauth.php +++ b/app/Language/es/Aauth.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ /** diff --git a/app/Language/fa/Aauth.php b/app/Language/fa/Aauth.php index b50e369..1d48db9 100644 --- a/app/Language/fa/Aauth.php +++ b/app/Language/fa/Aauth.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ /** diff --git a/app/Language/fr/Aauth.php b/app/Language/fr/Aauth.php index 06c0313..39c10cc 100644 --- a/app/Language/fr/Aauth.php +++ b/app/Language/fr/Aauth.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ /** diff --git a/app/Language/id/Aauth.php b/app/Language/id/Aauth.php index d3a7eae..abb0f7b 100644 --- a/app/Language/id/Aauth.php +++ b/app/Language/id/Aauth.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ /** diff --git a/app/Language/ru/Aauth.php b/app/Language/ru/Aauth.php index 8b1031a..4347542 100644 --- a/app/Language/ru/Aauth.php +++ b/app/Language/ru/Aauth.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ /** diff --git a/app/Language/sv/Aauth.php b/app/Language/sv/Aauth.php index e31beb5..3b2cbb3 100644 --- a/app/Language/sv/Aauth.php +++ b/app/Language/sv/Aauth.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ /** diff --git a/app/Language/zh-CN/Aauth.php b/app/Language/zh-CN/Aauth.php index 0e4f8a7..46f28fa 100644 --- a/app/Language/zh-CN/Aauth.php +++ b/app/Language/zh-CN/Aauth.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ /** diff --git a/app/Language/zh-TW/Aauth.php b/app/Language/zh-TW/Aauth.php index 6330e36..edc91aa 100644 --- a/app/Language/zh-TW/Aauth.php +++ b/app/Language/zh-TW/Aauth.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ /** diff --git a/app/Libraries/Aauth.php b/app/Libraries/Aauth.php index 0543b01..7f91bbd 100644 --- a/app/Libraries/Aauth.php +++ b/app/Libraries/Aauth.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Libraries; diff --git a/app/Models/Aauth/GroupModel.php b/app/Models/Aauth/GroupModel.php index 2791df0..c72826e 100644 --- a/app/Models/Aauth/GroupModel.php +++ b/app/Models/Aauth/GroupModel.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Models\Aauth; diff --git a/app/Models/Aauth/GroupToGroupModel.php b/app/Models/Aauth/GroupToGroupModel.php index 09e83ac..9980622 100644 --- a/app/Models/Aauth/GroupToGroupModel.php +++ b/app/Models/Aauth/GroupToGroupModel.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Models\Aauth; diff --git a/app/Models/Aauth/GroupToUserModel.php b/app/Models/Aauth/GroupToUserModel.php index e7ede33..031a4ac 100644 --- a/app/Models/Aauth/GroupToUserModel.php +++ b/app/Models/Aauth/GroupToUserModel.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Models\Aauth; diff --git a/app/Models/Aauth/LoginAttemptModel.php b/app/Models/Aauth/LoginAttemptModel.php index bb930db..0fa3bea 100644 --- a/app/Models/Aauth/LoginAttemptModel.php +++ b/app/Models/Aauth/LoginAttemptModel.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Models\Aauth; diff --git a/app/Models/Aauth/LoginTokenModel.php b/app/Models/Aauth/LoginTokenModel.php index e10504b..53ab52f 100644 --- a/app/Models/Aauth/LoginTokenModel.php +++ b/app/Models/Aauth/LoginTokenModel.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Models\Aauth; diff --git a/app/Models/Aauth/PermModel.php b/app/Models/Aauth/PermModel.php index f89de7e..10f3dee 100644 --- a/app/Models/Aauth/PermModel.php +++ b/app/Models/Aauth/PermModel.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Models\Aauth; diff --git a/app/Models/Aauth/PermToGroupModel.php b/app/Models/Aauth/PermToGroupModel.php index 8040bc4..338ded5 100644 --- a/app/Models/Aauth/PermToGroupModel.php +++ b/app/Models/Aauth/PermToGroupModel.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Models\Aauth; diff --git a/app/Models/Aauth/PermToUserModel.php b/app/Models/Aauth/PermToUserModel.php index f43b8f0..3504c18 100644 --- a/app/Models/Aauth/PermToUserModel.php +++ b/app/Models/Aauth/PermToUserModel.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Models\Aauth; diff --git a/app/Models/Aauth/UserModel.php b/app/Models/Aauth/UserModel.php index 34fb097..d01d3d2 100644 --- a/app/Models/Aauth/UserModel.php +++ b/app/Models/Aauth/UserModel.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Models\Aauth; diff --git a/app/Models/Aauth/UserVariableModel.php b/app/Models/Aauth/UserVariableModel.php index 4b2c637..51cba55 100644 --- a/app/Models/Aauth/UserVariableModel.php +++ b/app/Models/Aauth/UserVariableModel.php @@ -8,11 +8,11 @@ * access management, public access etc.. * * @package CodeIgniter-Aauth - * @author Magefly Team - * @copyright 2014-2017 Emre Akay - * @copyright 2018 Magefly - * @license https://opensource.org/licenses/MIT MIT License - * @link https://github.com/magefly/CodeIgniter-Aauth + * @author Emre Akay + * @author Raphael "REJack" Jackstadt + * @copyright 2014-2019 Emre Akay + * @license https://opensource.org/licenses/MIT MIT License + * @link https://github.com/emreakay/CodeIgniter-Aauth */ namespace App\Models\Aauth;