1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Fix some LGPL occurances to MIT

This commit is contained in:
Benjamin Eberlei 2013-10-02 12:07:28 +02:00
parent 2021d12df8
commit fc53bc8909
23 changed files with 23 additions and 23 deletions

View File

@ -24,7 +24,7 @@ use Doctrine\ORM\EntityManager;
/** /**
* Provides event arguments for the onClear event. * Provides event arguments for the onClear event.
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.org * @link www.doctrine-project.org
* @since 2.0 * @since 2.0
* @author Roman Borschel <roman@code-factory.de> * @author Roman Borschel <roman@code-factory.de>

View File

@ -25,7 +25,7 @@ use Doctrine\ORM\EntityManager;
/** /**
* Provides event arguments for the preFlush event. * Provides event arguments for the preFlush event.
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.org * @link www.doctrine-project.org
* @since 2.0 * @since 2.0
* @author Roman Borschel <roman@code-factory.de> * @author Roman Borschel <roman@code-factory.de>

View File

@ -24,7 +24,7 @@ use Doctrine\Common\EventArgs;
/** /**
* Provides event arguments for the postFlush event. * Provides event arguments for the postFlush event.
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.org * @link www.doctrine-project.org
* @since 2.0 * @since 2.0
* @author Daniel Freudenberger <df@rebuy.de> * @author Daniel Freudenberger <df@rebuy.de>

View File

@ -25,7 +25,7 @@ use Doctrine\ORM\EntityManager;
/** /**
* Provides event arguments for the preFlush event. * Provides event arguments for the preFlush event.
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.com * @link www.doctrine-project.com
* @since 2.0 * @since 2.0
* @author Roman Borschel <roman@code-factory.de> * @author Roman Borschel <roman@code-factory.de>

View File

@ -25,7 +25,7 @@ use Doctrine\ORM\Mapping\ClassMetadataInfo;
/** /**
* Builder Object for ClassMetadata * Builder Object for ClassMetadata
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.com * @link www.doctrine-project.com
* @since 2.2 * @since 2.2
* @author Benjamin Eberlei <kontakt@beberlei.de> * @author Benjamin Eberlei <kontakt@beberlei.de>

View File

@ -22,7 +22,7 @@ namespace Doctrine\ORM\Mapping\Builder;
/** /**
* Field Builder * Field Builder
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.com * @link www.doctrine-project.com
* @since 2.2 * @since 2.2
* @author Benjamin Eberlei <kontakt@beberlei.de> * @author Benjamin Eberlei <kontakt@beberlei.de>

View File

@ -22,7 +22,7 @@ namespace Doctrine\ORM\Mapping\Builder;
/** /**
* ManyToMany Association Builder * ManyToMany Association Builder
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.com * @link www.doctrine-project.com
* @since 2.0 * @since 2.0
* @author Benjamin Eberlei <kontakt@beberlei.de> * @author Benjamin Eberlei <kontakt@beberlei.de>

View File

@ -22,7 +22,7 @@ namespace Doctrine\ORM\Mapping\Builder;
/** /**
* OneToMany Association Builder * OneToMany Association Builder
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.com * @link www.doctrine-project.com
* @since 2.0 * @since 2.0
* @author Benjamin Eberlei <kontakt@beberlei.de> * @author Benjamin Eberlei <kontakt@beberlei.de>

View File

@ -28,7 +28,7 @@ use Doctrine\ORM\Mapping\MappingException;
/** /**
* XmlDriver is a metadata driver that enables mapping through XML files. * XmlDriver is a metadata driver that enables mapping through XML files.
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.org * @link www.doctrine-project.org
* @since 2.0 * @since 2.0
* @author Benjamin Eberlei <kontakt@beberlei.de> * @author Benjamin Eberlei <kontakt@beberlei.de>

View File

@ -22,7 +22,7 @@ namespace Doctrine\ORM;
/** /**
* Pessimistic Lock Exception * Pessimistic Lock Exception
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.com * @link www.doctrine-project.com
* @since 1.0 * @since 1.0
* @author Benjamin Eberlei <kontakt@beberlei.de> * @author Benjamin Eberlei <kontakt@beberlei.de>

View File

@ -22,7 +22,7 @@ namespace Doctrine\ORM\Query\AST;
/** /**
* JoinClassPathExpression ::= AbstractSchemaName ["AS"] AliasIdentificationVariable * JoinClassPathExpression ::= AbstractSchemaName ["AS"] AliasIdentificationVariable
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.org * @link www.doctrine-project.org
* @since 2.3 * @since 2.3
* @author Alexander <iam.asm89@gmail.com> * @author Alexander <iam.asm89@gmail.com>

View File

@ -26,7 +26,7 @@ use Doctrine\DBAL\Cache\QueryCacheProfile;
* Base class for SQL statement executors. * Base class for SQL statement executors.
* *
* @author Roman Borschel <roman@code-factory.org> * @author Roman Borschel <roman@code-factory.org>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://www.doctrine-project.org * @link http://www.doctrine-project.org
* @since 2.0 * @since 2.0
* @todo Rename: AbstractSQLExecutor * @todo Rename: AbstractSQLExecutor

View File

@ -27,7 +27,7 @@ use Doctrine\ORM\Query\AST;
* Class Table Inheritance (JOINED). * Class Table Inheritance (JOINED).
* *
* @author Roman Borschel <roman@code-factory.org> * @author Roman Borschel <roman@code-factory.org>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://www.doctrine-project.org * @link http://www.doctrine-project.org
* @since 2.0 * @since 2.0
*/ */

View File

@ -26,7 +26,7 @@ use Doctrine\ORM\Query\SqlWalker;
/** /**
* Executor that executes the SQL statement for simple DQL SELECT statements. * Executor that executes the SQL statement for simple DQL SELECT statements.
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @author Roman Borschel <roman@code-factory.org> * @author Roman Borschel <roman@code-factory.org>
* @link www.doctrine-project.org * @link www.doctrine-project.org
* @since 2.0 * @since 2.0

View File

@ -26,7 +26,7 @@ use Doctrine\ORM\Query\AST;
* Executor that executes the SQL statements for DQL DELETE/UPDATE statements on classes * Executor that executes the SQL statements for DQL DELETE/UPDATE statements on classes
* that are mapped to a single table. * that are mapped to a single table.
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @author Roman Borschel <roman@code-factory.org> * @author Roman Borschel <roman@code-factory.org>
* @link www.doctrine-project.org * @link www.doctrine-project.org
* @since 2.0 * @since 2.0

View File

@ -26,7 +26,7 @@ namespace Doctrine\ORM\Query;
* @author Guilherme Blanco <guilhermeblanco@hotmail.com> * @author Guilherme Blanco <guilhermeblanco@hotmail.com>
* @author Janne Vanhala <jpvanhal@cc.hut.fi> * @author Janne Vanhala <jpvanhal@cc.hut.fi>
* @author Roman Borschel <roman@code-factory.org> * @author Roman Borschel <roman@code-factory.org>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://www.doctrine-project.org * @link http://www.doctrine-project.org
* @since 2.0 * @since 2.0
*/ */

View File

@ -23,7 +23,7 @@ namespace Doctrine\ORM\Query;
* A parse tree printer for Doctrine Query Language parser. * A parse tree printer for Doctrine Query Language parser.
* *
* @author Janne Vanhala <jpvanhal@cc.hut.fi> * @author Janne Vanhala <jpvanhal@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://www.phpdoctrine.org * @link http://www.phpdoctrine.org
* @since 2.0 * @since 2.0
*/ */

View File

@ -27,7 +27,7 @@ use Doctrine\ORM\Tools\SchemaValidator;
/** /**
* Command to validate that the current mapping is valid. * Command to validate that the current mapping is valid.
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.com * @link www.doctrine-project.com
* @since 1.0 * @since 1.0
* @author Benjamin Eberlei <kontakt@beberlei.de> * @author Benjamin Eberlei <kontakt@beberlei.de>

View File

@ -22,7 +22,7 @@ namespace Doctrine\ORM\Tools\Console;
/** /**
* Used by CLI Tools to restrict entity-based commands to given patterns. * Used by CLI Tools to restrict entity-based commands to given patterns.
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.com * @link www.doctrine-project.com
* @since 1.0 * @since 1.0
* @author Benjamin Eberlei <kontakt@beberlei.de> * @author Benjamin Eberlei <kontakt@beberlei.de>

View File

@ -26,7 +26,7 @@ use Doctrine\ORM\EntityManager;
/** /**
* Event Args used for the Events::postGenerateSchema event. * Event Args used for the Events::postGenerateSchema event.
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.com * @link www.doctrine-project.com
* @since 1.0 * @since 1.0
* @author Benjamin Eberlei <kontakt@beberlei.de> * @author Benjamin Eberlei <kontakt@beberlei.de>

View File

@ -26,7 +26,7 @@ use Doctrine\DBAL\Schema\Table;
/** /**
* Event Args used for the Events::postGenerateSchemaTable event. * Event Args used for the Events::postGenerateSchemaTable event.
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.com * @link www.doctrine-project.com
* @since 1.0 * @since 1.0
* @author Benjamin Eberlei <kontakt@beberlei.de> * @author Benjamin Eberlei <kontakt@beberlei.de>

View File

@ -26,7 +26,7 @@ use Doctrine\DBAL\Types\Type;
/** /**
* Performs strict validation of the mapping schema * Performs strict validation of the mapping schema
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.com * @link www.doctrine-project.com
* @since 1.0 * @since 1.0
* @author Benjamin Eberlei <kontakt@beberlei.de> * @author Benjamin Eberlei <kontakt@beberlei.de>

View File

@ -22,7 +22,7 @@ namespace Doctrine\ORM;
/** /**
* Is thrown when a transaction is required for the current operation, but there is none open. * Is thrown when a transaction is required for the current operation, but there is none open.
* *
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/mit-license.php MIT
* @link www.doctrine-project.com * @link www.doctrine-project.com
* @since 1.0 * @since 1.0
* @author Benjamin Eberlei <kontakt@beberlei.de> * @author Benjamin Eberlei <kontakt@beberlei.de>