diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2012-01-08 13:20:44 +0100 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2012-01-08 13:20:44 +0100 |
| commit | 4c62dcd0ffc36a1c4bea203d7dcabbdd1f6143a3 (patch) | |
| tree | 48f37c1bcde6774d4adc23498aca8664bfba04d0 /phpBB/includes/event/dispatcher.php | |
| parent | 71c5eddb7194f25711bc0733a54f09bf2f0c7c06 (diff) | |
| download | forums-4c62dcd0ffc36a1c4bea203d7dcabbdd1f6143a3.tar forums-4c62dcd0ffc36a1c4bea203d7dcabbdd1f6143a3.tar.gz forums-4c62dcd0ffc36a1c4bea203d7dcabbdd1f6143a3.tar.bz2 forums-4c62dcd0ffc36a1c4bea203d7dcabbdd1f6143a3.tar.xz forums-4c62dcd0ffc36a1c4bea203d7dcabbdd1f6143a3.zip | |
[feature/event-dispatcher] Correct copyright statement for Symfony2 files
Also add a notice to the files that were taken from Symfony2.
PHPBB3-9550
Diffstat (limited to 'phpBB/includes/event/dispatcher.php')
| -rw-r--r-- | phpBB/includes/event/dispatcher.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/includes/event/dispatcher.php b/phpBB/includes/event/dispatcher.php index c3b8dc5790..6f7d61c83b 100644 --- a/phpBB/includes/event/dispatcher.php +++ b/phpBB/includes/event/dispatcher.php @@ -2,7 +2,7 @@ /** * * @package phpBB3 -* @copyright (c) 2011 phpBB Group +* @copyright (c) Fabien Potencier <fabien@symfony.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ @@ -16,6 +16,11 @@ if (!defined('IN_PHPBB')) } /** + * This file has been taken from Symfony2 and adjusted for + * phpBB's coding standards. + */ + +/** * The EventDispatcherInterface is the central point of Symfony's event listener system. * * Listeners are registered on the manager and events are dispatched through the |
