Skip to content

Commit

Permalink
Fix LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Nov 17, 2011
1 parent e033c51 commit f92d177
Show file tree
Hide file tree
Showing 49 changed files with 229 additions and 73 deletions.
5 changes: 4 additions & 1 deletion Command/CreateDatabaseDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/DoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/DropDatabaseDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/GenerateEntitiesDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/ImportMappingDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/InfoDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/Proxy/ClearMetadataCacheDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/Proxy/ClearQueryCacheDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/Proxy/ClearResultCacheDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/Proxy/ConvertMappingDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/Proxy/CreateSchemaDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
6 changes: 4 additions & 2 deletions Command/Proxy/DoctrineCommandHelper.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\DoctrineBundle\Command\Proxy;

use Symfony\Component\Console\Application;
Expand Down
5 changes: 4 additions & 1 deletion Command/Proxy/DropSchemaDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/Proxy/EnsureProductionSettingsDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/Proxy/RunDqlDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/Proxy/RunSqlDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/Proxy/UpdateSchemaDoctrineCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Command/Proxy/ValidateSchemaCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
9 changes: 6 additions & 3 deletions ConnectionFactory.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<?php

/*
* This file is part of the Symfony framework.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\DoctrineBundle;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<?php

/*
* This file is part of the Symfony framework.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler;
Expand Down
5 changes: 4 additions & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion DependencyInjection/DoctrineExtension.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion DependencyInjection/Security/UserProvider/EntityFactory.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion DoctrineBundle.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright (c) 2011 Fabien Potencier, Doctrine Project

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5 changes: 4 additions & 1 deletion Mapping/ClassMetadataCollection.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
5 changes: 4 additions & 1 deletion Mapping/DisconnectedMetadataFactory.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/*
* This file is part of the Symfony package.
* This file is part of the Doctrine Bundle
*
* The code was originally distributed inside the Symfony framework.
*
* (c) Fabien Potencier <[email protected]>
* (c) Doctrine Project, Benjamin Eberlei <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Loading

0 comments on commit f92d177

Please sign in to comment.