diff options
Diffstat (limited to 'Authentication/AuthenticationTrustResolver.php')
-rw-r--r-- | Authentication/AuthenticationTrustResolver.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Authentication/AuthenticationTrustResolver.php b/Authentication/AuthenticationTrustResolver.php index 010fa91..94e01eb 100644 --- a/Authentication/AuthenticationTrustResolver.php +++ b/Authentication/AuthenticationTrustResolver.php @@ -1,5 +1,14 @@ <?php +/* + * This file is part of the Symfony package. + * + * (c) Fabien Potencier <fabien.potencier@symfony-project.com> + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Security\Authentication; use Symfony\Component\Security\Authentication\Token\TokenInterface; |