Skip to content

Commit

Permalink
Merge pull request #215 from mikeSimonson/copyright-header
Browse files Browse the repository at this point in the history
Removing the copyright header
  • Loading branch information
mikeSimonson committed Oct 31, 2017
2 parents 850c81e + fe13288 commit f10dda4
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 133 deletions.
11 changes: 0 additions & 11 deletions Command/DoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
<?php

/*
* This file is part of the Doctrine MigrationsBundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Doctrine Project, Benjamin Eberlei <kontakt@beberlei.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\MigrationsBundle\Command;

Expand Down
12 changes: 0 additions & 12 deletions Command/Helper/DoctrineCommandHelper.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
<?php

/*
* This file is part of the Doctrine MigrationsBundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Doctrine Project, Guilehrme Blanco <guilhermeblanco@hotmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\MigrationsBundle\Command\Helper;

use Doctrine\Bundle\DoctrineBundle\Command\Proxy\DoctrineCommandHelper as BaseDoctrineCommandHelper;
Expand Down
11 changes: 0 additions & 11 deletions Command/MigrationsDiffDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
<?php

/*
* This file is part of the Doctrine MigrationsBundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Doctrine Project, Benjamin Eberlei <kontakt@beberlei.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\MigrationsBundle\Command;

Expand Down
11 changes: 0 additions & 11 deletions Command/MigrationsExecuteDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
<?php

/*
* This file is part of the Doctrine MigrationsBundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Doctrine Project, Benjamin Eberlei <kontakt@beberlei.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\MigrationsBundle\Command;

Expand Down
11 changes: 0 additions & 11 deletions Command/MigrationsGenerateDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
<?php

/*
* This file is part of the Doctrine MigrationsBundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Doctrine Project, Benjamin Eberlei <kontakt@beberlei.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\MigrationsBundle\Command;

Expand Down
11 changes: 0 additions & 11 deletions Command/MigrationsLatestDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
<?php

/*
* This file is part of the Doctrine MigrationsBundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Doctrine Project, Benjamin Eberlei <kontakt@beberlei.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\MigrationsBundle\Command;

Expand Down
11 changes: 0 additions & 11 deletions Command/MigrationsMigrateDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
<?php

/*
* This file is part of the Doctrine MigrationsBundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Doctrine Project, Benjamin Eberlei <kontakt@beberlei.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\MigrationsBundle\Command;

Expand Down
11 changes: 0 additions & 11 deletions Command/MigrationsStatusDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
<?php

/*
* This file is part of the Doctrine MigrationsBundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Doctrine Project, Benjamin Eberlei <kontakt@beberlei.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\MigrationsBundle\Command;

Expand Down
11 changes: 0 additions & 11 deletions Command/MigrationsVersionDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
<?php

/*
* This file is part of the Doctrine MigrationsBundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Doctrine Project, Benjamin Eberlei <kontakt@beberlei.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\MigrationsBundle\Command;

Expand Down
11 changes: 0 additions & 11 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
<?php

/*
* This file is part of the Doctrine MigrationsBundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Doctrine Project, Benjamin Eberlei <kontakt@beberlei.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\MigrationsBundle\DependencyInjection;

Expand Down
11 changes: 0 additions & 11 deletions DependencyInjection/DoctrineMigrationsExtension.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
<?php

/*
* This file is part of the Doctrine MigrationsBundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Doctrine Project, Benjamin Eberlei <kontakt@beberlei.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\MigrationsBundle\DependencyInjection;

Expand Down
11 changes: 0 additions & 11 deletions DoctrineMigrationsBundle.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
<?php

/*
* This file is part of the Doctrine MigrationsBundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Doctrine Project, Benjamin Eberlei <kontakt@beberlei.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\MigrationsBundle;

Expand Down

0 comments on commit f10dda4

Please sign in to comment.