summaryrefslogtreecommitdiffstats
path: root/Guard/Token/PreAuthenticationGuardToken.php
diff options
context:
space:
mode:
authorRyan Weaver <ryan@thatsquality.com>2015-09-20 19:37:42 -0400
committerRyan Weaver <ryan@thatsquality.com>2015-09-20 19:37:42 -0400
commit5dc6b296d8925d87588865e759fcde67144098a6 (patch)
treed555ff1494f96d36413e3dc6796059c78313c525 /Guard/Token/PreAuthenticationGuardToken.php
parent6adfc70d635d4731f68d8e1cef145395e5d3d662 (diff)
downloadsymfony-security-5dc6b296d8925d87588865e759fcde67144098a6.zip
symfony-security-5dc6b296d8925d87588865e759fcde67144098a6.tar.gz
symfony-security-5dc6b296d8925d87588865e759fcde67144098a6.tar.bz2
meaningless author and license changes
Diffstat (limited to 'Guard/Token/PreAuthenticationGuardToken.php')
-rw-r--r--Guard/Token/PreAuthenticationGuardToken.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/Guard/Token/PreAuthenticationGuardToken.php b/Guard/Token/PreAuthenticationGuardToken.php
index cc52ec2..b694541 100644
--- a/Guard/Token/PreAuthenticationGuardToken.php
+++ b/Guard/Token/PreAuthenticationGuardToken.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\Token;
use Symfony\Component\Security\Core\Authentication\Token\AbstractToken;
@@ -11,7 +20,7 @@ use Symfony\Component\Security\Core\Authentication\Token\AbstractToken;
* immediately by the GuardAuthenticationProvider. If authentication is
* successful, a different authenticated token is returned
*
- * @author Ryan Weaver <weaverryan@gmail.com>
+ * @author Ryan Weaver <ryan@knpuniversity.com>
*/
class PreAuthenticationGuardToken extends AbstractToken implements GuardTokenInterface
{