Browse Source

updated authors

v3-dev
REJack 7 years ago
parent
commit
f90b8cb1a6
  1. 3
      application/Config/Aauth.php
  2. 3
      application/Controllers/Admin/Migrate.php
  3. 3
      application/Database/Migrations/20181026042034_create_ci_sessions_table.php
  4. 3
      application/Database/Migrations/20181026110732_create_users_table.php
  5. 3
      application/Database/Migrations/20181031062503_create_user_variables.php
  6. 3
      application/Database/Migrations/20181031063113_create_login_attempts.php
  7. 3
      application/Database/Migrations/20181031063642_create_login_tokens.php
  8. 3
      application/Database/Migrations/20181031064211_create_groups.php
  9. 3
      application/Database/Migrations/20181031064431_create_group_to_user.php
  10. 3
      application/Database/Migrations/20181031064550_create_group_to_group.php
  11. 3
      application/Database/Migrations/20181031064714_create_perms.php
  12. 3
      application/Database/Migrations/20181031065111_create_perm_to_user.php
  13. 3
      application/Database/Migrations/20181031065240_create_perm_to_group.php
  14. 3
      application/Database/Migrations/20181031072542_create_default_groups.php
  15. 3
      application/Database/Migrations/20181031072914_create_default_admin.php
  16. 3
      application/Language/en/Aauth.php
  17. 3
      application/Libraries/Aauth.php
  18. 3
      application/Models/Aauth/LoginAttemptModel.php
  19. 3
      application/Models/Aauth/LoginTokenModel.php
  20. 3
      application/Models/Aauth/UserModel.php
  21. 3
      application/Models/Aauth/UserVariableModel.php

3
application/Config/Aauth.php

@ -9,9 +9,6 @@
*
* @package CodeIgniter-Aauth
* @author Magefly Team
* @author Jacob Tomlinson
* @author Tim Swagger (Renowne, LLC) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
application/Controllers/Admin/Migrate.php

@ -9,9 +9,6 @@
*
* @package CodeIgniter-Aauth
* @author Magefly Team
* @author Jacob Tomlinson
* @author Tim Swagger (Renowne, LLC) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
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) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
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) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
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) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
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) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
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) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
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) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
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) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
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) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
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) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
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) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
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) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
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) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
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) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
application/Language/en/Aauth.php

@ -9,9 +9,6 @@
*
* @package CodeIgniter-Aauth
* @author Magefly Team
* @author Jacob Tomlinson
* @author Tim Swagger (Renowne, LLC) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
application/Libraries/Aauth.php

@ -9,9 +9,6 @@
*
* @package CodeIgniter-Aauth
* @author Magefly Team
* @author Jacob Tomlinson
* @author Tim Swagger (Renowne, LLC) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
application/Models/Aauth/LoginAttemptModel.php

@ -9,9 +9,6 @@
*
* @package CodeIgniter-Aauth
* @author Magefly Team
* @author Jacob Tomlinson
* @author Tim Swagger (Renowne, LLC) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
application/Models/Aauth/LoginTokenModel.php

@ -9,9 +9,6 @@
*
* @package CodeIgniter-Aauth
* @author Magefly Team
* @author Jacob Tomlinson
* @author Tim Swagger (Renowne, LLC) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
application/Models/Aauth/UserModel.php

@ -9,9 +9,6 @@
*
* @package CodeIgniter-Aauth
* @author Magefly Team
* @author Jacob Tomlinson
* @author Tim Swagger (Renowne, LLC) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

3
application/Models/Aauth/UserVariableModel.php

@ -9,9 +9,6 @@
*
* @package CodeIgniter-Aauth
* @author Magefly Team
* @author Jacob Tomlinson
* @author Tim Swagger (Renowne, LLC) <tim@renowne.com>
* @author Raphael Jackstadt <info@rejack.de>
* @copyright 2014-2017 Emre Akay
* @copyright 2018 Magefly
* @license https://opensource.org/licenses/MIT MIT License

Loading…
Cancel
Save