diff options
author | Ryan Weaver <ryan@thatsquality.com> | 2015-09-20 19:37:42 -0400 |
---|---|---|
committer | Ryan Weaver <ryan@thatsquality.com> | 2015-09-20 19:37:42 -0400 |
commit | 5dc6b296d8925d87588865e759fcde67144098a6 (patch) | |
tree | d555ff1494f96d36413e3dc6796059c78313c525 /Guard/Firewall | |
parent | 6adfc70d635d4731f68d8e1cef145395e5d3d662 (diff) | |
download | symfony-security-5dc6b296d8925d87588865e759fcde67144098a6.zip symfony-security-5dc6b296d8925d87588865e759fcde67144098a6.tar.gz symfony-security-5dc6b296d8925d87588865e759fcde67144098a6.tar.bz2 |
meaningless author and license changes
Diffstat (limited to 'Guard/Firewall')
-rw-r--r-- | Guard/Firewall/GuardAuthenticationListener.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Guard/Firewall/GuardAuthenticationListener.php b/Guard/Firewall/GuardAuthenticationListener.php index fc5706d..38ca0a0 100644 --- a/Guard/Firewall/GuardAuthenticationListener.php +++ b/Guard/Firewall/GuardAuthenticationListener.php @@ -1,5 +1,14 @@ <?php +/* + * This file is part of the Symfony package. + * + * (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. + */ + namespace Symfony\Component\Security\Guard\Firewall; use Symfony\Component\HttpFoundation\Request; @@ -18,7 +27,7 @@ use Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface; /** * Authentication listener for the "guard" system. * - * @author Ryan Weaver <weaverryan@gmail.com> + * @author Ryan Weaver <ryan@knpuniversity.com> */ class GuardAuthenticationListener implements ListenerInterface { @@ -177,4 +186,4 @@ class GuardAuthenticationListener implements ListenerInterface $this->rememberMeServices->loginSuccess($request, $response, $token); } -}
\ No newline at end of file +} |