summaryrefslogtreecommitdiffstats
path: root/Tests/Core/Authentication
diff options
context:
space:
mode:
authorEriksen Costa <eriksencosta@gmail.com>2012-03-31 18:00:32 -0300
committerEriksen Costa <eriksencosta@gmail.com>2012-03-31 18:00:32 -0300
commitb8543a700b811341dab70f3989ad516212e0972c (patch)
tree3af59d14ba02949a762850bdb29bbd3e4ad6ca83 /Tests/Core/Authentication
parentdee4dde046bded23fb72a295ec833493b32d3950 (diff)
downloadsymfony-security-b8543a700b811341dab70f3989ad516212e0972c.zip
symfony-security-b8543a700b811341dab70f3989ad516212e0972c.tar.gz
symfony-security-b8543a700b811341dab70f3989ad516212e0972c.tar.bz2
updated license blocks
Diffstat (limited to 'Tests/Core/Authentication')
-rw-r--r--Tests/Core/Authentication/Provider/RememberMeAuthenticationProviderTest.php6
-rw-r--r--Tests/Core/Authentication/RememberMe/InMemoryTokenProviderTest.php6
-rw-r--r--Tests/Core/Authentication/RememberMe/PersistentTokenTest.php6
-rw-r--r--Tests/Core/Authentication/Token/RememerMeTokenTest.php6
4 files changed, 12 insertions, 12 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;
diff --git a/Tests/Core/Authentication/RememberMe/InMemoryTokenProviderTest.php b/Tests/Core/Authentication/RememberMe/InMemoryTokenProviderTest.php
index f6ec2a6..3944fb1 100644
--- a/Tests/Core/Authentication/RememberMe/InMemoryTokenProviderTest.php
+++ b/Tests/Core/Authentication/RememberMe/InMemoryTokenProviderTest.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\RememberMe;
diff --git a/Tests/Core/Authentication/RememberMe/PersistentTokenTest.php b/Tests/Core/Authentication/RememberMe/PersistentTokenTest.php
index 7336666..3903591 100644
--- a/Tests/Core/Authentication/RememberMe/PersistentTokenTest.php
+++ b/Tests/Core/Authentication/RememberMe/PersistentTokenTest.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\RememberMe;
diff --git a/Tests/Core/Authentication/Token/RememerMeTokenTest.php b/Tests/Core/Authentication/Token/RememerMeTokenTest.php
index 9daf9bf..03275fa 100644
--- a/Tests/Core/Authentication/Token/RememerMeTokenTest.php
+++ b/Tests/Core/Authentication/Token/RememerMeTokenTest.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\Token;