Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 338c38c

Browse files
committed
Added LICENSE file headers
Fixes #98
1 parent 90b44c7 commit 338c38c

27 files changed

+110
-20
lines changed

Adapter/PhpcrOdmAdapter.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2013 Symfony CMF
6+
* (c) 2011-2014 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
1111

12+
1213
namespace Symfony\Cmf\Bundle\RoutingAutoBundle\Adapter;
1314

1415
use Doctrine\ODM\PHPCR\DocumentManager;

CmfRoutingAutoBundle.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2013 Symfony CMF
6+
* (c) 2011-2014 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
1111

12+
1213
namespace Symfony\Cmf\Bundle\RoutingAutoBundle;
1314

1415
use Symfony\Component\HttpKernel\Bundle\Bundle;

Command/RefreshCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2013 Symfony CMF
6+
* (c) 2011-2014 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
1111

12+
1213
namespace Symfony\Cmf\Bundle\RoutingAutoBundle\Command;
1314

1415
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;

DependencyInjection/CmfRoutingAutoExtension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2013 Symfony CMF
6+
* (c) 2011-2014 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
1111

12+
1213
namespace Symfony\Cmf\Bundle\RoutingAutoBundle\DependencyInjection;
1314

1415
use Symfony\Component\DependencyInjection\ContainerBuilder;

DependencyInjection/Compiler/AutoRoutePass.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2013 Symfony CMF
6+
* (c) 2011-2014 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
1111

12+
1213
namespace Symfony\Cmf\Bundle\RoutingAutoBundle\DependencyInjection\Compiler;
1314

1415
use Symfony\Component\DependencyInjection\ContainerBuilder;

DependencyInjection/Configuration.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2013 Symfony CMF
6+
* (c) 2011-2014 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
1111

12+
1213
namespace Symfony\Cmf\Bundle\RoutingAutoBundle\DependencyInjection;
1314

1415
use Symfony\Component\Config\Definition\ConfigurationInterface;

Doctrine/Phpcr/AutoRouteListener.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2013 Symfony CMF
6+
* (c) 2011-2014 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
1111

12+
1213
namespace Symfony\Cmf\Bundle\RoutingAutoBundle\Doctrine\Phpcr;
1314

1415
use Doctrine\Common\Persistence\Event\ManagerEventArgs;

Model/AutoRoute.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2013 Symfony CMF
6+
* (c) 2011-2014 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
1111

12+
1213
namespace Symfony\Cmf\Bundle\RoutingAutoBundle\Model;
1314

1415
use Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route;

Tests/Functional/BaseTestCase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2013 Symfony CMF
6+
* (c) 2011-2014 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
1111

12+
1213
namespace Symfony\Cmf\Bundle\RoutingAutoBundle\Tests\Functional;
1314

1415
use Symfony\Bundle\FrameworkBundle\Console\Application;

Tests/Functional/Command/RefreshCommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the Symfony CMF package.
55
*
6-
* (c) 2011-2013 Symfony CMF
6+
* (c) 2011-2014 Symfony CMF
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
1111

12+
1213
namespace Symfony\Cmf\Bundle\RoutingAutoBundle\Tests\Functional\Command;
1314

1415
use Symfony\Cmf\Bundle\RoutingAutoBundle\Tests\Functional\BaseTestCase;

0 commit comments

Comments
 (0)