From 87ad04f2a81ca66d8407e4bb7c6316713d4889b8 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Tue, 30 Aug 2011 23:29:49 +0200 Subject: [PATCH] Fixed LICENSE --- Command/BuildCommand.php | 8 ++++++++ Command/BuildModelCommand.php | 8 ++++++++ Command/BuildSqlCommand.php | 8 ++++++++ Command/DataDumpCommand.php | 8 ++++++++ Command/DataSqlCommand.php | 8 ++++++++ Command/DatabaseCreateCommand.php | 8 ++++++++ Command/DatabaseDropCommand.php | 8 ++++++++ Command/GraphvizCommand.php | 8 ++++++++ Command/InsertSqlCommand.php | 8 ++++++++ Command/LoadFixturesCommand.php | 8 ++++++++ Command/MigrationGenerateDiffCommand.php | 8 ++++++++ Command/MigrationMigrateCommand.php | 8 ++++++++ Command/MigrationStatusCommand.php | 8 ++++++++ Command/Phing.php | 8 ++++++++ Command/PhingCommand.php | 8 ++++++++ Command/ReverseCommand.php | 8 ++++++++ Command/TableDropCommand.php | 8 ++++++++ Controller/PanelController.php | 8 ++++++++ DataCollector/PropelDataCollector.php | 8 ++++++++ DataCollector/Query.php | 8 ++++++++ DependencyInjection/Configuration.php | 8 ++++++++ DependencyInjection/PropelExtension.php | 8 ++++++++ DependencyInjection/Properties.php | 8 ++++++++ Form/ChoiceList/ModelChoiceList.php | 8 ++++++++ Form/DataTransformer/ModelToIdTransformer.php | 8 ++++++++ Form/DataTransformer/ModelsToArrayTransformer.php | 8 ++++++++ Form/EventListener/MergeCollectionListener.php | 8 ++++++++ Form/Type/ModelType.php | 8 ++++++++ Logger/PropelLogger.php | 8 ++++++++ PropelBundle.php | 8 ++++++++ Resources/meta/LICENSE | 2 +- Tests/DependencyInjection/PropelExtensionTest.php | 9 ++++----- Tests/TestCase.php | 11 +++++------ Twig/Extension/SyntaxExtension.php | 8 ++++++++ 34 files changed, 258 insertions(+), 12 deletions(-) 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 @@