From 323599bb24412d73a081e841de16635ca7adc36a Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 23 Mar 2024 00:54:53 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/config/debug.php | 2 +- app/config/default.php | 2 +- app/config/production.php | 2 +- app/locale/ar/messages.php | 2 +- app/locale/ar/validate.php | 2 +- app/locale/de_DE/messages.php | 2 +- app/locale/de_DE/validate.php | 2 +- app/locale/el/messages.php | 2 +- app/locale/el/validate.php | 2 +- app/locale/en_US/messages.php | 2 +- app/locale/en_US/validate.php | 2 +- app/locale/es_ES/messages.php | 2 +- app/locale/es_ES/validate.php | 2 +- app/locale/fa/messages.php | 2 +- app/locale/fa/validate.php | 2 +- app/locale/fr_FR/messages.php | 2 +- app/locale/fr_FR/validate.php | 2 +- app/locale/it_IT/messages.php | 2 +- app/locale/it_IT/validate.php | 2 +- app/locale/pt_BR/messages.php | 2 +- app/locale/pt_BR/validate.php | 2 +- app/locale/pt_PT/messages.php | 2 +- app/locale/pt_PT/validate.php | 2 +- app/locale/ru_RU/messages.php | 2 +- app/locale/ru_RU/validate.php | 2 +- app/locale/sr_RS/messages.php | 2 +- app/locale/sr_RS/validate.php | 2 +- app/locale/th_TH/messages.php | 2 +- app/locale/th_TH/validate.php | 2 +- app/locale/tr/messages.php | 2 +- app/locale/tr/validate.php | 2 +- app/locale/zh_CN/messages.php | 2 +- app/locale/zh_CN/validate.php | 2 +- app/src/Account.php | 2 +- app/src/Authenticate/AuthGuard.php | 2 +- app/src/Authenticate/Authenticator.php | 2 +- app/src/Authenticate/GuestGuard.php | 2 +- app/src/Authenticate/Hasher.php | 2 +- app/src/Authenticate/Interfaces/HasherInterface.php | 2 +- app/src/Authorize/AccessConditionEvaluator.php | 2 +- app/src/Authorize/AccessConditions.php | 2 +- app/src/Authorize/AccessConditionsInterface.php | 2 +- app/src/Authorize/AuthorizationException.php | 2 +- app/src/Authorize/AuthorizationManager.php | 2 +- app/src/Authorize/AuthorizationManagerInterface.php | 2 +- app/src/Bakery/BakeCommandListener.php | 2 +- app/src/Bakery/CreateAdminUser.php | 2 +- app/src/Bakery/CreateUser.php | 2 +- app/src/Bakery/Exception/BakeryError.php | 2 +- app/src/Bakery/Exception/BakeryNote.php | 2 +- app/src/Bakery/Exception/BakeryWarning.php | 2 +- app/src/Controller/CaptchaAction.php | 2 +- app/src/Controller/CheckUsernameAction.php | 2 +- app/src/Controller/DenyResetPasswordAction.php | 2 +- app/src/Controller/ForgetPasswordAction.php | 2 +- app/src/Controller/LoginAction.php | 2 +- app/src/Controller/LogoutAction.php | 2 +- app/src/Controller/ProfileAction.php | 2 +- app/src/Controller/RegisterAction.php | 2 +- app/src/Controller/ResendVerificationAction.php | 2 +- app/src/Controller/SetPasswordAction.php | 2 +- app/src/Controller/SettingsAction.php | 2 +- app/src/Controller/SuggestUsernameAction.php | 2 +- app/src/Controller/VerifyAction.php | 2 +- app/src/Database/Factories/ActivityFactory.php | 2 +- app/src/Database/Factories/GroupFactory.php | 2 +- app/src/Database/Factories/PasswordResetFactory.php | 2 +- app/src/Database/Factories/PermissionFactory.php | 2 +- app/src/Database/Factories/PersistenceFactory.php | 2 +- app/src/Database/Factories/RoleFactory.php | 2 +- app/src/Database/Factories/UserFactory.php | 2 +- app/src/Database/Factories/VerificationFactory.php | 2 +- app/src/Database/Migrations/v400/ActivitiesTable.php | 2 +- app/src/Database/Migrations/v400/GroupsTable.php | 2 +- app/src/Database/Migrations/v400/PasswordResetsTable.php | 2 +- app/src/Database/Migrations/v400/PermissionRolesTable.php | 2 +- app/src/Database/Migrations/v400/PermissionsTable.php | 2 +- app/src/Database/Migrations/v400/PersistencesTable.php | 2 +- app/src/Database/Migrations/v400/RoleUsersTable.php | 2 +- app/src/Database/Migrations/v400/RolesTable.php | 2 +- app/src/Database/Migrations/v400/UsersTable.php | 2 +- app/src/Database/Migrations/v400/VerificationsTable.php | 2 +- app/src/Database/Migrations/v420/AddingForeignKeys.php | 2 +- app/src/Database/Migrations/v430/UpdateGroupsTable.php | 2 +- app/src/Database/Migrations/v430/UpdateUsersTable.php | 2 +- app/src/Database/Migrations/v500/UpdateUsersTable.php | 2 +- app/src/Database/Models/Activity.php | 2 +- app/src/Database/Models/Events/DeleteUserCacheEvent.php | 2 +- app/src/Database/Models/Features/HasToken.php | 2 +- app/src/Database/Models/Group.php | 2 +- app/src/Database/Models/Interfaces/ActivityInterface.php | 2 +- app/src/Database/Models/Interfaces/GroupInterface.php | 2 +- app/src/Database/Models/Interfaces/PasswordResetInterface.php | 2 +- app/src/Database/Models/Interfaces/PermissionInterface.php | 2 +- app/src/Database/Models/Interfaces/PersistenceInterface.php | 2 +- app/src/Database/Models/Interfaces/RoleInterface.php | 2 +- app/src/Database/Models/Interfaces/UserInterface.php | 2 +- app/src/Database/Models/Interfaces/VerificationInterface.php | 2 +- app/src/Database/Models/PasswordReset.php | 2 +- app/src/Database/Models/Permission.php | 2 +- app/src/Database/Models/Persistence.php | 2 +- app/src/Database/Models/Role.php | 2 +- app/src/Database/Models/RoleUsers.php | 2 +- app/src/Database/Models/User.php | 2 +- app/src/Database/Models/Verification.php | 2 +- app/src/Database/Seeds/DefaultGroups.php | 2 +- app/src/Database/Seeds/DefaultPermissions.php | 2 +- app/src/Database/Seeds/DefaultRoles.php | 2 +- app/src/Event/UserAuthenticatedEvent.php | 2 +- app/src/Event/UserCreatedEvent.php | 2 +- app/src/Event/UserLoggedInEvent.php | 2 +- app/src/Event/UserLoggedOutEvent.php | 2 +- app/src/Event/UserRedirectedAfterDenyResetPasswordEvent.php | 2 +- app/src/Event/UserRedirectedAfterLoginEvent.php | 2 +- app/src/Event/UserRedirectedAfterLogoutEvent.php | 2 +- app/src/Event/UserRedirectedAfterVerificationEvent.php | 2 +- app/src/Event/UserValidatedEvent.php | 2 +- app/src/Exceptions/AccountDisabledException.php | 2 +- app/src/Exceptions/AccountException.php | 2 +- app/src/Exceptions/AccountInvalidException.php | 2 +- app/src/Exceptions/AccountNotFoundException.php | 2 +- app/src/Exceptions/AccountNotVerifiedException.php | 2 +- app/src/Exceptions/AuthCompromisedException.php | 2 +- app/src/Exceptions/AuthExpiredException.php | 2 +- app/src/Exceptions/AuthGuardException.php | 2 +- app/src/Exceptions/DefaultGroupException.php | 2 +- app/src/Exceptions/EmailNotUniqueException.php | 2 +- app/src/Exceptions/ForbiddenException.php | 2 +- app/src/Exceptions/InvalidCredentialsException.php | 2 +- app/src/Exceptions/LocaleNotFoundException.php | 2 +- app/src/Exceptions/LoggedInException.php | 2 +- app/src/Exceptions/MissingRequiredParamException.php | 2 +- app/src/Exceptions/PasswordInvalidException.php | 2 +- app/src/Exceptions/PasswordResetInvalidException.php | 2 +- app/src/Exceptions/RegistrationException.php | 2 +- app/src/Exceptions/UsernameNotUniqueException.php | 2 +- app/src/Helpers/DynamicUserModel.php | 2 +- app/src/I18n/SiteLocale.php | 2 +- app/src/Listener/AssignDefaultGroups.php | 2 +- app/src/Listener/AssignDefaultRoles.php | 2 +- app/src/Listener/UpgradePassword.php | 2 +- app/src/Listener/UserLogoutActivity.php | 2 +- app/src/Listener/UserSignInActivity.php | 2 +- app/src/Log/AuthLogger.php | 2 +- app/src/Log/AuthLoggerInterface.php | 2 +- app/src/Log/UserActivityDatabaseHandler.php | 2 +- app/src/Log/UserActivityLogger.php | 2 +- app/src/Log/UserActivityLoggerInterface.php | 2 +- app/src/Log/UserActivityTypes.php | 2 +- app/src/Mail/PasswordResetEmail.php | 2 +- app/src/Mail/VerificationEmail.php | 2 +- app/src/Rememberme/PDOStorage.php | 2 +- app/src/Repository/PasswordResetRepository.php | 2 +- app/src/Repository/TokenAccessor.php | 2 +- app/src/Repository/TokenRepository.php | 2 +- app/src/Repository/VerificationRepository.php | 2 +- app/src/Routes/AuthRoutes.php | 2 +- app/src/ServicesProvider/AccessConditionsService.php | 2 +- app/src/ServicesProvider/AuthService.php | 2 +- app/src/ServicesProvider/AuthorizationService.php | 2 +- app/src/ServicesProvider/I18nService.php | 2 +- app/src/ServicesProvider/LoggersService.php | 2 +- app/src/ServicesProvider/ModelsService.php | 2 +- app/src/Testing/WithTestUser.php | 2 +- app/src/Twig/AccountExtension.php | 2 +- app/src/Validators/UserValidation.php | 2 +- public/index.php | 2 +- 167 files changed, 167 insertions(+), 167 deletions(-) diff --git a/app/config/debug.php b/app/config/debug.php index 68301672..453b02ee 100644 --- a/app/config/debug.php +++ b/app/config/debug.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/config/default.php b/app/config/default.php index ec1915b3..ca5959b1 100644 --- a/app/config/default.php +++ b/app/config/default.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/config/production.php b/app/config/production.php index 57841ff7..7b75450a 100644 --- a/app/config/production.php +++ b/app/config/production.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/ar/messages.php b/app/locale/ar/messages.php index bed14e7e..288b8119 100644 --- a/app/locale/ar/messages.php +++ b/app/locale/ar/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/ar/validate.php b/app/locale/ar/validate.php index 53c0255c..3b85b1ae 100644 --- a/app/locale/ar/validate.php +++ b/app/locale/ar/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/de_DE/messages.php b/app/locale/de_DE/messages.php index a890a99f..f66e8a2f 100644 --- a/app/locale/de_DE/messages.php +++ b/app/locale/de_DE/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/de_DE/validate.php b/app/locale/de_DE/validate.php index ceccb3e4..fea84d0e 100644 --- a/app/locale/de_DE/validate.php +++ b/app/locale/de_DE/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/el/messages.php b/app/locale/el/messages.php index 301cd75f..4fc9b220 100644 --- a/app/locale/el/messages.php +++ b/app/locale/el/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/el/validate.php b/app/locale/el/validate.php index adb3b468..247064d7 100644 --- a/app/locale/el/validate.php +++ b/app/locale/el/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/en_US/messages.php b/app/locale/en_US/messages.php index c9eec144..d3f844aa 100644 --- a/app/locale/en_US/messages.php +++ b/app/locale/en_US/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/en_US/validate.php b/app/locale/en_US/validate.php index 3ef8ab8d..c33e65d8 100644 --- a/app/locale/en_US/validate.php +++ b/app/locale/en_US/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/es_ES/messages.php b/app/locale/es_ES/messages.php index fa54c36a..c221ef9a 100755 --- a/app/locale/es_ES/messages.php +++ b/app/locale/es_ES/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/es_ES/validate.php b/app/locale/es_ES/validate.php index c41e1190..1b3a8783 100755 --- a/app/locale/es_ES/validate.php +++ b/app/locale/es_ES/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/fa/messages.php b/app/locale/fa/messages.php index 515e21c7..1eb20145 100644 --- a/app/locale/fa/messages.php +++ b/app/locale/fa/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/fa/validate.php b/app/locale/fa/validate.php index 4a1684c8..dc96562d 100644 --- a/app/locale/fa/validate.php +++ b/app/locale/fa/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/fr_FR/messages.php b/app/locale/fr_FR/messages.php index eb342392..a79b6eaf 100644 --- a/app/locale/fr_FR/messages.php +++ b/app/locale/fr_FR/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/fr_FR/validate.php b/app/locale/fr_FR/validate.php index 54382f10..e41f5b71 100644 --- a/app/locale/fr_FR/validate.php +++ b/app/locale/fr_FR/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/it_IT/messages.php b/app/locale/it_IT/messages.php index 9c146914..cb7f7125 100644 --- a/app/locale/it_IT/messages.php +++ b/app/locale/it_IT/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/it_IT/validate.php b/app/locale/it_IT/validate.php index e6ce6c0b..d00ab500 100644 --- a/app/locale/it_IT/validate.php +++ b/app/locale/it_IT/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/pt_BR/messages.php b/app/locale/pt_BR/messages.php index 5f0d6f78..5eec3a6a 100644 --- a/app/locale/pt_BR/messages.php +++ b/app/locale/pt_BR/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/pt_BR/validate.php b/app/locale/pt_BR/validate.php index ee3b229b..27690e80 100644 --- a/app/locale/pt_BR/validate.php +++ b/app/locale/pt_BR/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/pt_PT/messages.php b/app/locale/pt_PT/messages.php index b581d239..fa716058 100644 --- a/app/locale/pt_PT/messages.php +++ b/app/locale/pt_PT/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/pt_PT/validate.php b/app/locale/pt_PT/validate.php index 61aa0b94..ac20d02c 100644 --- a/app/locale/pt_PT/validate.php +++ b/app/locale/pt_PT/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/ru_RU/messages.php b/app/locale/ru_RU/messages.php index 89cae1a7..478181bb 100644 --- a/app/locale/ru_RU/messages.php +++ b/app/locale/ru_RU/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/ru_RU/validate.php b/app/locale/ru_RU/validate.php index 278f85a0..f165ba03 100644 --- a/app/locale/ru_RU/validate.php +++ b/app/locale/ru_RU/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/sr_RS/messages.php b/app/locale/sr_RS/messages.php index 9557d3f7..7a68bdf6 100644 --- a/app/locale/sr_RS/messages.php +++ b/app/locale/sr_RS/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/sr_RS/validate.php b/app/locale/sr_RS/validate.php index 426fbc42..d1584590 100644 --- a/app/locale/sr_RS/validate.php +++ b/app/locale/sr_RS/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/th_TH/messages.php b/app/locale/th_TH/messages.php index 156bb2b4..3b4d928d 100644 --- a/app/locale/th_TH/messages.php +++ b/app/locale/th_TH/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/th_TH/validate.php b/app/locale/th_TH/validate.php index d5400a16..95ab4578 100644 --- a/app/locale/th_TH/validate.php +++ b/app/locale/th_TH/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/tr/messages.php b/app/locale/tr/messages.php index a3956ba4..0594b331 100644 --- a/app/locale/tr/messages.php +++ b/app/locale/tr/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/tr/validate.php b/app/locale/tr/validate.php index 87ff24d0..3fbe33b6 100644 --- a/app/locale/tr/validate.php +++ b/app/locale/tr/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/zh_CN/messages.php b/app/locale/zh_CN/messages.php index e86aef70..7f2d0319 100644 --- a/app/locale/zh_CN/messages.php +++ b/app/locale/zh_CN/messages.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/locale/zh_CN/validate.php b/app/locale/zh_CN/validate.php index 94e4bbd3..4e7119b5 100644 --- a/app/locale/zh_CN/validate.php +++ b/app/locale/zh_CN/validate.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Account.php b/app/src/Account.php index a070f5e7..13f68c4d 100644 --- a/app/src/Account.php +++ b/app/src/Account.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Authenticate/AuthGuard.php b/app/src/Authenticate/AuthGuard.php index e322e5b4..da5be8c3 100644 --- a/app/src/Authenticate/AuthGuard.php +++ b/app/src/Authenticate/AuthGuard.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Authenticate/Authenticator.php b/app/src/Authenticate/Authenticator.php index 401a9236..009ffe2f 100644 --- a/app/src/Authenticate/Authenticator.php +++ b/app/src/Authenticate/Authenticator.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Authenticate/GuestGuard.php b/app/src/Authenticate/GuestGuard.php index bb19fa64..f438b2bc 100644 --- a/app/src/Authenticate/GuestGuard.php +++ b/app/src/Authenticate/GuestGuard.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Authenticate/Hasher.php b/app/src/Authenticate/Hasher.php index 733dfba8..c9d9d16a 100644 --- a/app/src/Authenticate/Hasher.php +++ b/app/src/Authenticate/Hasher.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Authenticate/Interfaces/HasherInterface.php b/app/src/Authenticate/Interfaces/HasherInterface.php index 9b7fac9e..12fa5094 100644 --- a/app/src/Authenticate/Interfaces/HasherInterface.php +++ b/app/src/Authenticate/Interfaces/HasherInterface.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Authorize/AccessConditionEvaluator.php b/app/src/Authorize/AccessConditionEvaluator.php index f235745b..e268b315 100644 --- a/app/src/Authorize/AccessConditionEvaluator.php +++ b/app/src/Authorize/AccessConditionEvaluator.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Authorize/AccessConditions.php b/app/src/Authorize/AccessConditions.php index 0876eb82..fce54846 100644 --- a/app/src/Authorize/AccessConditions.php +++ b/app/src/Authorize/AccessConditions.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Authorize/AccessConditionsInterface.php b/app/src/Authorize/AccessConditionsInterface.php index df11b787..edec51d6 100644 --- a/app/src/Authorize/AccessConditionsInterface.php +++ b/app/src/Authorize/AccessConditionsInterface.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Authorize/AuthorizationException.php b/app/src/Authorize/AuthorizationException.php index f7475b79..dd0fc238 100644 --- a/app/src/Authorize/AuthorizationException.php +++ b/app/src/Authorize/AuthorizationException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Authorize/AuthorizationManager.php b/app/src/Authorize/AuthorizationManager.php index fc3a89de..260ff195 100644 --- a/app/src/Authorize/AuthorizationManager.php +++ b/app/src/Authorize/AuthorizationManager.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Authorize/AuthorizationManagerInterface.php b/app/src/Authorize/AuthorizationManagerInterface.php index 1d201802..d55b339b 100644 --- a/app/src/Authorize/AuthorizationManagerInterface.php +++ b/app/src/Authorize/AuthorizationManagerInterface.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/BakeCommandListener.php b/app/src/Bakery/BakeCommandListener.php index e0fdbb2d..ba38be0e 100644 --- a/app/src/Bakery/BakeCommandListener.php +++ b/app/src/Bakery/BakeCommandListener.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/CreateAdminUser.php b/app/src/Bakery/CreateAdminUser.php index 33a78a7c..f1348363 100644 --- a/app/src/Bakery/CreateAdminUser.php +++ b/app/src/Bakery/CreateAdminUser.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/CreateUser.php b/app/src/Bakery/CreateUser.php index d7418340..8a1a1e18 100644 --- a/app/src/Bakery/CreateUser.php +++ b/app/src/Bakery/CreateUser.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/Exception/BakeryError.php b/app/src/Bakery/Exception/BakeryError.php index 7d649783..3b512496 100644 --- a/app/src/Bakery/Exception/BakeryError.php +++ b/app/src/Bakery/Exception/BakeryError.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/Exception/BakeryNote.php b/app/src/Bakery/Exception/BakeryNote.php index bddae584..464d8398 100644 --- a/app/src/Bakery/Exception/BakeryNote.php +++ b/app/src/Bakery/Exception/BakeryNote.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Bakery/Exception/BakeryWarning.php b/app/src/Bakery/Exception/BakeryWarning.php index 0163e543..05f9470d 100644 --- a/app/src/Bakery/Exception/BakeryWarning.php +++ b/app/src/Bakery/Exception/BakeryWarning.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/CaptchaAction.php b/app/src/Controller/CaptchaAction.php index f7f980c8..e8460e8d 100644 --- a/app/src/Controller/CaptchaAction.php +++ b/app/src/Controller/CaptchaAction.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/CheckUsernameAction.php b/app/src/Controller/CheckUsernameAction.php index c406d024..19d1ff37 100644 --- a/app/src/Controller/CheckUsernameAction.php +++ b/app/src/Controller/CheckUsernameAction.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/DenyResetPasswordAction.php b/app/src/Controller/DenyResetPasswordAction.php index e9375fbc..411d57de 100644 --- a/app/src/Controller/DenyResetPasswordAction.php +++ b/app/src/Controller/DenyResetPasswordAction.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/ForgetPasswordAction.php b/app/src/Controller/ForgetPasswordAction.php index 57f646cd..dcff8ed3 100644 --- a/app/src/Controller/ForgetPasswordAction.php +++ b/app/src/Controller/ForgetPasswordAction.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/LoginAction.php b/app/src/Controller/LoginAction.php index af0d5fc2..df334b42 100644 --- a/app/src/Controller/LoginAction.php +++ b/app/src/Controller/LoginAction.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/LogoutAction.php b/app/src/Controller/LogoutAction.php index 9fa6c06d..520d4e3a 100644 --- a/app/src/Controller/LogoutAction.php +++ b/app/src/Controller/LogoutAction.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/ProfileAction.php b/app/src/Controller/ProfileAction.php index 22dba8eb..56cceea2 100644 --- a/app/src/Controller/ProfileAction.php +++ b/app/src/Controller/ProfileAction.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/RegisterAction.php b/app/src/Controller/RegisterAction.php index ae563ab8..cdbc3934 100644 --- a/app/src/Controller/RegisterAction.php +++ b/app/src/Controller/RegisterAction.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/ResendVerificationAction.php b/app/src/Controller/ResendVerificationAction.php index a24cfb08..1f03afa3 100644 --- a/app/src/Controller/ResendVerificationAction.php +++ b/app/src/Controller/ResendVerificationAction.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/SetPasswordAction.php b/app/src/Controller/SetPasswordAction.php index 2b32b010..918e7266 100644 --- a/app/src/Controller/SetPasswordAction.php +++ b/app/src/Controller/SetPasswordAction.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/SettingsAction.php b/app/src/Controller/SettingsAction.php index 39b705a2..5bb9cb0c 100644 --- a/app/src/Controller/SettingsAction.php +++ b/app/src/Controller/SettingsAction.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/SuggestUsernameAction.php b/app/src/Controller/SuggestUsernameAction.php index 889e3ade..70c8b228 100644 --- a/app/src/Controller/SuggestUsernameAction.php +++ b/app/src/Controller/SuggestUsernameAction.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Controller/VerifyAction.php b/app/src/Controller/VerifyAction.php index 7c471081..5a37c0f5 100644 --- a/app/src/Controller/VerifyAction.php +++ b/app/src/Controller/VerifyAction.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Factories/ActivityFactory.php b/app/src/Database/Factories/ActivityFactory.php index c0161aca..2a2198cf 100644 --- a/app/src/Database/Factories/ActivityFactory.php +++ b/app/src/Database/Factories/ActivityFactory.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Factories/GroupFactory.php b/app/src/Database/Factories/GroupFactory.php index de64f3a9..5d66104a 100644 --- a/app/src/Database/Factories/GroupFactory.php +++ b/app/src/Database/Factories/GroupFactory.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Factories/PasswordResetFactory.php b/app/src/Database/Factories/PasswordResetFactory.php index 4679be5b..36d179bb 100644 --- a/app/src/Database/Factories/PasswordResetFactory.php +++ b/app/src/Database/Factories/PasswordResetFactory.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Factories/PermissionFactory.php b/app/src/Database/Factories/PermissionFactory.php index ebca7914..16d62c0e 100644 --- a/app/src/Database/Factories/PermissionFactory.php +++ b/app/src/Database/Factories/PermissionFactory.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Factories/PersistenceFactory.php b/app/src/Database/Factories/PersistenceFactory.php index 41ff7488..bd18739c 100644 --- a/app/src/Database/Factories/PersistenceFactory.php +++ b/app/src/Database/Factories/PersistenceFactory.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Factories/RoleFactory.php b/app/src/Database/Factories/RoleFactory.php index b6b69334..41f6ca2f 100644 --- a/app/src/Database/Factories/RoleFactory.php +++ b/app/src/Database/Factories/RoleFactory.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Factories/UserFactory.php b/app/src/Database/Factories/UserFactory.php index f997965a..2d4927b1 100644 --- a/app/src/Database/Factories/UserFactory.php +++ b/app/src/Database/Factories/UserFactory.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Factories/VerificationFactory.php b/app/src/Database/Factories/VerificationFactory.php index 557fa87f..535cc6cf 100644 --- a/app/src/Database/Factories/VerificationFactory.php +++ b/app/src/Database/Factories/VerificationFactory.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v400/ActivitiesTable.php b/app/src/Database/Migrations/v400/ActivitiesTable.php index abc16c08..c3a12572 100644 --- a/app/src/Database/Migrations/v400/ActivitiesTable.php +++ b/app/src/Database/Migrations/v400/ActivitiesTable.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v400/GroupsTable.php b/app/src/Database/Migrations/v400/GroupsTable.php index 7e193ce8..f3a6c89e 100644 --- a/app/src/Database/Migrations/v400/GroupsTable.php +++ b/app/src/Database/Migrations/v400/GroupsTable.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v400/PasswordResetsTable.php b/app/src/Database/Migrations/v400/PasswordResetsTable.php index 887714bf..3addb826 100644 --- a/app/src/Database/Migrations/v400/PasswordResetsTable.php +++ b/app/src/Database/Migrations/v400/PasswordResetsTable.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v400/PermissionRolesTable.php b/app/src/Database/Migrations/v400/PermissionRolesTable.php index 0f12cff4..a4a64684 100644 --- a/app/src/Database/Migrations/v400/PermissionRolesTable.php +++ b/app/src/Database/Migrations/v400/PermissionRolesTable.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v400/PermissionsTable.php b/app/src/Database/Migrations/v400/PermissionsTable.php index 836001de..55638526 100644 --- a/app/src/Database/Migrations/v400/PermissionsTable.php +++ b/app/src/Database/Migrations/v400/PermissionsTable.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v400/PersistencesTable.php b/app/src/Database/Migrations/v400/PersistencesTable.php index c7cbb078..b677949e 100644 --- a/app/src/Database/Migrations/v400/PersistencesTable.php +++ b/app/src/Database/Migrations/v400/PersistencesTable.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v400/RoleUsersTable.php b/app/src/Database/Migrations/v400/RoleUsersTable.php index 5215477e..7a42df8a 100644 --- a/app/src/Database/Migrations/v400/RoleUsersTable.php +++ b/app/src/Database/Migrations/v400/RoleUsersTable.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v400/RolesTable.php b/app/src/Database/Migrations/v400/RolesTable.php index c262b278..080600ad 100644 --- a/app/src/Database/Migrations/v400/RolesTable.php +++ b/app/src/Database/Migrations/v400/RolesTable.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v400/UsersTable.php b/app/src/Database/Migrations/v400/UsersTable.php index 1a4b4f80..6d68cabc 100644 --- a/app/src/Database/Migrations/v400/UsersTable.php +++ b/app/src/Database/Migrations/v400/UsersTable.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v400/VerificationsTable.php b/app/src/Database/Migrations/v400/VerificationsTable.php index eb54496f..d28b680a 100644 --- a/app/src/Database/Migrations/v400/VerificationsTable.php +++ b/app/src/Database/Migrations/v400/VerificationsTable.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v420/AddingForeignKeys.php b/app/src/Database/Migrations/v420/AddingForeignKeys.php index 0363a24b..2c29e81c 100644 --- a/app/src/Database/Migrations/v420/AddingForeignKeys.php +++ b/app/src/Database/Migrations/v420/AddingForeignKeys.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v430/UpdateGroupsTable.php b/app/src/Database/Migrations/v430/UpdateGroupsTable.php index ed4864bc..3e413759 100644 --- a/app/src/Database/Migrations/v430/UpdateGroupsTable.php +++ b/app/src/Database/Migrations/v430/UpdateGroupsTable.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v430/UpdateUsersTable.php b/app/src/Database/Migrations/v430/UpdateUsersTable.php index e253f8dd..ef129cc6 100644 --- a/app/src/Database/Migrations/v430/UpdateUsersTable.php +++ b/app/src/Database/Migrations/v430/UpdateUsersTable.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Migrations/v500/UpdateUsersTable.php b/app/src/Database/Migrations/v500/UpdateUsersTable.php index e920514a..ae258b41 100644 --- a/app/src/Database/Migrations/v500/UpdateUsersTable.php +++ b/app/src/Database/Migrations/v500/UpdateUsersTable.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Activity.php b/app/src/Database/Models/Activity.php index c7f0af7a..8a493a98 100644 --- a/app/src/Database/Models/Activity.php +++ b/app/src/Database/Models/Activity.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Events/DeleteUserCacheEvent.php b/app/src/Database/Models/Events/DeleteUserCacheEvent.php index 675fc85f..16e18032 100644 --- a/app/src/Database/Models/Events/DeleteUserCacheEvent.php +++ b/app/src/Database/Models/Events/DeleteUserCacheEvent.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Features/HasToken.php b/app/src/Database/Models/Features/HasToken.php index 9311aca8..6adb372b 100644 --- a/app/src/Database/Models/Features/HasToken.php +++ b/app/src/Database/Models/Features/HasToken.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Group.php b/app/src/Database/Models/Group.php index 67184cc9..f74ba30e 100644 --- a/app/src/Database/Models/Group.php +++ b/app/src/Database/Models/Group.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Interfaces/ActivityInterface.php b/app/src/Database/Models/Interfaces/ActivityInterface.php index 00af3f5a..a4f0f038 100644 --- a/app/src/Database/Models/Interfaces/ActivityInterface.php +++ b/app/src/Database/Models/Interfaces/ActivityInterface.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Interfaces/GroupInterface.php b/app/src/Database/Models/Interfaces/GroupInterface.php index 7b0c924d..0d581c85 100644 --- a/app/src/Database/Models/Interfaces/GroupInterface.php +++ b/app/src/Database/Models/Interfaces/GroupInterface.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Interfaces/PasswordResetInterface.php b/app/src/Database/Models/Interfaces/PasswordResetInterface.php index 80b265d0..aab9d0f6 100644 --- a/app/src/Database/Models/Interfaces/PasswordResetInterface.php +++ b/app/src/Database/Models/Interfaces/PasswordResetInterface.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Interfaces/PermissionInterface.php b/app/src/Database/Models/Interfaces/PermissionInterface.php index 6cf44881..7a50458d 100644 --- a/app/src/Database/Models/Interfaces/PermissionInterface.php +++ b/app/src/Database/Models/Interfaces/PermissionInterface.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Interfaces/PersistenceInterface.php b/app/src/Database/Models/Interfaces/PersistenceInterface.php index 5979b741..494b99b4 100644 --- a/app/src/Database/Models/Interfaces/PersistenceInterface.php +++ b/app/src/Database/Models/Interfaces/PersistenceInterface.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Interfaces/RoleInterface.php b/app/src/Database/Models/Interfaces/RoleInterface.php index 81c08ec0..fd62c72f 100644 --- a/app/src/Database/Models/Interfaces/RoleInterface.php +++ b/app/src/Database/Models/Interfaces/RoleInterface.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Interfaces/UserInterface.php b/app/src/Database/Models/Interfaces/UserInterface.php index 74a49156..6ef0f99e 100644 --- a/app/src/Database/Models/Interfaces/UserInterface.php +++ b/app/src/Database/Models/Interfaces/UserInterface.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Interfaces/VerificationInterface.php b/app/src/Database/Models/Interfaces/VerificationInterface.php index 7198c4fe..0c67a2dc 100644 --- a/app/src/Database/Models/Interfaces/VerificationInterface.php +++ b/app/src/Database/Models/Interfaces/VerificationInterface.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/PasswordReset.php b/app/src/Database/Models/PasswordReset.php index 2986cb18..7898f8ce 100644 --- a/app/src/Database/Models/PasswordReset.php +++ b/app/src/Database/Models/PasswordReset.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Permission.php b/app/src/Database/Models/Permission.php index b3d56d05..76c5eb97 100644 --- a/app/src/Database/Models/Permission.php +++ b/app/src/Database/Models/Permission.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Persistence.php b/app/src/Database/Models/Persistence.php index 91f0ca4e..14b5553a 100644 --- a/app/src/Database/Models/Persistence.php +++ b/app/src/Database/Models/Persistence.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Role.php b/app/src/Database/Models/Role.php index 0c8a110d..d75306ba 100644 --- a/app/src/Database/Models/Role.php +++ b/app/src/Database/Models/Role.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/RoleUsers.php b/app/src/Database/Models/RoleUsers.php index 6b3e8a23..05d2da12 100644 --- a/app/src/Database/Models/RoleUsers.php +++ b/app/src/Database/Models/RoleUsers.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/User.php b/app/src/Database/Models/User.php index 4ee55fa8..04cb26a9 100644 --- a/app/src/Database/Models/User.php +++ b/app/src/Database/Models/User.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Models/Verification.php b/app/src/Database/Models/Verification.php index 89c32810..77a9a64f 100644 --- a/app/src/Database/Models/Verification.php +++ b/app/src/Database/Models/Verification.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Seeds/DefaultGroups.php b/app/src/Database/Seeds/DefaultGroups.php index a58e9f98..565420ed 100644 --- a/app/src/Database/Seeds/DefaultGroups.php +++ b/app/src/Database/Seeds/DefaultGroups.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Seeds/DefaultPermissions.php b/app/src/Database/Seeds/DefaultPermissions.php index 4e4a274f..7acb609a 100644 --- a/app/src/Database/Seeds/DefaultPermissions.php +++ b/app/src/Database/Seeds/DefaultPermissions.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Database/Seeds/DefaultRoles.php b/app/src/Database/Seeds/DefaultRoles.php index 55e030b0..d676b447 100644 --- a/app/src/Database/Seeds/DefaultRoles.php +++ b/app/src/Database/Seeds/DefaultRoles.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Event/UserAuthenticatedEvent.php b/app/src/Event/UserAuthenticatedEvent.php index d6ba986a..fc3ca2cc 100644 --- a/app/src/Event/UserAuthenticatedEvent.php +++ b/app/src/Event/UserAuthenticatedEvent.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Event/UserCreatedEvent.php b/app/src/Event/UserCreatedEvent.php index 443ba636..03a4010a 100644 --- a/app/src/Event/UserCreatedEvent.php +++ b/app/src/Event/UserCreatedEvent.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Event/UserLoggedInEvent.php b/app/src/Event/UserLoggedInEvent.php index 3921abc0..6283d3e2 100644 --- a/app/src/Event/UserLoggedInEvent.php +++ b/app/src/Event/UserLoggedInEvent.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Event/UserLoggedOutEvent.php b/app/src/Event/UserLoggedOutEvent.php index 23ae1f1d..eb17fedf 100644 --- a/app/src/Event/UserLoggedOutEvent.php +++ b/app/src/Event/UserLoggedOutEvent.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Event/UserRedirectedAfterDenyResetPasswordEvent.php b/app/src/Event/UserRedirectedAfterDenyResetPasswordEvent.php index eee328bd..41db8b8f 100644 --- a/app/src/Event/UserRedirectedAfterDenyResetPasswordEvent.php +++ b/app/src/Event/UserRedirectedAfterDenyResetPasswordEvent.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Event/UserRedirectedAfterLoginEvent.php b/app/src/Event/UserRedirectedAfterLoginEvent.php index 6bf7487e..eac01f00 100644 --- a/app/src/Event/UserRedirectedAfterLoginEvent.php +++ b/app/src/Event/UserRedirectedAfterLoginEvent.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Event/UserRedirectedAfterLogoutEvent.php b/app/src/Event/UserRedirectedAfterLogoutEvent.php index bc502f35..7518241c 100644 --- a/app/src/Event/UserRedirectedAfterLogoutEvent.php +++ b/app/src/Event/UserRedirectedAfterLogoutEvent.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Event/UserRedirectedAfterVerificationEvent.php b/app/src/Event/UserRedirectedAfterVerificationEvent.php index 796e3a71..08c159c1 100644 --- a/app/src/Event/UserRedirectedAfterVerificationEvent.php +++ b/app/src/Event/UserRedirectedAfterVerificationEvent.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Event/UserValidatedEvent.php b/app/src/Event/UserValidatedEvent.php index 11d58c7d..61ddb801 100644 --- a/app/src/Event/UserValidatedEvent.php +++ b/app/src/Event/UserValidatedEvent.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/AccountDisabledException.php b/app/src/Exceptions/AccountDisabledException.php index 7a73961d..d4e0163b 100644 --- a/app/src/Exceptions/AccountDisabledException.php +++ b/app/src/Exceptions/AccountDisabledException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/AccountException.php b/app/src/Exceptions/AccountException.php index 559888a5..6d66a7e6 100644 --- a/app/src/Exceptions/AccountException.php +++ b/app/src/Exceptions/AccountException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/AccountInvalidException.php b/app/src/Exceptions/AccountInvalidException.php index 67cd1662..11bbbd33 100644 --- a/app/src/Exceptions/AccountInvalidException.php +++ b/app/src/Exceptions/AccountInvalidException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/AccountNotFoundException.php b/app/src/Exceptions/AccountNotFoundException.php index 79b31799..3e0d3f50 100644 --- a/app/src/Exceptions/AccountNotFoundException.php +++ b/app/src/Exceptions/AccountNotFoundException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/AccountNotVerifiedException.php b/app/src/Exceptions/AccountNotVerifiedException.php index 61b18be3..286c0cf0 100644 --- a/app/src/Exceptions/AccountNotVerifiedException.php +++ b/app/src/Exceptions/AccountNotVerifiedException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/AuthCompromisedException.php b/app/src/Exceptions/AuthCompromisedException.php index 57f6ebed..e4b0ea31 100644 --- a/app/src/Exceptions/AuthCompromisedException.php +++ b/app/src/Exceptions/AuthCompromisedException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/AuthExpiredException.php b/app/src/Exceptions/AuthExpiredException.php index 142556e1..d548e3e6 100644 --- a/app/src/Exceptions/AuthExpiredException.php +++ b/app/src/Exceptions/AuthExpiredException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/AuthGuardException.php b/app/src/Exceptions/AuthGuardException.php index 9fe41644..254e1d2f 100644 --- a/app/src/Exceptions/AuthGuardException.php +++ b/app/src/Exceptions/AuthGuardException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/DefaultGroupException.php b/app/src/Exceptions/DefaultGroupException.php index ef1cf461..d97d8b24 100644 --- a/app/src/Exceptions/DefaultGroupException.php +++ b/app/src/Exceptions/DefaultGroupException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/EmailNotUniqueException.php b/app/src/Exceptions/EmailNotUniqueException.php index 6477e345..18932f06 100644 --- a/app/src/Exceptions/EmailNotUniqueException.php +++ b/app/src/Exceptions/EmailNotUniqueException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/ForbiddenException.php b/app/src/Exceptions/ForbiddenException.php index 189b2ac2..4305bb68 100644 --- a/app/src/Exceptions/ForbiddenException.php +++ b/app/src/Exceptions/ForbiddenException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/InvalidCredentialsException.php b/app/src/Exceptions/InvalidCredentialsException.php index b2333e66..b0eadd3f 100644 --- a/app/src/Exceptions/InvalidCredentialsException.php +++ b/app/src/Exceptions/InvalidCredentialsException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/LocaleNotFoundException.php b/app/src/Exceptions/LocaleNotFoundException.php index 3e412f55..b38527d3 100644 --- a/app/src/Exceptions/LocaleNotFoundException.php +++ b/app/src/Exceptions/LocaleNotFoundException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/LoggedInException.php b/app/src/Exceptions/LoggedInException.php index 531f5044..d826bca5 100644 --- a/app/src/Exceptions/LoggedInException.php +++ b/app/src/Exceptions/LoggedInException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/MissingRequiredParamException.php b/app/src/Exceptions/MissingRequiredParamException.php index 43b733b4..272a0d3e 100644 --- a/app/src/Exceptions/MissingRequiredParamException.php +++ b/app/src/Exceptions/MissingRequiredParamException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/PasswordInvalidException.php b/app/src/Exceptions/PasswordInvalidException.php index 2b0b6e1c..c8522e0c 100644 --- a/app/src/Exceptions/PasswordInvalidException.php +++ b/app/src/Exceptions/PasswordInvalidException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/PasswordResetInvalidException.php b/app/src/Exceptions/PasswordResetInvalidException.php index 7b0c14f0..08a845fd 100644 --- a/app/src/Exceptions/PasswordResetInvalidException.php +++ b/app/src/Exceptions/PasswordResetInvalidException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/RegistrationException.php b/app/src/Exceptions/RegistrationException.php index c88444f8..07ab2d78 100644 --- a/app/src/Exceptions/RegistrationException.php +++ b/app/src/Exceptions/RegistrationException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Exceptions/UsernameNotUniqueException.php b/app/src/Exceptions/UsernameNotUniqueException.php index 39ad5598..74a792d8 100644 --- a/app/src/Exceptions/UsernameNotUniqueException.php +++ b/app/src/Exceptions/UsernameNotUniqueException.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Helpers/DynamicUserModel.php b/app/src/Helpers/DynamicUserModel.php index c8ade451..5bf552a5 100644 --- a/app/src/Helpers/DynamicUserModel.php +++ b/app/src/Helpers/DynamicUserModel.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/I18n/SiteLocale.php b/app/src/I18n/SiteLocale.php index b119dda9..e9a31a21 100644 --- a/app/src/I18n/SiteLocale.php +++ b/app/src/I18n/SiteLocale.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Listener/AssignDefaultGroups.php b/app/src/Listener/AssignDefaultGroups.php index 6263a049..e588d811 100644 --- a/app/src/Listener/AssignDefaultGroups.php +++ b/app/src/Listener/AssignDefaultGroups.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Listener/AssignDefaultRoles.php b/app/src/Listener/AssignDefaultRoles.php index 65c4b7a2..0f0c4daf 100644 --- a/app/src/Listener/AssignDefaultRoles.php +++ b/app/src/Listener/AssignDefaultRoles.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Listener/UpgradePassword.php b/app/src/Listener/UpgradePassword.php index 2d86e1cd..41cb1252 100644 --- a/app/src/Listener/UpgradePassword.php +++ b/app/src/Listener/UpgradePassword.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Listener/UserLogoutActivity.php b/app/src/Listener/UserLogoutActivity.php index e6e24e45..9a4eabb8 100644 --- a/app/src/Listener/UserLogoutActivity.php +++ b/app/src/Listener/UserLogoutActivity.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Listener/UserSignInActivity.php b/app/src/Listener/UserSignInActivity.php index 0f6b4edb..f9627559 100644 --- a/app/src/Listener/UserSignInActivity.php +++ b/app/src/Listener/UserSignInActivity.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/AuthLogger.php b/app/src/Log/AuthLogger.php index 11bb9ba8..7e019c45 100644 --- a/app/src/Log/AuthLogger.php +++ b/app/src/Log/AuthLogger.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/AuthLoggerInterface.php b/app/src/Log/AuthLoggerInterface.php index 4b4f8c99..d8c85764 100644 --- a/app/src/Log/AuthLoggerInterface.php +++ b/app/src/Log/AuthLoggerInterface.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/UserActivityDatabaseHandler.php b/app/src/Log/UserActivityDatabaseHandler.php index c1b6cdd2..f26a72c1 100644 --- a/app/src/Log/UserActivityDatabaseHandler.php +++ b/app/src/Log/UserActivityDatabaseHandler.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/UserActivityLogger.php b/app/src/Log/UserActivityLogger.php index 595db1f2..96b9efa2 100644 --- a/app/src/Log/UserActivityLogger.php +++ b/app/src/Log/UserActivityLogger.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/UserActivityLoggerInterface.php b/app/src/Log/UserActivityLoggerInterface.php index 19983bbe..c2b26acf 100644 --- a/app/src/Log/UserActivityLoggerInterface.php +++ b/app/src/Log/UserActivityLoggerInterface.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Log/UserActivityTypes.php b/app/src/Log/UserActivityTypes.php index db46f373..00237bbd 100644 --- a/app/src/Log/UserActivityTypes.php +++ b/app/src/Log/UserActivityTypes.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Mail/PasswordResetEmail.php b/app/src/Mail/PasswordResetEmail.php index e3bffb4b..271b114d 100644 --- a/app/src/Mail/PasswordResetEmail.php +++ b/app/src/Mail/PasswordResetEmail.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Mail/VerificationEmail.php b/app/src/Mail/VerificationEmail.php index 05827018..85de3d87 100644 --- a/app/src/Mail/VerificationEmail.php +++ b/app/src/Mail/VerificationEmail.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Rememberme/PDOStorage.php b/app/src/Rememberme/PDOStorage.php index 84dc1e4d..e22f26f3 100644 --- a/app/src/Rememberme/PDOStorage.php +++ b/app/src/Rememberme/PDOStorage.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Repository/PasswordResetRepository.php b/app/src/Repository/PasswordResetRepository.php index 7d7bfcae..b599e322 100644 --- a/app/src/Repository/PasswordResetRepository.php +++ b/app/src/Repository/PasswordResetRepository.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Repository/TokenAccessor.php b/app/src/Repository/TokenAccessor.php index b6fbe0e6..76464c41 100644 --- a/app/src/Repository/TokenAccessor.php +++ b/app/src/Repository/TokenAccessor.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Repository/TokenRepository.php b/app/src/Repository/TokenRepository.php index 47d41f14..004e45a4 100644 --- a/app/src/Repository/TokenRepository.php +++ b/app/src/Repository/TokenRepository.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Repository/VerificationRepository.php b/app/src/Repository/VerificationRepository.php index d9a03364..fab4cdfe 100644 --- a/app/src/Repository/VerificationRepository.php +++ b/app/src/Repository/VerificationRepository.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Routes/AuthRoutes.php b/app/src/Routes/AuthRoutes.php index 073b4bed..b4cee492 100644 --- a/app/src/Routes/AuthRoutes.php +++ b/app/src/Routes/AuthRoutes.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/AccessConditionsService.php b/app/src/ServicesProvider/AccessConditionsService.php index c63dae8b..719433e2 100644 --- a/app/src/ServicesProvider/AccessConditionsService.php +++ b/app/src/ServicesProvider/AccessConditionsService.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/AuthService.php b/app/src/ServicesProvider/AuthService.php index b97ea75c..8de34379 100644 --- a/app/src/ServicesProvider/AuthService.php +++ b/app/src/ServicesProvider/AuthService.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/AuthorizationService.php b/app/src/ServicesProvider/AuthorizationService.php index ed74aa8e..80074859 100644 --- a/app/src/ServicesProvider/AuthorizationService.php +++ b/app/src/ServicesProvider/AuthorizationService.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/I18nService.php b/app/src/ServicesProvider/I18nService.php index 9b7d3500..7e6762b6 100644 --- a/app/src/ServicesProvider/I18nService.php +++ b/app/src/ServicesProvider/I18nService.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/LoggersService.php b/app/src/ServicesProvider/LoggersService.php index 8feaea23..5b3767a2 100644 --- a/app/src/ServicesProvider/LoggersService.php +++ b/app/src/ServicesProvider/LoggersService.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/ServicesProvider/ModelsService.php b/app/src/ServicesProvider/ModelsService.php index 73b3a593..3f692a88 100644 --- a/app/src/ServicesProvider/ModelsService.php +++ b/app/src/ServicesProvider/ModelsService.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Testing/WithTestUser.php b/app/src/Testing/WithTestUser.php index 16848321..743092b6 100644 --- a/app/src/Testing/WithTestUser.php +++ b/app/src/Testing/WithTestUser.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Twig/AccountExtension.php b/app/src/Twig/AccountExtension.php index 8812f58e..23e37981 100644 --- a/app/src/Twig/AccountExtension.php +++ b/app/src/Twig/AccountExtension.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/app/src/Validators/UserValidation.php b/app/src/Validators/UserValidation.php index 37a80b46..f72a6828 100644 --- a/app/src/Validators/UserValidation.php +++ b/app/src/Validators/UserValidation.php @@ -6,7 +6,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */ diff --git a/public/index.php b/public/index.php index fb1e502d..9d6c000a 100755 --- a/public/index.php +++ b/public/index.php @@ -4,7 +4,7 @@ * UserFrosting Account Sprinkle (http://www.userfrosting.com) * * @link https://github.com/userfrosting/sprinkle-account - * @copyright Copyright (c) 2022 Alexander Weissman & Louis Charette + * @copyright Copyright (c) 2013-2024 Alexander Weissman & Louis Charette * @license https://github.com/userfrosting/sprinkle-account/blob/master/LICENSE.md (MIT License) */