Skip to content

Commit

Permalink
Fixed the license and the added version
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Feb 22, 2013
1 parent 8cfbe0c commit 16b407f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Doctrine/ORM/Query/AST/NewObjectExpression.php
Expand Up @@ -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
* <http://www.doctrine-project.org>.
*/

Expand All @@ -22,9 +22,8 @@
/**
* 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 <fabio.bat.silva@gmail.com>
*/
class NewObjectExpression extends Node
Expand Down

0 comments on commit 16b407f

Please sign in to comment.