diff options
-rw-r--r-- | Http/Event/InteractiveLoginEvent.php | 2 | ||||
-rw-r--r-- | Http/Event/SwitchUserEvent.php | 2 | ||||
-rw-r--r-- | Http/Events.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Http/Event/InteractiveLoginEvent.php b/Http/Event/InteractiveLoginEvent.php index 1265fe2..8331bf0 100644 --- a/Http/Event/InteractiveLoginEvent.php +++ b/Http/Event/InteractiveLoginEvent.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier <fabien.potencier@symfony-project.com> + * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Http/Event/SwitchUserEvent.php b/Http/Event/SwitchUserEvent.php index ed293cc..03ca003 100644 --- a/Http/Event/SwitchUserEvent.php +++ b/Http/Event/SwitchUserEvent.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier <fabien.potencier@symfony-project.com> + * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Http/Events.php b/Http/Events.php index ac4a1ca..c0aa65d 100644 --- a/Http/Events.php +++ b/Http/Events.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier <fabien.potencier@symfony-project.com> + * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. |