summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/AuthenticationSuccessHandlerInterface.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2011-05-31 10:57:06 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2011-05-31 10:57:06 +0200
commit8f07a78709a3f33161df45e2458c06e550fdf7d3 (patch)
treef5c204d9a985a6e9db3db287f626da929bbce726 /Http/Authentication/AuthenticationSuccessHandlerInterface.php
parenta4192f5e344ea7eec15282754f4c75106666ee01 (diff)
downloadsymfony-security-8f07a78709a3f33161df45e2458c06e550fdf7d3.zip
symfony-security-8f07a78709a3f33161df45e2458c06e550fdf7d3.tar.gz
symfony-security-8f07a78709a3f33161df45e2458c06e550fdf7d3.tar.bz2
added missing license headers
Diffstat (limited to 'Http/Authentication/AuthenticationSuccessHandlerInterface.php')
-rw-r--r--Http/Authentication/AuthenticationSuccessHandlerInterface.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/Http/Authentication/AuthenticationSuccessHandlerInterface.php b/Http/Authentication/AuthenticationSuccessHandlerInterface.php
index 4cdd976..0fb2e66 100644
--- a/Http/Authentication/AuthenticationSuccessHandlerInterface.php
+++ b/Http/Authentication/AuthenticationSuccessHandlerInterface.php
@@ -1,5 +1,14 @@
<?php
+/*
+ * This file is part of the Symfony framework.
+ *
+ * (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.
+ */
+
namespace Symfony\Component\Security\Http\Authentication;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;