Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
normalized license messages in PHP files
  • Loading branch information
blue-eyes authored and fabpot committed Jan 18, 2011
1 parent 794c1e8 commit df13e21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Event.php
@@ -1,15 +1,16 @@
<?php

namespace Symfony\Component\EventDispatcher;

/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Symfony\Component\EventDispatcher;

/**
* Event.
*
Expand Down
5 changes: 3 additions & 2 deletions EventDispatcher.php
@@ -1,15 +1,16 @@
<?php

namespace Symfony\Component\EventDispatcher;

/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Symfony\Component\EventDispatcher;

/**
* EventDispatcher implements a dispatcher object.
*
Expand Down

0 comments on commit df13e21

Please sign in to comment.