diff options
Diffstat (limited to 'Http/RememberMe/RememberMeServicesInterface.php')
-rw-r--r-- | Http/RememberMe/RememberMeServicesInterface.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Http/RememberMe/RememberMeServicesInterface.php b/Http/RememberMe/RememberMeServicesInterface.php index a00dcef..62cb556 100644 --- a/Http/RememberMe/RememberMeServicesInterface.php +++ b/Http/RememberMe/RememberMeServicesInterface.php @@ -1,4 +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\Http\RememberMe; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; |