summaryrefslogtreecommitdiffstats
path: root/Tests/Core/Authentication/Provider
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Core/Authentication/Provider')
-rw-r--r--Tests/Core/Authentication/Provider/RememberMeAuthenticationProviderTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/Core/Authentication/Provider/RememberMeAuthenticationProviderTest.php b/Tests/Core/Authentication/Provider/RememberMeAuthenticationProviderTest.php
index 9598b03..fcc2514 100644
--- a/Tests/Core/Authentication/Provider/RememberMeAuthenticationProviderTest.php
+++ b/Tests/Core/Authentication/Provider/RememberMeAuthenticationProviderTest.php
@@ -1,12 +1,12 @@
<?php
/*
- * This file is part of the Symfony framework.
+ * This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
- * This source file is subject to the MIT license that is bundled
- * with this source code in the file LICENSE.
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
*/
namespace Symfony\Component\Security\Tests\Core\Authentication\Provider;