Skip to content

Commit f10dda4

Browse files
authored
Merge pull request #215 from mikeSimonson/copyright-header
Removing the copyright header
2 parents 850c81e + fe13288 commit f10dda4

12 files changed

+0
-133
lines changed

Command/DoctrineCommand.php

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

3-
/*
4-
* This file is part of the Doctrine MigrationsBundle
5-
*
6-
* The code was originally distributed inside the Symfony framework.
7-
*
8-
* (c) Fabien Potencier <[email protected]>
9-
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
10-
*
11-
* For the full copyright and license information, please view the LICENSE
12-
* file that was distributed with this source code.
13-
*/
143

154
namespace Doctrine\Bundle\MigrationsBundle\Command;
165

Command/Helper/DoctrineCommandHelper.php

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

3-
/*
4-
* This file is part of the Doctrine MigrationsBundle
5-
*
6-
* The code was originally distributed inside the Symfony framework.
7-
*
8-
* (c) Fabien Potencier <[email protected]>
9-
* (c) Doctrine Project, Guilehrme Blanco <[email protected]>
10-
*
11-
* For the full copyright and license information, please view the LICENSE
12-
* file that was distributed with this source code.
13-
*/
14-
153
namespace Doctrine\Bundle\MigrationsBundle\Command\Helper;
164

175
use Doctrine\Bundle\DoctrineBundle\Command\Proxy\DoctrineCommandHelper as BaseDoctrineCommandHelper;

Command/MigrationsDiffDoctrineCommand.php

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

3-
/*
4-
* This file is part of the Doctrine MigrationsBundle
5-
*
6-
* The code was originally distributed inside the Symfony framework.
7-
*
8-
* (c) Fabien Potencier <[email protected]>
9-
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
10-
*
11-
* For the full copyright and license information, please view the LICENSE
12-
* file that was distributed with this source code.
13-
*/
143

154
namespace Doctrine\Bundle\MigrationsBundle\Command;
165

Command/MigrationsExecuteDoctrineCommand.php

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

3-
/*
4-
* This file is part of the Doctrine MigrationsBundle
5-
*
6-
* The code was originally distributed inside the Symfony framework.
7-
*
8-
* (c) Fabien Potencier <[email protected]>
9-
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
10-
*
11-
* For the full copyright and license information, please view the LICENSE
12-
* file that was distributed with this source code.
13-
*/
143

154
namespace Doctrine\Bundle\MigrationsBundle\Command;
165

Command/MigrationsGenerateDoctrineCommand.php

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

3-
/*
4-
* This file is part of the Doctrine MigrationsBundle
5-
*
6-
* The code was originally distributed inside the Symfony framework.
7-
*
8-
* (c) Fabien Potencier <[email protected]>
9-
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
10-
*
11-
* For the full copyright and license information, please view the LICENSE
12-
* file that was distributed with this source code.
13-
*/
143

154
namespace Doctrine\Bundle\MigrationsBundle\Command;
165

Command/MigrationsLatestDoctrineCommand.php

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

3-
/*
4-
* This file is part of the Doctrine MigrationsBundle
5-
*
6-
* The code was originally distributed inside the Symfony framework.
7-
*
8-
* (c) Fabien Potencier <[email protected]>
9-
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
10-
*
11-
* For the full copyright and license information, please view the LICENSE
12-
* file that was distributed with this source code.
13-
*/
143

154
namespace Doctrine\Bundle\MigrationsBundle\Command;
165

Command/MigrationsMigrateDoctrineCommand.php

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

3-
/*
4-
* This file is part of the Doctrine MigrationsBundle
5-
*
6-
* The code was originally distributed inside the Symfony framework.
7-
*
8-
* (c) Fabien Potencier <[email protected]>
9-
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
10-
*
11-
* For the full copyright and license information, please view the LICENSE
12-
* file that was distributed with this source code.
13-
*/
143

154
namespace Doctrine\Bundle\MigrationsBundle\Command;
165

Command/MigrationsStatusDoctrineCommand.php

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

3-
/*
4-
* This file is part of the Doctrine MigrationsBundle
5-
*
6-
* The code was originally distributed inside the Symfony framework.
7-
*
8-
* (c) Fabien Potencier <[email protected]>
9-
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
10-
*
11-
* For the full copyright and license information, please view the LICENSE
12-
* file that was distributed with this source code.
13-
*/
143

154
namespace Doctrine\Bundle\MigrationsBundle\Command;
165

Command/MigrationsVersionDoctrineCommand.php

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

3-
/*
4-
* This file is part of the Doctrine MigrationsBundle
5-
*
6-
* The code was originally distributed inside the Symfony framework.
7-
*
8-
* (c) Fabien Potencier <[email protected]>
9-
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
10-
*
11-
* For the full copyright and license information, please view the LICENSE
12-
* file that was distributed with this source code.
13-
*/
143

154
namespace Doctrine\Bundle\MigrationsBundle\Command;
165

DependencyInjection/Configuration.php

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

3-
/*
4-
* This file is part of the Doctrine MigrationsBundle
5-
*
6-
* The code was originally distributed inside the Symfony framework.
7-
*
8-
* (c) Fabien Potencier <[email protected]>
9-
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
10-
*
11-
* For the full copyright and license information, please view the LICENSE
12-
* file that was distributed with this source code.
13-
*/
143

154
namespace Doctrine\Bundle\MigrationsBundle\DependencyInjection;
165

0 commit comments

Comments
 (0)