diff options
Diffstat (limited to 'Acl/Exception/ConcurrentModificationException.php')
-rw-r--r-- | Acl/Exception/ConcurrentModificationException.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Acl/Exception/ConcurrentModificationException.php b/Acl/Exception/ConcurrentModificationException.php index fd65c2b..3b399bb 100644 --- a/Acl/Exception/ConcurrentModificationException.php +++ b/Acl/Exception/ConcurrentModificationException.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\Exception; /** |