diff --git a/Command/BuildCommand.php b/Command/BuildCommand.php index ef3adae..79c0c13 100644 --- a/Command/BuildCommand.php +++ b/Command/BuildCommand.php @@ -1,5 +1,13 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/DependencyInjection/PropelExtensionTest.php b/Tests/DependencyInjection/PropelExtensionTest.php index 1f02e7a..b447496 100644 --- a/Tests/DependencyInjection/PropelExtensionTest.php +++ b/Tests/DependencyInjection/PropelExtensionTest.php @@ -1,12 +1,11 @@ - * +/** + * This file is part of the PropelBundle package. * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. + * + * @license MIT License */ namespace Propel\PropelBundle\Tests\DependencyInjection; diff --git a/Tests/TestCase.php b/Tests/TestCase.php index 1b3a794..166110e 100644 --- a/Tests/TestCase.php +++ b/Tests/TestCase.php @@ -1,12 +1,11 @@ - * +/** + * This file is part of the PropelBundle package. * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. + * + * @license MIT License */ namespace Propel\PropelBundle\Tests; @@ -17,7 +16,7 @@ use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag; /** * TestCase * - * @author William DURAND + * @author William DURAND */ class TestCase extends \PHPUnit_Framework_TestCase { diff --git a/Twig/Extension/SyntaxExtension.php b/Twig/Extension/SyntaxExtension.php index 79bce69..193bf1a 100644 --- a/Twig/Extension/SyntaxExtension.php +++ b/Twig/Extension/SyntaxExtension.php @@ -1,5 +1,13 @@