summaryrefslogtreecommitdiffstats
path: root/Http/FirewallMapInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Http/FirewallMapInterface.php')
-rw-r--r--Http/FirewallMapInterface.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/Http/FirewallMapInterface.php b/Http/FirewallMapInterface.php
index 575b96f..453eb2d 100644
--- a/Http/FirewallMapInterface.php
+++ b/Http/FirewallMapInterface.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;
use Symfony\Component\HttpFoundation\Request;