diff --git a/src/BehatKernel.php b/src/BehatKernel.php index 2e149d73..08af1c45 100644 --- a/src/BehatKernel.php +++ b/src/BehatKernel.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ use Pimcore\HttpKernel\BundleCollection\BundleCollection; diff --git a/src/DataDefinitionsBundle/Command/ConvertExportDefinitionsToYaml.php b/src/DataDefinitionsBundle/Command/ConvertExportDefinitionsToYaml.php index 3a54575e..c13e79b6 100644 --- a/src/DataDefinitionsBundle/Command/ConvertExportDefinitionsToYaml.php +++ b/src/DataDefinitionsBundle/Command/ConvertExportDefinitionsToYaml.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ namespace Instride\Bundle\DataDefinitionsBundle\Command; diff --git a/src/DataDefinitionsBundle/Command/ConvertImportDefinitionsToYaml.php b/src/DataDefinitionsBundle/Command/ConvertImportDefinitionsToYaml.php index 84a0ed8f..455ce6db 100644 --- a/src/DataDefinitionsBundle/Command/ConvertImportDefinitionsToYaml.php +++ b/src/DataDefinitionsBundle/Command/ConvertImportDefinitionsToYaml.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ namespace Instride\Bundle\DataDefinitionsBundle\Command; diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/PersisterRegistryCompilerPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/PersisterRegistryCompilerPass.php index 4353e2ea..9f1e3906 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/PersisterRegistryCompilerPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/PersisterRegistryCompilerPass.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ namespace Instride\Bundle\DataDefinitionsBundle\DependencyInjection\Compiler; diff --git a/src/DataDefinitionsBundle/Event/EventDispatcher.php b/src/DataDefinitionsBundle/Event/EventDispatcher.php index 1ecfadc8..7f72f591 100644 --- a/src/DataDefinitionsBundle/Event/EventDispatcher.php +++ b/src/DataDefinitionsBundle/Event/EventDispatcher.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ namespace Instride\Bundle\DataDefinitionsBundle\Event; diff --git a/src/DataDefinitionsBundle/Event/EventDispatcherInterface.php b/src/DataDefinitionsBundle/Event/EventDispatcherInterface.php index c66b3899..f9c125da 100644 --- a/src/DataDefinitionsBundle/Event/EventDispatcherInterface.php +++ b/src/DataDefinitionsBundle/Event/EventDispatcherInterface.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ namespace Instride\Bundle\DataDefinitionsBundle\Event; diff --git a/src/DataDefinitionsBundle/Form/Type/ExportMappingType.php b/src/DataDefinitionsBundle/Form/Type/ExportMappingType.php index a47ed592..68247b96 100644 --- a/src/DataDefinitionsBundle/Form/Type/ExportMappingType.php +++ b/src/DataDefinitionsBundle/Form/Type/ExportMappingType.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ namespace Instride\Bundle\DataDefinitionsBundle\Form\Type; diff --git a/src/DataDefinitionsBundle/Form/Type/FilterChoiceType.php b/src/DataDefinitionsBundle/Form/Type/FilterChoiceType.php index 62ceca37..c1372452 100644 --- a/src/DataDefinitionsBundle/Form/Type/FilterChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/FilterChoiceType.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ namespace Instride\Bundle\DataDefinitionsBundle\Form\Type; diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/CarbonInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/CarbonInterpreterType.php index 5d70f144..81da3156 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/CarbonInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/CarbonInterpreterType.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ namespace Instride\Bundle\DataDefinitionsBundle\Form\Type\Interpreter; diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/MoneyInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/MoneyInterpreterType.php index 8840a4b3..b33ac2f7 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/MoneyInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/MoneyInterpreterType.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ namespace Instride\Bundle\DataDefinitionsBundle\Form\Type\Interpreter\CoreShop; diff --git a/src/DataDefinitionsBundle/Form/Type/PersisterChoiceType.php b/src/DataDefinitionsBundle/Form/Type/PersisterChoiceType.php index 92f7212c..4fa692ec 100644 --- a/src/DataDefinitionsBundle/Form/Type/PersisterChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/PersisterChoiceType.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ namespace Instride\Bundle\DataDefinitionsBundle\Form\Type; diff --git a/src/DataDefinitionsBundle/Model/IdGenerator.php b/src/DataDefinitionsBundle/Model/IdGenerator.php index 4b35cd57..4cfddf00 100644 --- a/src/DataDefinitionsBundle/Model/IdGenerator.php +++ b/src/DataDefinitionsBundle/Model/IdGenerator.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ namespace Instride\Bundle\DataDefinitionsBundle\Model; diff --git a/src/DataDefinitionsBundle/Persister/Persister.php b/src/DataDefinitionsBundle/Persister/Persister.php index ebf373bf..190d7aaf 100644 --- a/src/DataDefinitionsBundle/Persister/Persister.php +++ b/src/DataDefinitionsBundle/Persister/Persister.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ namespace Instride\Bundle\DataDefinitionsBundle\Persister; diff --git a/src/DataDefinitionsBundle/Persister/PersisterInterface.php b/src/DataDefinitionsBundle/Persister/PersisterInterface.php index 072e90b4..96225674 100644 --- a/src/DataDefinitionsBundle/Persister/PersisterInterface.php +++ b/src/DataDefinitionsBundle/Persister/PersisterInterface.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ namespace Instride\Bundle\DataDefinitionsBundle\Persister; diff --git a/src/Kernel.php b/src/Kernel.php index b298fc14..5d60c65b 100644 --- a/src/Kernel.php +++ b/src/Kernel.php @@ -3,8 +3,6 @@ declare(strict_types=1); /* - * CoreShop - * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Data Definitions Commercial License (DDCL) @@ -13,7 +11,6 @@ * * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) * @license GPLv3 and DDCL - * */ use Pimcore\HttpKernel\BundleCollection\BundleCollection;