From 9fd6644fc257b1018349505ed71dafeeea7959f4 Mon Sep 17 00:00:00 2001 From: Eriksen Costa Date: Sat, 31 Mar 2012 18:00:32 -0300 Subject: [PATCH] updated license blocks --- Debug/Stopwatch.php | 6 +++--- Debug/StopwatchEvent.php | 6 +++--- DependencyInjection/AddClassesToCachePass.php | 6 +++--- DependencyInjection/ConfigurableExtension.php | 6 +++--- DependencyInjection/Extension.php | 6 +++--- DependencyInjection/MergeExtensionConfigurationPass.php | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Debug/Stopwatch.php b/Debug/Stopwatch.php index 63e14e2951..7f2673d386 100644 --- a/Debug/Stopwatch.php +++ b/Debug/Stopwatch.php @@ -1,12 +1,12 @@ * - * 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; diff --git a/Debug/StopwatchEvent.php b/Debug/StopwatchEvent.php index 70b6a5e74f..36e6541908 100644 --- a/Debug/StopwatchEvent.php +++ b/Debug/StopwatchEvent.php @@ -1,12 +1,12 @@ * - * 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; diff --git a/DependencyInjection/AddClassesToCachePass.php b/DependencyInjection/AddClassesToCachePass.php index d18c72b4ad..7e694eba7a 100644 --- a/DependencyInjection/AddClassesToCachePass.php +++ b/DependencyInjection/AddClassesToCachePass.php @@ -1,12 +1,12 @@ * - * 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; diff --git a/DependencyInjection/ConfigurableExtension.php b/DependencyInjection/ConfigurableExtension.php index 97e7b9e41c..0b675f41a9 100755 --- a/DependencyInjection/ConfigurableExtension.php +++ b/DependencyInjection/ConfigurableExtension.php @@ -1,12 +1,12 @@ * - * 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; diff --git a/DependencyInjection/Extension.php b/DependencyInjection/Extension.php index dcdf032de7..b8e4d5ad2d 100644 --- a/DependencyInjection/Extension.php +++ b/DependencyInjection/Extension.php @@ -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 * - * 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. */ /** diff --git a/DependencyInjection/MergeExtensionConfigurationPass.php b/DependencyInjection/MergeExtensionConfigurationPass.php index d7d9c18073..dcd73828de 100644 --- a/DependencyInjection/MergeExtensionConfigurationPass.php +++ b/DependencyInjection/MergeExtensionConfigurationPass.php @@ -1,12 +1,12 @@ * - * 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;