diff options
Diffstat (limited to 'Acl/Model/SecurityIdentityRetrievalStrategyInterface.php')
-rw-r--r-- | Acl/Model/SecurityIdentityRetrievalStrategyInterface.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Acl/Model/SecurityIdentityRetrievalStrategyInterface.php b/Acl/Model/SecurityIdentityRetrievalStrategyInterface.php index 6a8bb4c..6761216 100644 --- a/Acl/Model/SecurityIdentityRetrievalStrategyInterface.php +++ b/Acl/Model/SecurityIdentityRetrievalStrategyInterface.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\Acl\Model; use Symfony\Component\Security\Authentication\Token\TokenInterface; |