diff options
author | Gábor Egyed <1ed@mailbox.hu> | 2015-09-26 14:20:55 +0200 |
---|---|---|
committer | Gábor Egyed <1ed@mailbox.hu> | 2015-09-26 14:22:32 +0200 |
commit | 5c71d179238b5bc79faa3d72db56ff61b3aacbeb (patch) | |
tree | 99cf049da3fea71da0e8e372cb72f0c62535e90e /Core/Tests/Authorization | |
parent | 3b38118178f9adcd9f969b5fe77010287d6f7ed0 (diff) | |
download | symfony-security-5c71d179238b5bc79faa3d72db56ff61b3aacbeb.zip symfony-security-5c71d179238b5bc79faa3d72db56ff61b3aacbeb.tar.gz symfony-security-5c71d179238b5bc79faa3d72db56ff61b3aacbeb.tar.bz2 |
Fix license headers
Diffstat (limited to 'Core/Tests/Authorization')
-rw-r--r-- | Core/Tests/Authorization/Voter/LegacyAbstractVoterTest.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Core/Tests/Authorization/Voter/LegacyAbstractVoterTest.php b/Core/Tests/Authorization/Voter/LegacyAbstractVoterTest.php index 3a0cf1e..b49f23f 100644 --- a/Core/Tests/Authorization/Voter/LegacyAbstractVoterTest.php +++ b/Core/Tests/Authorization/Voter/LegacyAbstractVoterTest.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\Core\Tests\Authorization\Voter; use Symfony\Component\Security\Core\Authorization\Voter\AbstractVoter; |