From 16b407f5351bbf3d669387cd5f48c121b9e6a06b Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Fri, 22 Feb 2013 17:50:31 +0100 Subject: [PATCH] Fixed the license and the added version --- lib/Doctrine/ORM/Query/AST/NewObjectExpression.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Doctrine/ORM/Query/AST/NewObjectExpression.php b/lib/Doctrine/ORM/Query/AST/NewObjectExpression.php index 2603cf81b..65b94ac63 100644 --- a/lib/Doctrine/ORM/Query/AST/NewObjectExpression.php +++ b/lib/Doctrine/ORM/Query/AST/NewObjectExpression.php @@ -13,7 +13,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * This software consists of voluntary contributions made by many individuals - * and is licensed under the LGPL. For more information, see + * and is licensed under the MIT. For more information, see * . */ @@ -22,9 +22,8 @@ namespace Doctrine\ORM\Query\AST; /** * NewObjectExpression ::= "NEW" IdentificationVariable "(" NewObjectArg {"," NewObjectArg}* ")" * - * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @link www.doctrine-project.org - * @since 2.3 + * @since 2.4 * @author Fabio B. Silva */ class NewObjectExpression extends Node