From f90b8cb1a6998a5c3140853c369f589977ed9554 Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 16 Nov 2018 12:04:23 +0100 Subject: [PATCH] updated authors --- application/Config/Aauth.php | 3 --- application/Controllers/Admin/Migrate.php | 3 --- .../Migrations/20181026042034_create_ci_sessions_table.php | 3 --- .../Database/Migrations/20181026110732_create_users_table.php | 3 --- .../Migrations/20181031062503_create_user_variables.php | 3 --- .../Migrations/20181031063113_create_login_attempts.php | 3 --- .../Database/Migrations/20181031063642_create_login_tokens.php | 3 --- .../Database/Migrations/20181031064211_create_groups.php | 3 --- .../Migrations/20181031064431_create_group_to_user.php | 3 --- .../Migrations/20181031064550_create_group_to_group.php | 3 --- .../Database/Migrations/20181031064714_create_perms.php | 3 --- .../Database/Migrations/20181031065111_create_perm_to_user.php | 3 --- .../Migrations/20181031065240_create_perm_to_group.php | 3 --- .../Migrations/20181031072542_create_default_groups.php | 3 --- .../Migrations/20181031072914_create_default_admin.php | 3 --- application/Language/en/Aauth.php | 3 --- application/Libraries/Aauth.php | 3 --- application/Models/Aauth/LoginAttemptModel.php | 3 --- application/Models/Aauth/LoginTokenModel.php | 3 --- application/Models/Aauth/UserModel.php | 3 --- application/Models/Aauth/UserVariableModel.php | 3 --- 21 files changed, 63 deletions(-) diff --git a/application/Config/Aauth.php b/application/Config/Aauth.php index 7ac356d..c8ab575 100644 --- a/application/Config/Aauth.php +++ b/application/Config/Aauth.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Controllers/Admin/Migrate.php b/application/Controllers/Admin/Migrate.php index c357c87..08f70f6 100644 --- a/application/Controllers/Admin/Migrate.php +++ b/application/Controllers/Admin/Migrate.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Database/Migrations/20181026042034_create_ci_sessions_table.php b/application/Database/Migrations/20181026042034_create_ci_sessions_table.php index 971f596..fa42915 100644 --- a/application/Database/Migrations/20181026042034_create_ci_sessions_table.php +++ b/application/Database/Migrations/20181026042034_create_ci_sessions_table.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Database/Migrations/20181026110732_create_users_table.php b/application/Database/Migrations/20181026110732_create_users_table.php index 3cf308b..b29c14b 100644 --- a/application/Database/Migrations/20181026110732_create_users_table.php +++ b/application/Database/Migrations/20181026110732_create_users_table.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Database/Migrations/20181031062503_create_user_variables.php b/application/Database/Migrations/20181031062503_create_user_variables.php index 7e77ba0..766d4cc 100644 --- a/application/Database/Migrations/20181031062503_create_user_variables.php +++ b/application/Database/Migrations/20181031062503_create_user_variables.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Database/Migrations/20181031063113_create_login_attempts.php b/application/Database/Migrations/20181031063113_create_login_attempts.php index 00d51cf..e685870 100644 --- a/application/Database/Migrations/20181031063113_create_login_attempts.php +++ b/application/Database/Migrations/20181031063113_create_login_attempts.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Database/Migrations/20181031063642_create_login_tokens.php b/application/Database/Migrations/20181031063642_create_login_tokens.php index b6021b8..e2fe934 100644 --- a/application/Database/Migrations/20181031063642_create_login_tokens.php +++ b/application/Database/Migrations/20181031063642_create_login_tokens.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Database/Migrations/20181031064211_create_groups.php b/application/Database/Migrations/20181031064211_create_groups.php index cc5dae4..e08acc7 100644 --- a/application/Database/Migrations/20181031064211_create_groups.php +++ b/application/Database/Migrations/20181031064211_create_groups.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Database/Migrations/20181031064431_create_group_to_user.php b/application/Database/Migrations/20181031064431_create_group_to_user.php index 835761d..d6b83c1 100644 --- a/application/Database/Migrations/20181031064431_create_group_to_user.php +++ b/application/Database/Migrations/20181031064431_create_group_to_user.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Database/Migrations/20181031064550_create_group_to_group.php b/application/Database/Migrations/20181031064550_create_group_to_group.php index a772875..2f1cfb9 100644 --- a/application/Database/Migrations/20181031064550_create_group_to_group.php +++ b/application/Database/Migrations/20181031064550_create_group_to_group.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Database/Migrations/20181031064714_create_perms.php b/application/Database/Migrations/20181031064714_create_perms.php index 321650f..eeaccf5 100644 --- a/application/Database/Migrations/20181031064714_create_perms.php +++ b/application/Database/Migrations/20181031064714_create_perms.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Database/Migrations/20181031065111_create_perm_to_user.php b/application/Database/Migrations/20181031065111_create_perm_to_user.php index 6ecf874..75e7c0f 100644 --- a/application/Database/Migrations/20181031065111_create_perm_to_user.php +++ b/application/Database/Migrations/20181031065111_create_perm_to_user.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Database/Migrations/20181031065240_create_perm_to_group.php b/application/Database/Migrations/20181031065240_create_perm_to_group.php index 3ed7205..99b813a 100644 --- a/application/Database/Migrations/20181031065240_create_perm_to_group.php +++ b/application/Database/Migrations/20181031065240_create_perm_to_group.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Database/Migrations/20181031072542_create_default_groups.php b/application/Database/Migrations/20181031072542_create_default_groups.php index 8d203f2..0e266cf 100644 --- a/application/Database/Migrations/20181031072542_create_default_groups.php +++ b/application/Database/Migrations/20181031072542_create_default_groups.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Database/Migrations/20181031072914_create_default_admin.php b/application/Database/Migrations/20181031072914_create_default_admin.php index ce8435f..8dab128 100644 --- a/application/Database/Migrations/20181031072914_create_default_admin.php +++ b/application/Database/Migrations/20181031072914_create_default_admin.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Language/en/Aauth.php b/application/Language/en/Aauth.php index b3bac31..5fbe4a2 100644 --- a/application/Language/en/Aauth.php +++ b/application/Language/en/Aauth.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Libraries/Aauth.php b/application/Libraries/Aauth.php index 694b288..ddfb3c3 100644 --- a/application/Libraries/Aauth.php +++ b/application/Libraries/Aauth.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Models/Aauth/LoginAttemptModel.php b/application/Models/Aauth/LoginAttemptModel.php index 5079427..7bf5940 100644 --- a/application/Models/Aauth/LoginAttemptModel.php +++ b/application/Models/Aauth/LoginAttemptModel.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Models/Aauth/LoginTokenModel.php b/application/Models/Aauth/LoginTokenModel.php index d884a12..c23106b 100644 --- a/application/Models/Aauth/LoginTokenModel.php +++ b/application/Models/Aauth/LoginTokenModel.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Models/Aauth/UserModel.php b/application/Models/Aauth/UserModel.php index f2b5bfd..ec6cc0f 100644 --- a/application/Models/Aauth/UserModel.php +++ b/application/Models/Aauth/UserModel.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License diff --git a/application/Models/Aauth/UserVariableModel.php b/application/Models/Aauth/UserVariableModel.php index 99fb564..1e48c59 100644 --- a/application/Models/Aauth/UserVariableModel.php +++ b/application/Models/Aauth/UserVariableModel.php @@ -9,9 +9,6 @@ * * @package CodeIgniter-Aauth * @author Magefly Team - * @author Jacob Tomlinson - * @author Tim Swagger (Renowne, LLC) - * @author Raphael Jackstadt * @copyright 2014-2017 Emre Akay * @copyright 2018 Magefly * @license https://opensource.org/licenses/MIT MIT License