summaryrefslogtreecommitdiffstats
path: root/Core/Authentication
diff options
context:
space:
mode:
authorChristian Flothmann <christian.flothmann@xabbuh.de>2015-09-28 23:09:00 +0200
committerChristian Flothmann <christian.flothmann@xabbuh.de>2015-09-28 23:09:00 +0200
commitfee26dfe9abc67703de600fa3354a3b275722784 (patch)
treefd5bcdc15e9145acac00f0c09e7dc2e0f5a24667 /Core/Authentication
parent32bb482c4e2530afa20d3f142b3651ae59851d25 (diff)
downloadsymfony-security-fee26dfe9abc67703de600fa3354a3b275722784.zip
symfony-security-fee26dfe9abc67703de600fa3354a3b275722784.tar.gz
symfony-security-fee26dfe9abc67703de600fa3354a3b275722784.tar.bz2
[Ldap] add some missing license file headers
Diffstat (limited to 'Core/Authentication')
-rw-r--r--Core/Authentication/Provider/LdapBindAuthenticationProvider.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/Core/Authentication/Provider/LdapBindAuthenticationProvider.php b/Core/Authentication/Provider/LdapBindAuthenticationProvider.php
index 9ce3bd2..fab7d80 100644
--- a/Core/Authentication/Provider/LdapBindAuthenticationProvider.php
+++ b/Core/Authentication/Provider/LdapBindAuthenticationProvider.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\Authentication\Provider;
use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;