From df347646ce499bfa2a322e81424fee9633c64476 Mon Sep 17 00:00:00 2001 From: Tadas Date: Mon, 8 Sep 2014 23:16:46 +0300 Subject: [PATCH] Change file headers. --- Controller/RedirectController.php | 2 +- DependencyInjection/Compiler/ChainRouterPass.php | 2 +- DependencyInjection/Compiler/DynamicRouterPass.php | 2 +- DependencyInjection/Compiler/SymfonyRouterPass.php | 2 +- DependencyInjection/Configuration.php | 2 +- DependencyInjection/TadckaRoutingExtension.php | 2 +- Doctrine/EntityManager/RedirectRouteManager.php | 2 +- Doctrine/EntityManager/RouteManager.php | 2 +- Exception/RoutingRuntimeException.php | 2 +- Form/Type/RouteFormType.php | 2 +- Generator/RouteGenerator.php | 2 +- Manager/InMemoryRouteManager.php | 2 +- Model/Manager/RedirectRouteManager.php | 2 +- Model/Manager/RedirectRouteManagerInterface.php | 2 +- Model/Manager/RouteManager.php | 2 +- Model/Manager/RouteManagerInterface.php | 2 +- Model/RedirectRoute.php | 2 +- Model/RedirectRouteInterface.php | 2 +- Model/Route.php | 2 +- Model/RouteInterface.php | 2 +- Provider/RouteProvider.php | 2 +- Resources/config/doctrine/base/Route.orm.xml | 2 +- Resources/config/doctrine/model/Route.orm.xml | 2 +- TadckaRoutingBundle.php | 2 +- Tests/Generator/RouteGeneratorTest.php | 2 +- Tests/Manager/InMemoryRouteManagerTest.php | 2 +- Tests/Mock/Model/Manager/MockRouteManager.php | 2 +- Tests/Mock/Model/MockRoute.php | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Controller/RedirectController.php b/Controller/RedirectController.php index 6b6b6e3..6b051d6 100644 --- a/Controller/RedirectController.php +++ b/Controller/RedirectController.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/DependencyInjection/Compiler/ChainRouterPass.php b/DependencyInjection/Compiler/ChainRouterPass.php index b94801b..1369200 100644 --- a/DependencyInjection/Compiler/ChainRouterPass.php +++ b/DependencyInjection/Compiler/ChainRouterPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/DependencyInjection/Compiler/DynamicRouterPass.php b/DependencyInjection/Compiler/DynamicRouterPass.php index a4aa7bb..5abba68 100644 --- a/DependencyInjection/Compiler/DynamicRouterPass.php +++ b/DependencyInjection/Compiler/DynamicRouterPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/DependencyInjection/Compiler/SymfonyRouterPass.php b/DependencyInjection/Compiler/SymfonyRouterPass.php index b8fbe92..16f0970 100644 --- a/DependencyInjection/Compiler/SymfonyRouterPass.php +++ b/DependencyInjection/Compiler/SymfonyRouterPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index f552f6f..fb180ca 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/DependencyInjection/TadckaRoutingExtension.php b/DependencyInjection/TadckaRoutingExtension.php index f4db75a..03fea10 100644 --- a/DependencyInjection/TadckaRoutingExtension.php +++ b/DependencyInjection/TadckaRoutingExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Doctrine/EntityManager/RedirectRouteManager.php b/Doctrine/EntityManager/RedirectRouteManager.php index 5e91f3b..3807631 100644 --- a/Doctrine/EntityManager/RedirectRouteManager.php +++ b/Doctrine/EntityManager/RedirectRouteManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Doctrine/EntityManager/RouteManager.php b/Doctrine/EntityManager/RouteManager.php index 2bddc98..22dcb22 100644 --- a/Doctrine/EntityManager/RouteManager.php +++ b/Doctrine/EntityManager/RouteManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Exception/RoutingRuntimeException.php b/Exception/RoutingRuntimeException.php index 8a67c80..347ba88 100644 --- a/Exception/RoutingRuntimeException.php +++ b/Exception/RoutingRuntimeException.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Form/Type/RouteFormType.php b/Form/Type/RouteFormType.php index 06cf85f..197d308 100644 --- a/Form/Type/RouteFormType.php +++ b/Form/Type/RouteFormType.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Generator/RouteGenerator.php b/Generator/RouteGenerator.php index 1d542a0..3d8ca35 100644 --- a/Generator/RouteGenerator.php +++ b/Generator/RouteGenerator.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Manager/InMemoryRouteManager.php b/Manager/InMemoryRouteManager.php index 5520710..6a40edb 100644 --- a/Manager/InMemoryRouteManager.php +++ b/Manager/InMemoryRouteManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Model/Manager/RedirectRouteManager.php b/Model/Manager/RedirectRouteManager.php index f447294..8833c0a 100644 --- a/Model/Manager/RedirectRouteManager.php +++ b/Model/Manager/RedirectRouteManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Model/Manager/RedirectRouteManagerInterface.php b/Model/Manager/RedirectRouteManagerInterface.php index cc69245..68388be 100644 --- a/Model/Manager/RedirectRouteManagerInterface.php +++ b/Model/Manager/RedirectRouteManagerInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Model/Manager/RouteManager.php b/Model/Manager/RouteManager.php index ba06833..2c758a8 100644 --- a/Model/Manager/RouteManager.php +++ b/Model/Manager/RouteManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Model/Manager/RouteManagerInterface.php b/Model/Manager/RouteManagerInterface.php index f7ae957..3466f5b 100644 --- a/Model/Manager/RouteManagerInterface.php +++ b/Model/Manager/RouteManagerInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Model/RedirectRoute.php b/Model/RedirectRoute.php index 68eb601..f456cc7 100644 --- a/Model/RedirectRoute.php +++ b/Model/RedirectRoute.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Model/RedirectRouteInterface.php b/Model/RedirectRouteInterface.php index 0e19b0a..e7b8c92 100644 --- a/Model/RedirectRouteInterface.php +++ b/Model/RedirectRouteInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Model/Route.php b/Model/Route.php index 36335a4..95793f0 100644 --- a/Model/Route.php +++ b/Model/Route.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Model/RouteInterface.php b/Model/RouteInterface.php index 4f9e292..6103355 100644 --- a/Model/RouteInterface.php +++ b/Model/RouteInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Provider/RouteProvider.php b/Provider/RouteProvider.php index b195e18..5b00791 100644 --- a/Provider/RouteProvider.php +++ b/Provider/RouteProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Tadcka package. * - * (c) Tadcka + * (c) Tadas Gliaubicas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resources/config/doctrine/base/Route.orm.xml b/Resources/config/doctrine/base/Route.orm.xml index bee986f..877ab90 100644 --- a/Resources/config/doctrine/base/Route.orm.xml +++ b/Resources/config/doctrine/base/Route.orm.xml @@ -3,7 +3,7 @@