Skip to content

Commit

Permalink
updated license blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksencosta committed Mar 31, 2012
1 parent 2048aa4 commit 9fd6644
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions Debug/Stopwatch.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\HttpKernel\Debug;
Expand Down
6 changes: 3 additions & 3 deletions Debug/StopwatchEvent.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\HttpKernel\Debug;
Expand Down
6 changes: 3 additions & 3 deletions DependencyInjection/AddClassesToCachePass.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\HttpKernel\DependencyInjection;
Expand Down
6 changes: 3 additions & 3 deletions DependencyInjection/ConfigurableExtension.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\HttpKernel\DependencyInjection;
Expand Down
6 changes: 3 additions & 3 deletions DependencyInjection/Extension.php
Expand Up @@ -10,12 +10,12 @@
use Symfony\Component\DependencyInjection\Container;

/*
* 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.
*/

/**
Expand Down
6 changes: 3 additions & 3 deletions DependencyInjection/MergeExtensionConfigurationPass.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\HttpKernel\DependencyInjection;
Expand Down

0 comments on commit 9fd6644

Please sign in to comment.