Skip to content

Commit e8c755a

Browse files
committed
Updated license headers
- Bumped year - Added missing headers refs symfony-cmf/symfony-cmf#184
1 parent 832c375 commit e8c755a

File tree

14 files changed

+140
-0
lines changed

14 files changed

+140
-0
lines changed

src/Symfony/Cmf/Component/Testing/DataFixtures/PHPCR/LoadBaseData.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2014 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Component\Testing\DataFixtures\PHPCR;
414

515
use Doctrine\Common\DataFixtures\FixtureInterface;

src/Symfony/Cmf/Component/Testing/Document/Content.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2014 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Component\Testing\Document;
414

515
use Doctrine\ODM\PHPCR\Mapping\Annotations as PHPCRODM;

src/Symfony/Cmf/Component/Testing/Functional/BaseTestCase.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2014 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Component\Testing\Functional;
414

515
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

src/Symfony/Cmf/Component/Testing/Functional/DbManager/ORM.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2014 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Component\Testing\Functional\DbManager;
414

515
use Symfony\Component\DependencyInjection\ContainerInterface;

src/Symfony/Cmf/Component/Testing/Functional/DbManager/PHPCR.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2014 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Component\Testing\Functional\DbManager;
414

515
use Doctrine\Common\DataFixtures\Purger\PHPCRPurger;

src/Symfony/Cmf/Component/Testing/HttpKernel/TestKernel.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2014 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Component\Testing\HttpKernel;
414

515
use Symfony\Component\Filesystem\Filesystem;

src/Symfony/Cmf/Component/Testing/Phpunit/DatabaseTestListener.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2014 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Component\Testing\Phpunit;
414

515
use Symfony\Component\Process\ProcessBuilder;

src/Symfony/Cmf/Component/Testing/Unit/Constraint/SchemaAcceptsXml.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2014 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Component\Testing\Unit\Constraint;
414

515
class SchemaAcceptsXml extends \PHPUnit_Framework_Constraint

src/Symfony/Cmf/Component/Testing/Unit/XmlSchemaTestCase.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2014 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Symfony\Cmf\Component\Testing\Unit;
414

515
class XmlSchemaTestCase extends \PHPUnit_Framework_TestCase

tests/Functional/BaseTestCaseTest.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2014 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
namespace Tests\Functional;
414

515
use Symfony\Cmf\Component\Testing\HttpKernel\TestKernel;

0 commit comments

Comments
 (0)