From fd76da28c5f177091a091c12ba0eabb10981dd43 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Thu, 17 Oct 2024 08:22:17 +0200 Subject: [PATCH] [License] change license to Dual-License with GPL and Data Definitions Commercial License (DDCL) --- ecs.php | 2 +- src/BehatKernel.php | 2 +- src/DataDefinitionsBundle/Cleaner/AbstractCleaner.php | 2 +- src/DataDefinitionsBundle/Cleaner/CleanerInterface.php | 2 +- src/DataDefinitionsBundle/Cleaner/Deleter.php | 2 +- src/DataDefinitionsBundle/Cleaner/None.php | 2 +- src/DataDefinitionsBundle/Cleaner/ReferenceCleaner.php | 2 +- src/DataDefinitionsBundle/Cleaner/Unpublisher.php | 2 +- .../Command/AbstractImportDefinitionCommand.php | 2 +- .../Command/ConvertExportDefinitionsToYaml.php | 2 +- .../Command/ConvertImportDefinitionsToYaml.php | 2 +- src/DataDefinitionsBundle/Command/ExportCommand.php | 2 +- src/DataDefinitionsBundle/Command/ImportAsyncCommand.php | 2 +- src/DataDefinitionsBundle/Command/ImportCommand.php | 2 +- .../Command/ImportExportDefinitionCommand.php | 2 +- .../Command/ImportImportDefinitionCommand.php | 2 +- .../Command/ListExportDefinitionsCommand.php | 2 +- .../Command/ListImportDefinitionsCommand.php | 2 +- src/DataDefinitionsBundle/Context/Context.php | 2 +- src/DataDefinitionsBundle/Context/ContextFactory.php | 2 +- src/DataDefinitionsBundle/Context/ContextFactoryInterface.php | 2 +- src/DataDefinitionsBundle/Context/ContextInterface.php | 2 +- src/DataDefinitionsBundle/Context/FetcherContext.php | 2 +- src/DataDefinitionsBundle/Context/FetcherContextInterface.php | 2 +- src/DataDefinitionsBundle/Context/FilterContext.php | 2 +- src/DataDefinitionsBundle/Context/FilterContextInterface.php | 2 +- src/DataDefinitionsBundle/Context/GetterContext.php | 2 +- src/DataDefinitionsBundle/Context/GetterContextInterface.php | 2 +- src/DataDefinitionsBundle/Context/InterpreterContext.php | 2 +- .../Context/InterpreterContextInterface.php | 2 +- src/DataDefinitionsBundle/Context/LoaderContext.php | 2 +- src/DataDefinitionsBundle/Context/LoaderContextInterface.php | 2 +- src/DataDefinitionsBundle/Context/RunnerContext.php | 2 +- src/DataDefinitionsBundle/Context/RunnerContextInterface.php | 2 +- src/DataDefinitionsBundle/Context/SetterContext.php | 2 +- src/DataDefinitionsBundle/Context/SetterContextInterface.php | 2 +- .../Controller/AbstractDefinitionController.php | 2 +- .../Controller/ExportDefinitionController.php | 2 +- .../Controller/ImportDefinitionController.php | 2 +- src/DataDefinitionsBundle/Controller/ImportRuleController.php | 2 +- src/DataDefinitionsBundle/DataDefinitionsBundle.php | 2 +- .../Compiler/CleanerRegistryCompilerPass.php | 2 +- .../Compiler/ExportProviderRegistryCompilerPass.php | 2 +- .../Compiler/ExportRunnerRegistryCompilerPass.php | 2 +- .../Compiler/FetcherRegistryCompilerPass.php | 2 +- .../DependencyInjection/Compiler/FilterRegistryCompilerPass.php | 2 +- .../DependencyInjection/Compiler/GetterRegistryCompilerPass.php | 2 +- .../DependencyInjection/Compiler/ImportRuleActionPass.php | 2 +- .../DependencyInjection/Compiler/ImportRuleConditionPass.php | 2 +- .../Compiler/InterpreterRegistryCompilerPass.php | 2 +- .../DependencyInjection/Compiler/LoaderRegistryCompilerPass.php | 2 +- .../Compiler/PersisterRegistryCompilerPass.php | 2 +- .../Compiler/ProviderRegistryCompilerPass.php | 2 +- .../DependencyInjection/Compiler/RunnerRegistryCompilerPass.php | 2 +- .../DependencyInjection/Compiler/SetterRegistryCompilerPass.php | 2 +- src/DataDefinitionsBundle/DependencyInjection/Configuration.php | 2 +- .../DependencyInjection/DataDefinitionsExtension.php | 2 +- src/DataDefinitionsBundle/Event/DefinitionEventInterface.php | 2 +- src/DataDefinitionsBundle/Event/EventDispatcher.php | 2 +- src/DataDefinitionsBundle/Event/EventDispatcherInterface.php | 2 +- src/DataDefinitionsBundle/Event/ExportDefinitionEvent.php | 2 +- src/DataDefinitionsBundle/Event/ImportDefinitionEvent.php | 2 +- .../EventListener/ObjectDeleteListener.php | 2 +- .../EventListener/PimcoreSettingsListener.php | 2 +- src/DataDefinitionsBundle/EventListener/WriteableListener.php | 2 +- src/DataDefinitionsBundle/Exception/DoNotSetException.php | 2 +- src/DataDefinitionsBundle/Exception/InterpreterException.php | 2 +- src/DataDefinitionsBundle/Exception/SpoutException.php | 2 +- .../Exception/UnexpectedValueException.php | 2 +- src/DataDefinitionsBundle/Exporter/Exporter.php | 2 +- src/DataDefinitionsBundle/Exporter/ExporterInterface.php | 2 +- src/DataDefinitionsBundle/Fetcher/FetcherInterface.php | 2 +- src/DataDefinitionsBundle/Fetcher/ObjectsFetcher.php | 2 +- src/DataDefinitionsBundle/Filter/FilterInterface.php | 2 +- .../Form/DataMapper/DefinitionMappingDataMapper.php | 2 +- src/DataDefinitionsBundle/Form/Type/ClassChoiceType.php | 2 +- src/DataDefinitionsBundle/Form/Type/CleanerChoiceType.php | 2 +- src/DataDefinitionsBundle/Form/Type/DefinitionChoiceType.php | 2 +- src/DataDefinitionsBundle/Form/Type/ExportDefinitionType.php | 2 +- .../Form/Type/ExportMappingCollectionType.php | 2 +- src/DataDefinitionsBundle/Form/Type/ExportMappingType.php | 2 +- .../Form/Type/ExportProvider/CsvProviderType.php | 2 +- .../Form/Type/ExportProvider/XmlProviderType.php | 2 +- .../Form/Type/ExportProviderChoiceType.php | 2 +- src/DataDefinitionsBundle/Form/Type/ExportRunnerChoiceType.php | 2 +- .../Form/Type/Fetcher/ObjectsFetcherType.php | 2 +- src/DataDefinitionsBundle/Form/Type/FetcherChoiceType.php | 2 +- src/DataDefinitionsBundle/Form/Type/FilterChoiceType.php | 2 +- src/DataDefinitionsBundle/Form/Type/ImportDefinitionType.php | 2 +- .../Form/Type/ImportMappingCollectionType.php | 2 +- src/DataDefinitionsBundle/Form/Type/ImportMappingType.php | 2 +- .../Form/Type/ImportProvider/CsvProviderType.php | 2 +- .../Form/Type/ImportProvider/ExcelProviderType.php | 2 +- .../Form/Type/ImportProvider/ExternalSqlProviderType.php | 2 +- .../Form/Type/ImportProvider/JsonProviderType.php | 2 +- .../Form/Type/ImportProvider/RawProviderType.php | 2 +- .../Form/Type/ImportProvider/SqlProviderType.php | 2 +- .../Form/Type/ImportProvider/XmlProviderType.php | 2 +- .../Form/Type/ImportProviderChoiceType.php | 2 +- src/DataDefinitionsBundle/Form/Type/ImportRulesImportType.php | 2 +- .../Form/Type/Interpreter/AssetByPathInterpreterType.php | 2 +- .../Form/Type/Interpreter/AssetUrlInterpreterType.php | 2 +- .../Form/Type/Interpreter/AssetsUrlInterpreterType.php | 2 +- .../Form/Type/Interpreter/CarbonInterpreterType.php | 2 +- .../Form/Type/Interpreter/ConditionalInterpreterType.php | 2 +- .../Form/Type/Interpreter/CoreShop/MoneyInterpreterType.php | 2 +- .../Form/Type/Interpreter/CoreShop/PriceInterpreterType.php | 2 +- .../Form/Type/Interpreter/CoreShop/StoresInterpreterType.php | 2 +- .../Form/Type/Interpreter/DefaultValueInterpreterType.php | 2 +- .../Form/Type/Interpreter/DefinitionType.php | 2 +- .../Form/Type/Interpreter/ExpressionInterpreterType.php | 2 +- .../Form/Type/Interpreter/HrefInterpreterType.php | 2 +- .../Form/Type/Interpreter/InterpreterCollectionType.php | 2 +- .../Form/Type/Interpreter/InterpreterType.php | 2 +- .../Form/Type/Interpreter/IteratorInterpreterType.php | 2 +- .../Form/Type/Interpreter/MappingInterpreterType.php | 2 +- src/DataDefinitionsBundle/Form/Type/Interpreter/MappingType.php | 2 +- .../Form/Type/Interpreter/MetadataInterpreterType.php | 2 +- .../Form/Type/Interpreter/MultiHrefInterpreterType.php | 2 +- .../Form/Type/Interpreter/NestedInterpreterType.php | 2 +- .../Form/Type/Interpreter/ObjectResolverType.php | 2 +- .../Form/Type/Interpreter/QuantityValueInterpreterType.php | 2 +- .../Form/Type/Interpreter/SpecificObjectInterpreterType.php | 2 +- .../Form/Type/Interpreter/TwigInterpreterType.php | 2 +- .../Form/Type/Interpreter/TypeCastingInterpreterType.php | 2 +- src/DataDefinitionsBundle/Form/Type/InterpreterChoiceType.php | 2 +- src/DataDefinitionsBundle/Form/Type/LoaderChoiceType.php | 2 +- src/DataDefinitionsBundle/Form/Type/NoConfigurationType.php | 2 +- src/DataDefinitionsBundle/Form/Type/PersisterChoiceType.php | 2 +- .../Type/ProcessManager/ExportDefinitionObjectStartupForm.php | 2 +- .../Form/Type/ProcessManager/ImportDefinitionsType.php | 2 +- src/DataDefinitionsBundle/Form/Type/RunnerChoiceType.php | 2 +- .../Form/Type/Setter/ClassificationStoreSetterType.php | 2 +- .../Form/Type/Setter/CoreShop/StorePriceSetterType.php | 2 +- .../Form/Type/Setter/CoreShop/StoreValuesSetterType.php | 2 +- .../Form/Type/Setter/FieldCollectionSetterType.php | 2 +- .../Form/Type/Setter/LocalizedFieldSetterType.php | 2 +- .../Form/Type/Setter/ObjectBrickSetterType.php | 2 +- src/DataDefinitionsBundle/Form/Type/SetterChoiceType.php | 2 +- .../Getter/DynamicColumnGetterInterface.php | 2 +- src/DataDefinitionsBundle/Getter/GetterInterface.php | 2 +- src/DataDefinitionsBundle/Importer/AsyncImporterInterface.php | 2 +- src/DataDefinitionsBundle/Importer/Importer.php | 2 +- src/DataDefinitionsBundle/Importer/ImporterInterface.php | 2 +- src/DataDefinitionsBundle/Installer.php | 2 +- .../Interpreter/AssetByPathInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/AssetUrlInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/AssetsUrlInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/CarbonInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/CheckboxInterpreter.php | 2 +- .../Interpreter/ConditionalInterpreter.php | 2 +- .../Interpreter/CoreShop/CurrencyInterpreter.php | 2 +- .../Interpreter/CoreShop/MoneyInterpreter.php | 2 +- .../Interpreter/CoreShop/PriceInterpreter.php | 2 +- .../Interpreter/CoreShop/StoresInterpreter.php | 2 +- .../Interpreter/DefaultValueInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/DefinitionInterpreter.php | 2 +- .../Interpreter/DoNotSetOnEmptyInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/ExpressionInterpreter.php | 2 +- .../Interpreter/ExternalImageInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/HrefInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/ImportRuleInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/InterpreterInterface.php | 2 +- src/DataDefinitionsBundle/Interpreter/IteratorInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/LinkInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/MappingInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/MetadataInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/MultiHrefInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/NestedInterpreter.php | 2 +- .../Interpreter/ObjectResolverInterpreter.php | 2 +- .../Interpreter/QuantityValueInterpreter.php | 2 +- .../Interpreter/SpecificObjectInterpreter.php | 2 +- src/DataDefinitionsBundle/Interpreter/TwigInterpreter.php | 2 +- .../Interpreter/TypeCastingInterpreter.php | 2 +- src/DataDefinitionsBundle/Loader/LoaderInterface.php | 2 +- src/DataDefinitionsBundle/Loader/PrimaryKeyLoader.php | 2 +- src/DataDefinitionsBundle/Messenger/ImportRowMessage.php | 2 +- src/DataDefinitionsBundle/Messenger/ImportRowMessageHandler.php | 2 +- src/DataDefinitionsBundle/Model/AbstractColumn.php | 2 +- src/DataDefinitionsBundle/Model/AbstractDataDefinition.php | 2 +- src/DataDefinitionsBundle/Model/AbstractMapping.php | 2 +- src/DataDefinitionsBundle/Model/DataDefinitionInterface.php | 2 +- src/DataDefinitionsBundle/Model/DataSetAwareTrait.php | 2 +- src/DataDefinitionsBundle/Model/ExportDefinition.php | 2 +- src/DataDefinitionsBundle/Model/ExportDefinition/Dao.php | 2 +- src/DataDefinitionsBundle/Model/ExportDefinition/Listing.php | 2 +- .../Model/ExportDefinition/Listing/Dao.php | 2 +- src/DataDefinitionsBundle/Model/ExportDefinitionInterface.php | 2 +- src/DataDefinitionsBundle/Model/ExportMapping.php | 2 +- src/DataDefinitionsBundle/Model/ExportMapping/FromColumn.php | 2 +- src/DataDefinitionsBundle/Model/ExportMapping/ToColumn.php | 2 +- src/DataDefinitionsBundle/Model/IdGenerator.php | 2 +- src/DataDefinitionsBundle/Model/ImportDefinition.php | 2 +- src/DataDefinitionsBundle/Model/ImportDefinition/Dao.php | 2 +- src/DataDefinitionsBundle/Model/ImportDefinition/Listing.php | 2 +- .../Model/ImportDefinition/Listing/Dao.php | 2 +- src/DataDefinitionsBundle/Model/ImportDefinitionInterface.php | 2 +- src/DataDefinitionsBundle/Model/ImportMapping.php | 2 +- src/DataDefinitionsBundle/Model/ImportMapping/FromColumn.php | 2 +- src/DataDefinitionsBundle/Model/ImportMapping/ToColumn.php | 2 +- src/DataDefinitionsBundle/Model/Log.php | 2 +- src/DataDefinitionsBundle/Model/Log/Dao.php | 2 +- src/DataDefinitionsBundle/Model/Log/Listing.php | 2 +- src/DataDefinitionsBundle/Model/Log/Listing/Dao.php | 2 +- src/DataDefinitionsBundle/Model/MappingInterface.php | 2 +- src/DataDefinitionsBundle/Model/ParamsAwareInterface.php | 2 +- src/DataDefinitionsBundle/Model/ParamsAwareTrait.php | 2 +- src/DataDefinitionsBundle/Persister/Persister.php | 2 +- src/DataDefinitionsBundle/Persister/PersisterInterface.php | 2 +- .../ProcessManager/AbstractProcessManagerListener.php | 2 +- .../ProcessManager/ArtifactGenerationProviderInterface.php | 2 +- .../ProcessManager/ArtifactProviderTrait.php | 2 +- .../ProcessManager/DataDefinitionProcessTrait.php | 2 +- .../ProcessManager/ExportDefinitionProcess.php | 2 +- .../ProcessManager/ExportDefinitionStartupFormResolver.php | 2 +- .../ProcessManager/ImportDefinitionProcess.php | 2 +- .../ProcessManager/ImportDefinitionsReport.php | 2 +- .../ProcessManager/ProcessManagerExportListener.php | 2 +- .../ProcessManager/ProcessManagerImportListener.php | 2 +- src/DataDefinitionsBundle/Provider/AbstractFileProvider.php | 2 +- src/DataDefinitionsBundle/Provider/AbstractSqlProvider.php | 2 +- src/DataDefinitionsBundle/Provider/ArrayImportDataSet.php | 2 +- src/DataDefinitionsBundle/Provider/CsvProvider.php | 2 +- src/DataDefinitionsBundle/Provider/ExcelProvider.php | 2 +- src/DataDefinitionsBundle/Provider/ExportProviderInterface.php | 2 +- src/DataDefinitionsBundle/Provider/ExternalSqlProvider.php | 2 +- src/DataDefinitionsBundle/Provider/ImportDataSet.php | 2 +- src/DataDefinitionsBundle/Provider/ImportDataSetInterface.php | 2 +- src/DataDefinitionsBundle/Provider/ImportProviderInterface.php | 2 +- src/DataDefinitionsBundle/Provider/JsonProvider.php | 2 +- src/DataDefinitionsBundle/Provider/RawProvider.php | 2 +- src/DataDefinitionsBundle/Provider/SqlProvider.php | 2 +- src/DataDefinitionsBundle/Provider/TraversableImportDataSet.php | 2 +- src/DataDefinitionsBundle/Provider/XmlProvider.php | 2 +- src/DataDefinitionsBundle/Repository/DefinitionRepository.php | 2 +- src/DataDefinitionsBundle/Rules/Action/ExpressionProcessor.php | 2 +- .../Rules/Action/ImportRuleProcessorInterface.php | 2 +- src/DataDefinitionsBundle/Rules/Action/ObjectProcessor.php | 2 +- .../Rules/Condition/AbstractConditionChecker.php | 2 +- .../Rules/Condition/ExpressionConditionChecker.php | 2 +- .../Rules/Condition/ImportRuleConditionCheckerInterface.php | 2 +- .../Rules/Form/Type/Action/ExpressionType.php | 2 +- src/DataDefinitionsBundle/Rules/Form/Type/Action/ObjectType.php | 2 +- .../Rules/Form/Type/Condition/ExpressionConditionType.php | 2 +- .../Rules/Form/Type/ImportRuleActionChoiceType.php | 2 +- .../Rules/Form/Type/ImportRuleActionCollectionType.php | 2 +- .../Rules/Form/Type/ImportRuleActionType.php | 2 +- .../Rules/Form/Type/ImportRuleConditionChoiceType.php | 2 +- .../Rules/Form/Type/ImportRuleConditionCollectionType.php | 2 +- .../Rules/Form/Type/ImportRuleConditionType.php | 2 +- src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleType.php | 2 +- .../Rules/Form/Type/ImportRulesInterpreterType.php | 2 +- src/DataDefinitionsBundle/Rules/Model/ImportRule.php | 2 +- src/DataDefinitionsBundle/Rules/Model/ImportRuleInterface.php | 2 +- .../Rules/Processor/ImportRuleValidationProcessor.php | 2 +- .../Rules/Processor/ImportRuleValidationProcessorInterface.php | 2 +- src/DataDefinitionsBundle/Rules/Processor/RuleApplier.php | 2 +- .../Rules/Processor/RuleApplierInterface.php | 2 +- src/DataDefinitionsBundle/Runner/ExportRunnerInterface.php | 2 +- .../Runner/ImportStartFinishRunnerInterface.php | 2 +- src/DataDefinitionsBundle/Runner/RunnerInterface.php | 2 +- src/DataDefinitionsBundle/Runner/SaveRunnerInterface.php | 2 +- src/DataDefinitionsBundle/Runner/SetterRunnerInterface.php | 2 +- src/DataDefinitionsBundle/Service/FieldSelection.php | 2 +- src/DataDefinitionsBundle/Service/StorageLocator.php | 2 +- .../Setter/ClassificationStoreFieldGetter.php | 2 +- src/DataDefinitionsBundle/Setter/ClassificationStoreSetter.php | 2 +- src/DataDefinitionsBundle/Setter/CoreShop/StorePriceSetter.php | 2 +- src/DataDefinitionsBundle/Setter/CoreShop/StoreValuesSetter.php | 2 +- src/DataDefinitionsBundle/Setter/FieldCollectionSetter.php | 2 +- src/DataDefinitionsBundle/Setter/KeySetter.php | 2 +- src/DataDefinitionsBundle/Setter/LocalizedfieldSetter.php | 2 +- src/DataDefinitionsBundle/Setter/ObjectTypeSetter.php | 2 +- src/DataDefinitionsBundle/Setter/ObjectbrickSetter.php | 2 +- src/DataDefinitionsBundle/Setter/RelationSetter.php | 2 +- src/DataDefinitionsBundle/Setter/SetterInterface.php | 2 +- src/Kernel.php | 2 +- 277 files changed, 277 insertions(+), 277 deletions(-) diff --git a/ecs.php b/ecs.php index 3ca4f4a0..efd3792f 100644 --- a/ecs.php +++ b/ecs.php @@ -260,7 +260,7 @@ Full copyright and license information is available in LICENSE.md which is distributed with this source code. -@copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) +@copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) @license GPLv3 and DDCL EOT; diff --git a/src/BehatKernel.php b/src/BehatKernel.php index 08af1c45..8611258a 100644 --- a/src/BehatKernel.php +++ b/src/BehatKernel.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Cleaner/AbstractCleaner.php b/src/DataDefinitionsBundle/Cleaner/AbstractCleaner.php index 5be9ccd7..9ee8f39b 100644 --- a/src/DataDefinitionsBundle/Cleaner/AbstractCleaner.php +++ b/src/DataDefinitionsBundle/Cleaner/AbstractCleaner.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Cleaner/CleanerInterface.php b/src/DataDefinitionsBundle/Cleaner/CleanerInterface.php index 5469cc36..6f888cad 100644 --- a/src/DataDefinitionsBundle/Cleaner/CleanerInterface.php +++ b/src/DataDefinitionsBundle/Cleaner/CleanerInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Cleaner/Deleter.php b/src/DataDefinitionsBundle/Cleaner/Deleter.php index d2cc16fe..4325b4fc 100644 --- a/src/DataDefinitionsBundle/Cleaner/Deleter.php +++ b/src/DataDefinitionsBundle/Cleaner/Deleter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Cleaner/None.php b/src/DataDefinitionsBundle/Cleaner/None.php index 9f0b8264..7dbe96d5 100644 --- a/src/DataDefinitionsBundle/Cleaner/None.php +++ b/src/DataDefinitionsBundle/Cleaner/None.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Cleaner/ReferenceCleaner.php b/src/DataDefinitionsBundle/Cleaner/ReferenceCleaner.php index 9494539e..c9573e3d 100644 --- a/src/DataDefinitionsBundle/Cleaner/ReferenceCleaner.php +++ b/src/DataDefinitionsBundle/Cleaner/ReferenceCleaner.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Cleaner/Unpublisher.php b/src/DataDefinitionsBundle/Cleaner/Unpublisher.php index dbc45432..a9a29466 100644 --- a/src/DataDefinitionsBundle/Cleaner/Unpublisher.php +++ b/src/DataDefinitionsBundle/Cleaner/Unpublisher.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Command/AbstractImportDefinitionCommand.php b/src/DataDefinitionsBundle/Command/AbstractImportDefinitionCommand.php index ec53276f..8e38ff81 100644 --- a/src/DataDefinitionsBundle/Command/AbstractImportDefinitionCommand.php +++ b/src/DataDefinitionsBundle/Command/AbstractImportDefinitionCommand.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Command/ConvertExportDefinitionsToYaml.php b/src/DataDefinitionsBundle/Command/ConvertExportDefinitionsToYaml.php index c13e79b6..cc025a6b 100644 --- a/src/DataDefinitionsBundle/Command/ConvertExportDefinitionsToYaml.php +++ b/src/DataDefinitionsBundle/Command/ConvertExportDefinitionsToYaml.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Command/ConvertImportDefinitionsToYaml.php b/src/DataDefinitionsBundle/Command/ConvertImportDefinitionsToYaml.php index 455ce6db..d7996d3a 100644 --- a/src/DataDefinitionsBundle/Command/ConvertImportDefinitionsToYaml.php +++ b/src/DataDefinitionsBundle/Command/ConvertImportDefinitionsToYaml.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Command/ExportCommand.php b/src/DataDefinitionsBundle/Command/ExportCommand.php index d7ed5af8..d147cd20 100644 --- a/src/DataDefinitionsBundle/Command/ExportCommand.php +++ b/src/DataDefinitionsBundle/Command/ExportCommand.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Command/ImportAsyncCommand.php b/src/DataDefinitionsBundle/Command/ImportAsyncCommand.php index 4f1b5a64..f0c3e565 100644 --- a/src/DataDefinitionsBundle/Command/ImportAsyncCommand.php +++ b/src/DataDefinitionsBundle/Command/ImportAsyncCommand.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Command/ImportCommand.php b/src/DataDefinitionsBundle/Command/ImportCommand.php index cace9ab7..4d80818d 100644 --- a/src/DataDefinitionsBundle/Command/ImportCommand.php +++ b/src/DataDefinitionsBundle/Command/ImportCommand.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Command/ImportExportDefinitionCommand.php b/src/DataDefinitionsBundle/Command/ImportExportDefinitionCommand.php index a8b36dbb..0a56c386 100644 --- a/src/DataDefinitionsBundle/Command/ImportExportDefinitionCommand.php +++ b/src/DataDefinitionsBundle/Command/ImportExportDefinitionCommand.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Command/ImportImportDefinitionCommand.php b/src/DataDefinitionsBundle/Command/ImportImportDefinitionCommand.php index 042a4dac..fd640885 100644 --- a/src/DataDefinitionsBundle/Command/ImportImportDefinitionCommand.php +++ b/src/DataDefinitionsBundle/Command/ImportImportDefinitionCommand.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Command/ListExportDefinitionsCommand.php b/src/DataDefinitionsBundle/Command/ListExportDefinitionsCommand.php index 2fb293e0..1ce5183f 100644 --- a/src/DataDefinitionsBundle/Command/ListExportDefinitionsCommand.php +++ b/src/DataDefinitionsBundle/Command/ListExportDefinitionsCommand.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Command/ListImportDefinitionsCommand.php b/src/DataDefinitionsBundle/Command/ListImportDefinitionsCommand.php index b032aa59..d0b9af19 100644 --- a/src/DataDefinitionsBundle/Command/ListImportDefinitionsCommand.php +++ b/src/DataDefinitionsBundle/Command/ListImportDefinitionsCommand.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/Context.php b/src/DataDefinitionsBundle/Context/Context.php index c59b1ffd..1c79cd6f 100644 --- a/src/DataDefinitionsBundle/Context/Context.php +++ b/src/DataDefinitionsBundle/Context/Context.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/ContextFactory.php b/src/DataDefinitionsBundle/Context/ContextFactory.php index dddce062..f7c0855f 100644 --- a/src/DataDefinitionsBundle/Context/ContextFactory.php +++ b/src/DataDefinitionsBundle/Context/ContextFactory.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/ContextFactoryInterface.php b/src/DataDefinitionsBundle/Context/ContextFactoryInterface.php index 7f8147f9..06d0276a 100644 --- a/src/DataDefinitionsBundle/Context/ContextFactoryInterface.php +++ b/src/DataDefinitionsBundle/Context/ContextFactoryInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/ContextInterface.php b/src/DataDefinitionsBundle/Context/ContextInterface.php index 34860329..ef9f2a35 100644 --- a/src/DataDefinitionsBundle/Context/ContextInterface.php +++ b/src/DataDefinitionsBundle/Context/ContextInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/FetcherContext.php b/src/DataDefinitionsBundle/Context/FetcherContext.php index 284a2bd7..a46df127 100644 --- a/src/DataDefinitionsBundle/Context/FetcherContext.php +++ b/src/DataDefinitionsBundle/Context/FetcherContext.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/FetcherContextInterface.php b/src/DataDefinitionsBundle/Context/FetcherContextInterface.php index 40a4487c..2ccaa17a 100644 --- a/src/DataDefinitionsBundle/Context/FetcherContextInterface.php +++ b/src/DataDefinitionsBundle/Context/FetcherContextInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/FilterContext.php b/src/DataDefinitionsBundle/Context/FilterContext.php index 9d58c876..eca74e3d 100644 --- a/src/DataDefinitionsBundle/Context/FilterContext.php +++ b/src/DataDefinitionsBundle/Context/FilterContext.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/FilterContextInterface.php b/src/DataDefinitionsBundle/Context/FilterContextInterface.php index 193ac1af..96b28f8e 100644 --- a/src/DataDefinitionsBundle/Context/FilterContextInterface.php +++ b/src/DataDefinitionsBundle/Context/FilterContextInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/GetterContext.php b/src/DataDefinitionsBundle/Context/GetterContext.php index 926a94a9..e5db28af 100644 --- a/src/DataDefinitionsBundle/Context/GetterContext.php +++ b/src/DataDefinitionsBundle/Context/GetterContext.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/GetterContextInterface.php b/src/DataDefinitionsBundle/Context/GetterContextInterface.php index 4839fa7f..210d2be3 100644 --- a/src/DataDefinitionsBundle/Context/GetterContextInterface.php +++ b/src/DataDefinitionsBundle/Context/GetterContextInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/InterpreterContext.php b/src/DataDefinitionsBundle/Context/InterpreterContext.php index 63513b9f..5c651d75 100644 --- a/src/DataDefinitionsBundle/Context/InterpreterContext.php +++ b/src/DataDefinitionsBundle/Context/InterpreterContext.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/InterpreterContextInterface.php b/src/DataDefinitionsBundle/Context/InterpreterContextInterface.php index 5285f321..70e13f23 100644 --- a/src/DataDefinitionsBundle/Context/InterpreterContextInterface.php +++ b/src/DataDefinitionsBundle/Context/InterpreterContextInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/LoaderContext.php b/src/DataDefinitionsBundle/Context/LoaderContext.php index 6fa14a80..47dc1172 100644 --- a/src/DataDefinitionsBundle/Context/LoaderContext.php +++ b/src/DataDefinitionsBundle/Context/LoaderContext.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/LoaderContextInterface.php b/src/DataDefinitionsBundle/Context/LoaderContextInterface.php index f6574180..f5c78abd 100644 --- a/src/DataDefinitionsBundle/Context/LoaderContextInterface.php +++ b/src/DataDefinitionsBundle/Context/LoaderContextInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/RunnerContext.php b/src/DataDefinitionsBundle/Context/RunnerContext.php index 6126d4e1..4dce37c0 100644 --- a/src/DataDefinitionsBundle/Context/RunnerContext.php +++ b/src/DataDefinitionsBundle/Context/RunnerContext.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/RunnerContextInterface.php b/src/DataDefinitionsBundle/Context/RunnerContextInterface.php index 06432131..3bf03841 100644 --- a/src/DataDefinitionsBundle/Context/RunnerContextInterface.php +++ b/src/DataDefinitionsBundle/Context/RunnerContextInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/SetterContext.php b/src/DataDefinitionsBundle/Context/SetterContext.php index 605c87ff..7c4af764 100644 --- a/src/DataDefinitionsBundle/Context/SetterContext.php +++ b/src/DataDefinitionsBundle/Context/SetterContext.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Context/SetterContextInterface.php b/src/DataDefinitionsBundle/Context/SetterContextInterface.php index 721863a6..7f3158e4 100644 --- a/src/DataDefinitionsBundle/Context/SetterContextInterface.php +++ b/src/DataDefinitionsBundle/Context/SetterContextInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Controller/AbstractDefinitionController.php b/src/DataDefinitionsBundle/Controller/AbstractDefinitionController.php index 905430e1..84ad75af 100644 --- a/src/DataDefinitionsBundle/Controller/AbstractDefinitionController.php +++ b/src/DataDefinitionsBundle/Controller/AbstractDefinitionController.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Controller/ExportDefinitionController.php b/src/DataDefinitionsBundle/Controller/ExportDefinitionController.php index 775f1b39..e554ad87 100644 --- a/src/DataDefinitionsBundle/Controller/ExportDefinitionController.php +++ b/src/DataDefinitionsBundle/Controller/ExportDefinitionController.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Controller/ImportDefinitionController.php b/src/DataDefinitionsBundle/Controller/ImportDefinitionController.php index e95bb37e..24f9d0f2 100644 --- a/src/DataDefinitionsBundle/Controller/ImportDefinitionController.php +++ b/src/DataDefinitionsBundle/Controller/ImportDefinitionController.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Controller/ImportRuleController.php b/src/DataDefinitionsBundle/Controller/ImportRuleController.php index 2faf819b..f2c4fcee 100644 --- a/src/DataDefinitionsBundle/Controller/ImportRuleController.php +++ b/src/DataDefinitionsBundle/Controller/ImportRuleController.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DataDefinitionsBundle.php b/src/DataDefinitionsBundle/DataDefinitionsBundle.php index 0a5e4563..e133f46b 100644 --- a/src/DataDefinitionsBundle/DataDefinitionsBundle.php +++ b/src/DataDefinitionsBundle/DataDefinitionsBundle.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/CleanerRegistryCompilerPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/CleanerRegistryCompilerPass.php index cb77c0f7..0326ddf5 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/CleanerRegistryCompilerPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/CleanerRegistryCompilerPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/ExportProviderRegistryCompilerPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/ExportProviderRegistryCompilerPass.php index 9889f425..eb03dda8 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/ExportProviderRegistryCompilerPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/ExportProviderRegistryCompilerPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/ExportRunnerRegistryCompilerPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/ExportRunnerRegistryCompilerPass.php index 4bc5ba43..ba7a0415 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/ExportRunnerRegistryCompilerPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/ExportRunnerRegistryCompilerPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/FetcherRegistryCompilerPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/FetcherRegistryCompilerPass.php index 3a3e415e..4793da63 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/FetcherRegistryCompilerPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/FetcherRegistryCompilerPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/FilterRegistryCompilerPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/FilterRegistryCompilerPass.php index e594df83..e4a5246a 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/FilterRegistryCompilerPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/FilterRegistryCompilerPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/GetterRegistryCompilerPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/GetterRegistryCompilerPass.php index 06efe606..401a2de0 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/GetterRegistryCompilerPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/GetterRegistryCompilerPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/ImportRuleActionPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/ImportRuleActionPass.php index 68266652..fe1d8b0d 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/ImportRuleActionPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/ImportRuleActionPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/ImportRuleConditionPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/ImportRuleConditionPass.php index 73cab7a8..e5ed8e50 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/ImportRuleConditionPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/ImportRuleConditionPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/InterpreterRegistryCompilerPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/InterpreterRegistryCompilerPass.php index df81dc69..508fba2f 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/InterpreterRegistryCompilerPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/InterpreterRegistryCompilerPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/LoaderRegistryCompilerPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/LoaderRegistryCompilerPass.php index 0537c26e..df88ef91 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/LoaderRegistryCompilerPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/LoaderRegistryCompilerPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/PersisterRegistryCompilerPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/PersisterRegistryCompilerPass.php index 9f1e3906..2773be07 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/PersisterRegistryCompilerPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/PersisterRegistryCompilerPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/ProviderRegistryCompilerPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/ProviderRegistryCompilerPass.php index 0618cb66..c4eeaa73 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/ProviderRegistryCompilerPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/ProviderRegistryCompilerPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/RunnerRegistryCompilerPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/RunnerRegistryCompilerPass.php index ad6399ce..695894fd 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/RunnerRegistryCompilerPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/RunnerRegistryCompilerPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Compiler/SetterRegistryCompilerPass.php b/src/DataDefinitionsBundle/DependencyInjection/Compiler/SetterRegistryCompilerPass.php index 4f6171e2..863514fb 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Compiler/SetterRegistryCompilerPass.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Compiler/SetterRegistryCompilerPass.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/Configuration.php b/src/DataDefinitionsBundle/DependencyInjection/Configuration.php index dc9da8f2..1d7009da 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/Configuration.php +++ b/src/DataDefinitionsBundle/DependencyInjection/Configuration.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/DependencyInjection/DataDefinitionsExtension.php b/src/DataDefinitionsBundle/DependencyInjection/DataDefinitionsExtension.php index 41b95b0c..4bfe6c21 100644 --- a/src/DataDefinitionsBundle/DependencyInjection/DataDefinitionsExtension.php +++ b/src/DataDefinitionsBundle/DependencyInjection/DataDefinitionsExtension.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Event/DefinitionEventInterface.php b/src/DataDefinitionsBundle/Event/DefinitionEventInterface.php index 22fad903..489ff52b 100644 --- a/src/DataDefinitionsBundle/Event/DefinitionEventInterface.php +++ b/src/DataDefinitionsBundle/Event/DefinitionEventInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Event/EventDispatcher.php b/src/DataDefinitionsBundle/Event/EventDispatcher.php index 7f72f591..7a367fd9 100644 --- a/src/DataDefinitionsBundle/Event/EventDispatcher.php +++ b/src/DataDefinitionsBundle/Event/EventDispatcher.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Event/EventDispatcherInterface.php b/src/DataDefinitionsBundle/Event/EventDispatcherInterface.php index f9c125da..52cb8990 100644 --- a/src/DataDefinitionsBundle/Event/EventDispatcherInterface.php +++ b/src/DataDefinitionsBundle/Event/EventDispatcherInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Event/ExportDefinitionEvent.php b/src/DataDefinitionsBundle/Event/ExportDefinitionEvent.php index 8744956d..e54acc0c 100644 --- a/src/DataDefinitionsBundle/Event/ExportDefinitionEvent.php +++ b/src/DataDefinitionsBundle/Event/ExportDefinitionEvent.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Event/ImportDefinitionEvent.php b/src/DataDefinitionsBundle/Event/ImportDefinitionEvent.php index 665b89f9..92d885d2 100644 --- a/src/DataDefinitionsBundle/Event/ImportDefinitionEvent.php +++ b/src/DataDefinitionsBundle/Event/ImportDefinitionEvent.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/EventListener/ObjectDeleteListener.php b/src/DataDefinitionsBundle/EventListener/ObjectDeleteListener.php index 453c4f71..2ab3f24e 100644 --- a/src/DataDefinitionsBundle/EventListener/ObjectDeleteListener.php +++ b/src/DataDefinitionsBundle/EventListener/ObjectDeleteListener.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/EventListener/PimcoreSettingsListener.php b/src/DataDefinitionsBundle/EventListener/PimcoreSettingsListener.php index 29c0bd30..b7d10131 100644 --- a/src/DataDefinitionsBundle/EventListener/PimcoreSettingsListener.php +++ b/src/DataDefinitionsBundle/EventListener/PimcoreSettingsListener.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/EventListener/WriteableListener.php b/src/DataDefinitionsBundle/EventListener/WriteableListener.php index c58d6169..23a74b79 100644 --- a/src/DataDefinitionsBundle/EventListener/WriteableListener.php +++ b/src/DataDefinitionsBundle/EventListener/WriteableListener.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Exception/DoNotSetException.php b/src/DataDefinitionsBundle/Exception/DoNotSetException.php index 3701f2e9..9da8049b 100644 --- a/src/DataDefinitionsBundle/Exception/DoNotSetException.php +++ b/src/DataDefinitionsBundle/Exception/DoNotSetException.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Exception/InterpreterException.php b/src/DataDefinitionsBundle/Exception/InterpreterException.php index 3ab9920a..3c3826a7 100644 --- a/src/DataDefinitionsBundle/Exception/InterpreterException.php +++ b/src/DataDefinitionsBundle/Exception/InterpreterException.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Exception/SpoutException.php b/src/DataDefinitionsBundle/Exception/SpoutException.php index bcfdd2a6..49456746 100644 --- a/src/DataDefinitionsBundle/Exception/SpoutException.php +++ b/src/DataDefinitionsBundle/Exception/SpoutException.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Exception/UnexpectedValueException.php b/src/DataDefinitionsBundle/Exception/UnexpectedValueException.php index f8e0d907..be371479 100644 --- a/src/DataDefinitionsBundle/Exception/UnexpectedValueException.php +++ b/src/DataDefinitionsBundle/Exception/UnexpectedValueException.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Exporter/Exporter.php b/src/DataDefinitionsBundle/Exporter/Exporter.php index 2485fee8..d914a85b 100644 --- a/src/DataDefinitionsBundle/Exporter/Exporter.php +++ b/src/DataDefinitionsBundle/Exporter/Exporter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Exporter/ExporterInterface.php b/src/DataDefinitionsBundle/Exporter/ExporterInterface.php index ad39a0bd..955ef5ba 100644 --- a/src/DataDefinitionsBundle/Exporter/ExporterInterface.php +++ b/src/DataDefinitionsBundle/Exporter/ExporterInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Fetcher/FetcherInterface.php b/src/DataDefinitionsBundle/Fetcher/FetcherInterface.php index 0648dbb4..a35b9620 100644 --- a/src/DataDefinitionsBundle/Fetcher/FetcherInterface.php +++ b/src/DataDefinitionsBundle/Fetcher/FetcherInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Fetcher/ObjectsFetcher.php b/src/DataDefinitionsBundle/Fetcher/ObjectsFetcher.php index a1b21190..a5971730 100644 --- a/src/DataDefinitionsBundle/Fetcher/ObjectsFetcher.php +++ b/src/DataDefinitionsBundle/Fetcher/ObjectsFetcher.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Filter/FilterInterface.php b/src/DataDefinitionsBundle/Filter/FilterInterface.php index 3b209560..ef667a0b 100644 --- a/src/DataDefinitionsBundle/Filter/FilterInterface.php +++ b/src/DataDefinitionsBundle/Filter/FilterInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/DataMapper/DefinitionMappingDataMapper.php b/src/DataDefinitionsBundle/Form/DataMapper/DefinitionMappingDataMapper.php index 7aed521f..b1e09889 100644 --- a/src/DataDefinitionsBundle/Form/DataMapper/DefinitionMappingDataMapper.php +++ b/src/DataDefinitionsBundle/Form/DataMapper/DefinitionMappingDataMapper.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ClassChoiceType.php b/src/DataDefinitionsBundle/Form/Type/ClassChoiceType.php index 4a634824..0b3031ab 100644 --- a/src/DataDefinitionsBundle/Form/Type/ClassChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/ClassChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/CleanerChoiceType.php b/src/DataDefinitionsBundle/Form/Type/CleanerChoiceType.php index 7af52ffe..4164e49a 100644 --- a/src/DataDefinitionsBundle/Form/Type/CleanerChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/CleanerChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/DefinitionChoiceType.php b/src/DataDefinitionsBundle/Form/Type/DefinitionChoiceType.php index 3737312d..8129c855 100644 --- a/src/DataDefinitionsBundle/Form/Type/DefinitionChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/DefinitionChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ExportDefinitionType.php b/src/DataDefinitionsBundle/Form/Type/ExportDefinitionType.php index 89420307..aaf96055 100644 --- a/src/DataDefinitionsBundle/Form/Type/ExportDefinitionType.php +++ b/src/DataDefinitionsBundle/Form/Type/ExportDefinitionType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ExportMappingCollectionType.php b/src/DataDefinitionsBundle/Form/Type/ExportMappingCollectionType.php index 03b64b77..478eda0d 100644 --- a/src/DataDefinitionsBundle/Form/Type/ExportMappingCollectionType.php +++ b/src/DataDefinitionsBundle/Form/Type/ExportMappingCollectionType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ExportMappingType.php b/src/DataDefinitionsBundle/Form/Type/ExportMappingType.php index 68247b96..0f46d623 100644 --- a/src/DataDefinitionsBundle/Form/Type/ExportMappingType.php +++ b/src/DataDefinitionsBundle/Form/Type/ExportMappingType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ExportProvider/CsvProviderType.php b/src/DataDefinitionsBundle/Form/Type/ExportProvider/CsvProviderType.php index 052324f2..cfbad0d0 100644 --- a/src/DataDefinitionsBundle/Form/Type/ExportProvider/CsvProviderType.php +++ b/src/DataDefinitionsBundle/Form/Type/ExportProvider/CsvProviderType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ExportProvider/XmlProviderType.php b/src/DataDefinitionsBundle/Form/Type/ExportProvider/XmlProviderType.php index 502468fb..d982b2fc 100644 --- a/src/DataDefinitionsBundle/Form/Type/ExportProvider/XmlProviderType.php +++ b/src/DataDefinitionsBundle/Form/Type/ExportProvider/XmlProviderType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ExportProviderChoiceType.php b/src/DataDefinitionsBundle/Form/Type/ExportProviderChoiceType.php index 5b5c40cf..3f2a6add 100644 --- a/src/DataDefinitionsBundle/Form/Type/ExportProviderChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/ExportProviderChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ExportRunnerChoiceType.php b/src/DataDefinitionsBundle/Form/Type/ExportRunnerChoiceType.php index d1d7c478..4b164738 100644 --- a/src/DataDefinitionsBundle/Form/Type/ExportRunnerChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/ExportRunnerChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Fetcher/ObjectsFetcherType.php b/src/DataDefinitionsBundle/Form/Type/Fetcher/ObjectsFetcherType.php index 6b700437..939e8e40 100644 --- a/src/DataDefinitionsBundle/Form/Type/Fetcher/ObjectsFetcherType.php +++ b/src/DataDefinitionsBundle/Form/Type/Fetcher/ObjectsFetcherType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/FetcherChoiceType.php b/src/DataDefinitionsBundle/Form/Type/FetcherChoiceType.php index d7f43ab3..461368ec 100644 --- a/src/DataDefinitionsBundle/Form/Type/FetcherChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/FetcherChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/FilterChoiceType.php b/src/DataDefinitionsBundle/Form/Type/FilterChoiceType.php index c1372452..916fb427 100644 --- a/src/DataDefinitionsBundle/Form/Type/FilterChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/FilterChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ImportDefinitionType.php b/src/DataDefinitionsBundle/Form/Type/ImportDefinitionType.php index 2b01a32a..3a390d69 100644 --- a/src/DataDefinitionsBundle/Form/Type/ImportDefinitionType.php +++ b/src/DataDefinitionsBundle/Form/Type/ImportDefinitionType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ImportMappingCollectionType.php b/src/DataDefinitionsBundle/Form/Type/ImportMappingCollectionType.php index f49eae66..c5fd1795 100644 --- a/src/DataDefinitionsBundle/Form/Type/ImportMappingCollectionType.php +++ b/src/DataDefinitionsBundle/Form/Type/ImportMappingCollectionType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ImportMappingType.php b/src/DataDefinitionsBundle/Form/Type/ImportMappingType.php index 979f87fb..f31b3449 100644 --- a/src/DataDefinitionsBundle/Form/Type/ImportMappingType.php +++ b/src/DataDefinitionsBundle/Form/Type/ImportMappingType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ImportProvider/CsvProviderType.php b/src/DataDefinitionsBundle/Form/Type/ImportProvider/CsvProviderType.php index 2dcfddd7..32583dfd 100644 --- a/src/DataDefinitionsBundle/Form/Type/ImportProvider/CsvProviderType.php +++ b/src/DataDefinitionsBundle/Form/Type/ImportProvider/CsvProviderType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ImportProvider/ExcelProviderType.php b/src/DataDefinitionsBundle/Form/Type/ImportProvider/ExcelProviderType.php index 114a266e..42efba8c 100644 --- a/src/DataDefinitionsBundle/Form/Type/ImportProvider/ExcelProviderType.php +++ b/src/DataDefinitionsBundle/Form/Type/ImportProvider/ExcelProviderType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ImportProvider/ExternalSqlProviderType.php b/src/DataDefinitionsBundle/Form/Type/ImportProvider/ExternalSqlProviderType.php index d72422e4..208e5fe3 100644 --- a/src/DataDefinitionsBundle/Form/Type/ImportProvider/ExternalSqlProviderType.php +++ b/src/DataDefinitionsBundle/Form/Type/ImportProvider/ExternalSqlProviderType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ImportProvider/JsonProviderType.php b/src/DataDefinitionsBundle/Form/Type/ImportProvider/JsonProviderType.php index 2b07b6ca..bfd3b25c 100644 --- a/src/DataDefinitionsBundle/Form/Type/ImportProvider/JsonProviderType.php +++ b/src/DataDefinitionsBundle/Form/Type/ImportProvider/JsonProviderType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ImportProvider/RawProviderType.php b/src/DataDefinitionsBundle/Form/Type/ImportProvider/RawProviderType.php index 64a2dd4b..b0070012 100644 --- a/src/DataDefinitionsBundle/Form/Type/ImportProvider/RawProviderType.php +++ b/src/DataDefinitionsBundle/Form/Type/ImportProvider/RawProviderType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ImportProvider/SqlProviderType.php b/src/DataDefinitionsBundle/Form/Type/ImportProvider/SqlProviderType.php index 2814cf6e..9747acb7 100644 --- a/src/DataDefinitionsBundle/Form/Type/ImportProvider/SqlProviderType.php +++ b/src/DataDefinitionsBundle/Form/Type/ImportProvider/SqlProviderType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ImportProvider/XmlProviderType.php b/src/DataDefinitionsBundle/Form/Type/ImportProvider/XmlProviderType.php index c1088d7a..4326dce4 100644 --- a/src/DataDefinitionsBundle/Form/Type/ImportProvider/XmlProviderType.php +++ b/src/DataDefinitionsBundle/Form/Type/ImportProvider/XmlProviderType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ImportProviderChoiceType.php b/src/DataDefinitionsBundle/Form/Type/ImportProviderChoiceType.php index 18ee4562..374fe42d 100644 --- a/src/DataDefinitionsBundle/Form/Type/ImportProviderChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/ImportProviderChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ImportRulesImportType.php b/src/DataDefinitionsBundle/Form/Type/ImportRulesImportType.php index 030d1c3f..18641feb 100644 --- a/src/DataDefinitionsBundle/Form/Type/ImportRulesImportType.php +++ b/src/DataDefinitionsBundle/Form/Type/ImportRulesImportType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/AssetByPathInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/AssetByPathInterpreterType.php index 08350969..a9a5e38d 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/AssetByPathInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/AssetByPathInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/AssetUrlInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/AssetUrlInterpreterType.php index 2bcf7b1b..688a7a73 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/AssetUrlInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/AssetUrlInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/AssetsUrlInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/AssetsUrlInterpreterType.php index b726768e..bdc2ee79 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/AssetsUrlInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/AssetsUrlInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/CarbonInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/CarbonInterpreterType.php index 81da3156..404ec6d1 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/CarbonInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/CarbonInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/ConditionalInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/ConditionalInterpreterType.php index b6120d3d..cb286109 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/ConditionalInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/ConditionalInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/MoneyInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/MoneyInterpreterType.php index b33ac2f7..c09adec2 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/MoneyInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/MoneyInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/PriceInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/PriceInterpreterType.php index 9da10687..0d1d5832 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/PriceInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/PriceInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/StoresInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/StoresInterpreterType.php index b593b74c..dc397da1 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/StoresInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/CoreShop/StoresInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/DefaultValueInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/DefaultValueInterpreterType.php index dca2f2a4..dfaa6888 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/DefaultValueInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/DefaultValueInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/DefinitionType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/DefinitionType.php index 4c319c7e..8f8aea89 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/DefinitionType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/DefinitionType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/ExpressionInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/ExpressionInterpreterType.php index c9ebc151..38aeaa45 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/ExpressionInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/ExpressionInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/HrefInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/HrefInterpreterType.php index 236a26e4..c3c2e648 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/HrefInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/HrefInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/InterpreterCollectionType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/InterpreterCollectionType.php index e4e4c651..786867e9 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/InterpreterCollectionType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/InterpreterCollectionType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/InterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/InterpreterType.php index 3cac74f4..304c9a85 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/InterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/InterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/IteratorInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/IteratorInterpreterType.php index c2f11b68..fddc91fd 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/IteratorInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/IteratorInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/MappingInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/MappingInterpreterType.php index 8e8ad5d0..cf2eed49 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/MappingInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/MappingInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/MappingType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/MappingType.php index ea095a89..fe2f12c9 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/MappingType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/MappingType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/MetadataInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/MetadataInterpreterType.php index b6011fb4..8ce262bd 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/MetadataInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/MetadataInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/MultiHrefInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/MultiHrefInterpreterType.php index bf2a0371..38110d44 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/MultiHrefInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/MultiHrefInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/NestedInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/NestedInterpreterType.php index cd37e651..c901327e 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/NestedInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/NestedInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/ObjectResolverType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/ObjectResolverType.php index dae58c95..2a0c134b 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/ObjectResolverType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/ObjectResolverType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/QuantityValueInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/QuantityValueInterpreterType.php index c1028c78..7ebefda3 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/QuantityValueInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/QuantityValueInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/SpecificObjectInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/SpecificObjectInterpreterType.php index 3d559f4f..252475df 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/SpecificObjectInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/SpecificObjectInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/TwigInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/TwigInterpreterType.php index e36cbadc..7acf6994 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/TwigInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/TwigInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Interpreter/TypeCastingInterpreterType.php b/src/DataDefinitionsBundle/Form/Type/Interpreter/TypeCastingInterpreterType.php index 1d3525d1..57113589 100644 --- a/src/DataDefinitionsBundle/Form/Type/Interpreter/TypeCastingInterpreterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Interpreter/TypeCastingInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/InterpreterChoiceType.php b/src/DataDefinitionsBundle/Form/Type/InterpreterChoiceType.php index 6bd3daca..f95cefcf 100644 --- a/src/DataDefinitionsBundle/Form/Type/InterpreterChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/InterpreterChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/LoaderChoiceType.php b/src/DataDefinitionsBundle/Form/Type/LoaderChoiceType.php index 13e5e32e..1d725571 100644 --- a/src/DataDefinitionsBundle/Form/Type/LoaderChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/LoaderChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/NoConfigurationType.php b/src/DataDefinitionsBundle/Form/Type/NoConfigurationType.php index 4640b8fd..cc100580 100644 --- a/src/DataDefinitionsBundle/Form/Type/NoConfigurationType.php +++ b/src/DataDefinitionsBundle/Form/Type/NoConfigurationType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/PersisterChoiceType.php b/src/DataDefinitionsBundle/Form/Type/PersisterChoiceType.php index 4fa692ec..6652cbe3 100644 --- a/src/DataDefinitionsBundle/Form/Type/PersisterChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/PersisterChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ProcessManager/ExportDefinitionObjectStartupForm.php b/src/DataDefinitionsBundle/Form/Type/ProcessManager/ExportDefinitionObjectStartupForm.php index 6c5d52a7..83821858 100644 --- a/src/DataDefinitionsBundle/Form/Type/ProcessManager/ExportDefinitionObjectStartupForm.php +++ b/src/DataDefinitionsBundle/Form/Type/ProcessManager/ExportDefinitionObjectStartupForm.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/ProcessManager/ImportDefinitionsType.php b/src/DataDefinitionsBundle/Form/Type/ProcessManager/ImportDefinitionsType.php index de1efb01..b8b873bd 100644 --- a/src/DataDefinitionsBundle/Form/Type/ProcessManager/ImportDefinitionsType.php +++ b/src/DataDefinitionsBundle/Form/Type/ProcessManager/ImportDefinitionsType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/RunnerChoiceType.php b/src/DataDefinitionsBundle/Form/Type/RunnerChoiceType.php index c2834dec..e673b336 100644 --- a/src/DataDefinitionsBundle/Form/Type/RunnerChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/RunnerChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Setter/ClassificationStoreSetterType.php b/src/DataDefinitionsBundle/Form/Type/Setter/ClassificationStoreSetterType.php index a7c95c0d..fd042c00 100644 --- a/src/DataDefinitionsBundle/Form/Type/Setter/ClassificationStoreSetterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Setter/ClassificationStoreSetterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Setter/CoreShop/StorePriceSetterType.php b/src/DataDefinitionsBundle/Form/Type/Setter/CoreShop/StorePriceSetterType.php index e25d0474..deab04ac 100644 --- a/src/DataDefinitionsBundle/Form/Type/Setter/CoreShop/StorePriceSetterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Setter/CoreShop/StorePriceSetterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Setter/CoreShop/StoreValuesSetterType.php b/src/DataDefinitionsBundle/Form/Type/Setter/CoreShop/StoreValuesSetterType.php index 453a9961..9ddd6466 100644 --- a/src/DataDefinitionsBundle/Form/Type/Setter/CoreShop/StoreValuesSetterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Setter/CoreShop/StoreValuesSetterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Setter/FieldCollectionSetterType.php b/src/DataDefinitionsBundle/Form/Type/Setter/FieldCollectionSetterType.php index 5cdf8793..0e954577 100644 --- a/src/DataDefinitionsBundle/Form/Type/Setter/FieldCollectionSetterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Setter/FieldCollectionSetterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Setter/LocalizedFieldSetterType.php b/src/DataDefinitionsBundle/Form/Type/Setter/LocalizedFieldSetterType.php index a66e16f8..6ca66b56 100644 --- a/src/DataDefinitionsBundle/Form/Type/Setter/LocalizedFieldSetterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Setter/LocalizedFieldSetterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/Setter/ObjectBrickSetterType.php b/src/DataDefinitionsBundle/Form/Type/Setter/ObjectBrickSetterType.php index 61fccccd..e50f2ea5 100644 --- a/src/DataDefinitionsBundle/Form/Type/Setter/ObjectBrickSetterType.php +++ b/src/DataDefinitionsBundle/Form/Type/Setter/ObjectBrickSetterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Form/Type/SetterChoiceType.php b/src/DataDefinitionsBundle/Form/Type/SetterChoiceType.php index 118cd016..3025682d 100644 --- a/src/DataDefinitionsBundle/Form/Type/SetterChoiceType.php +++ b/src/DataDefinitionsBundle/Form/Type/SetterChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Getter/DynamicColumnGetterInterface.php b/src/DataDefinitionsBundle/Getter/DynamicColumnGetterInterface.php index b695fbd1..5c9aa809 100644 --- a/src/DataDefinitionsBundle/Getter/DynamicColumnGetterInterface.php +++ b/src/DataDefinitionsBundle/Getter/DynamicColumnGetterInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Getter/GetterInterface.php b/src/DataDefinitionsBundle/Getter/GetterInterface.php index f9891c29..d54c6766 100644 --- a/src/DataDefinitionsBundle/Getter/GetterInterface.php +++ b/src/DataDefinitionsBundle/Getter/GetterInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Importer/AsyncImporterInterface.php b/src/DataDefinitionsBundle/Importer/AsyncImporterInterface.php index 165e5d56..03c4539b 100644 --- a/src/DataDefinitionsBundle/Importer/AsyncImporterInterface.php +++ b/src/DataDefinitionsBundle/Importer/AsyncImporterInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Importer/Importer.php b/src/DataDefinitionsBundle/Importer/Importer.php index b03b66e5..dfc10a56 100644 --- a/src/DataDefinitionsBundle/Importer/Importer.php +++ b/src/DataDefinitionsBundle/Importer/Importer.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Importer/ImporterInterface.php b/src/DataDefinitionsBundle/Importer/ImporterInterface.php index 3a72129f..bc14b2a4 100644 --- a/src/DataDefinitionsBundle/Importer/ImporterInterface.php +++ b/src/DataDefinitionsBundle/Importer/ImporterInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Installer.php b/src/DataDefinitionsBundle/Installer.php index 72e7bb07..1b5cb22e 100644 --- a/src/DataDefinitionsBundle/Installer.php +++ b/src/DataDefinitionsBundle/Installer.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/AssetByPathInterpreter.php b/src/DataDefinitionsBundle/Interpreter/AssetByPathInterpreter.php index 59e8ebe1..f93529fa 100644 --- a/src/DataDefinitionsBundle/Interpreter/AssetByPathInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/AssetByPathInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/AssetUrlInterpreter.php b/src/DataDefinitionsBundle/Interpreter/AssetUrlInterpreter.php index e7a0f15b..ae66063a 100644 --- a/src/DataDefinitionsBundle/Interpreter/AssetUrlInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/AssetUrlInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/AssetsUrlInterpreter.php b/src/DataDefinitionsBundle/Interpreter/AssetsUrlInterpreter.php index 73b7a18a..0461cdd7 100644 --- a/src/DataDefinitionsBundle/Interpreter/AssetsUrlInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/AssetsUrlInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/CarbonInterpreter.php b/src/DataDefinitionsBundle/Interpreter/CarbonInterpreter.php index d91b5eda..7eb597ac 100644 --- a/src/DataDefinitionsBundle/Interpreter/CarbonInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/CarbonInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/CheckboxInterpreter.php b/src/DataDefinitionsBundle/Interpreter/CheckboxInterpreter.php index 07c79a05..12b1f4b0 100644 --- a/src/DataDefinitionsBundle/Interpreter/CheckboxInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/CheckboxInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/ConditionalInterpreter.php b/src/DataDefinitionsBundle/Interpreter/ConditionalInterpreter.php index 248dcc19..d889b1bc 100644 --- a/src/DataDefinitionsBundle/Interpreter/ConditionalInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/ConditionalInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/CoreShop/CurrencyInterpreter.php b/src/DataDefinitionsBundle/Interpreter/CoreShop/CurrencyInterpreter.php index 1f96b004..bab8de7d 100644 --- a/src/DataDefinitionsBundle/Interpreter/CoreShop/CurrencyInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/CoreShop/CurrencyInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/CoreShop/MoneyInterpreter.php b/src/DataDefinitionsBundle/Interpreter/CoreShop/MoneyInterpreter.php index 9fd54bce..8ee70725 100644 --- a/src/DataDefinitionsBundle/Interpreter/CoreShop/MoneyInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/CoreShop/MoneyInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/CoreShop/PriceInterpreter.php b/src/DataDefinitionsBundle/Interpreter/CoreShop/PriceInterpreter.php index 5b67d40d..633f3df5 100644 --- a/src/DataDefinitionsBundle/Interpreter/CoreShop/PriceInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/CoreShop/PriceInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/CoreShop/StoresInterpreter.php b/src/DataDefinitionsBundle/Interpreter/CoreShop/StoresInterpreter.php index 28458c41..cb875960 100644 --- a/src/DataDefinitionsBundle/Interpreter/CoreShop/StoresInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/CoreShop/StoresInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/DefaultValueInterpreter.php b/src/DataDefinitionsBundle/Interpreter/DefaultValueInterpreter.php index f7bc9000..f919c1d8 100644 --- a/src/DataDefinitionsBundle/Interpreter/DefaultValueInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/DefaultValueInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/DefinitionInterpreter.php b/src/DataDefinitionsBundle/Interpreter/DefinitionInterpreter.php index 78e74e26..d0731b67 100644 --- a/src/DataDefinitionsBundle/Interpreter/DefinitionInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/DefinitionInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/DoNotSetOnEmptyInterpreter.php b/src/DataDefinitionsBundle/Interpreter/DoNotSetOnEmptyInterpreter.php index 610289dd..c9c76367 100644 --- a/src/DataDefinitionsBundle/Interpreter/DoNotSetOnEmptyInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/DoNotSetOnEmptyInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/ExpressionInterpreter.php b/src/DataDefinitionsBundle/Interpreter/ExpressionInterpreter.php index 1b142b3d..14296c48 100644 --- a/src/DataDefinitionsBundle/Interpreter/ExpressionInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/ExpressionInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/ExternalImageInterpreter.php b/src/DataDefinitionsBundle/Interpreter/ExternalImageInterpreter.php index 2a7777e7..11f299d2 100644 --- a/src/DataDefinitionsBundle/Interpreter/ExternalImageInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/ExternalImageInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/HrefInterpreter.php b/src/DataDefinitionsBundle/Interpreter/HrefInterpreter.php index 88ddcb45..72f97571 100644 --- a/src/DataDefinitionsBundle/Interpreter/HrefInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/HrefInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/ImportRuleInterpreter.php b/src/DataDefinitionsBundle/Interpreter/ImportRuleInterpreter.php index 715fe438..0a3165ff 100644 --- a/src/DataDefinitionsBundle/Interpreter/ImportRuleInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/ImportRuleInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/InterpreterInterface.php b/src/DataDefinitionsBundle/Interpreter/InterpreterInterface.php index 92ee8fdc..b14c3d86 100644 --- a/src/DataDefinitionsBundle/Interpreter/InterpreterInterface.php +++ b/src/DataDefinitionsBundle/Interpreter/InterpreterInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/IteratorInterpreter.php b/src/DataDefinitionsBundle/Interpreter/IteratorInterpreter.php index 6ea9a6ea..eb3ef966 100644 --- a/src/DataDefinitionsBundle/Interpreter/IteratorInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/IteratorInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/LinkInterpreter.php b/src/DataDefinitionsBundle/Interpreter/LinkInterpreter.php index 78429009..ac78bb05 100644 --- a/src/DataDefinitionsBundle/Interpreter/LinkInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/LinkInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/MappingInterpreter.php b/src/DataDefinitionsBundle/Interpreter/MappingInterpreter.php index 8347df2b..54ef1fef 100644 --- a/src/DataDefinitionsBundle/Interpreter/MappingInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/MappingInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/MetadataInterpreter.php b/src/DataDefinitionsBundle/Interpreter/MetadataInterpreter.php index 2bc8fab3..a31f482c 100644 --- a/src/DataDefinitionsBundle/Interpreter/MetadataInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/MetadataInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/MultiHrefInterpreter.php b/src/DataDefinitionsBundle/Interpreter/MultiHrefInterpreter.php index 892af441..72bc1529 100644 --- a/src/DataDefinitionsBundle/Interpreter/MultiHrefInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/MultiHrefInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/NestedInterpreter.php b/src/DataDefinitionsBundle/Interpreter/NestedInterpreter.php index c3735e19..245f741a 100644 --- a/src/DataDefinitionsBundle/Interpreter/NestedInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/NestedInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/ObjectResolverInterpreter.php b/src/DataDefinitionsBundle/Interpreter/ObjectResolverInterpreter.php index 4261dd4e..9e7be71c 100644 --- a/src/DataDefinitionsBundle/Interpreter/ObjectResolverInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/ObjectResolverInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/QuantityValueInterpreter.php b/src/DataDefinitionsBundle/Interpreter/QuantityValueInterpreter.php index 6230d0a0..689277e9 100644 --- a/src/DataDefinitionsBundle/Interpreter/QuantityValueInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/QuantityValueInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/SpecificObjectInterpreter.php b/src/DataDefinitionsBundle/Interpreter/SpecificObjectInterpreter.php index e9b45108..c32c45e3 100644 --- a/src/DataDefinitionsBundle/Interpreter/SpecificObjectInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/SpecificObjectInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/TwigInterpreter.php b/src/DataDefinitionsBundle/Interpreter/TwigInterpreter.php index 0d6f776d..a49902b1 100644 --- a/src/DataDefinitionsBundle/Interpreter/TwigInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/TwigInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Interpreter/TypeCastingInterpreter.php b/src/DataDefinitionsBundle/Interpreter/TypeCastingInterpreter.php index 7cc1c225..fd14b6fb 100644 --- a/src/DataDefinitionsBundle/Interpreter/TypeCastingInterpreter.php +++ b/src/DataDefinitionsBundle/Interpreter/TypeCastingInterpreter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Loader/LoaderInterface.php b/src/DataDefinitionsBundle/Loader/LoaderInterface.php index f392b5a4..d5c0c292 100644 --- a/src/DataDefinitionsBundle/Loader/LoaderInterface.php +++ b/src/DataDefinitionsBundle/Loader/LoaderInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Loader/PrimaryKeyLoader.php b/src/DataDefinitionsBundle/Loader/PrimaryKeyLoader.php index 3c5270cb..60bffff3 100644 --- a/src/DataDefinitionsBundle/Loader/PrimaryKeyLoader.php +++ b/src/DataDefinitionsBundle/Loader/PrimaryKeyLoader.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Messenger/ImportRowMessage.php b/src/DataDefinitionsBundle/Messenger/ImportRowMessage.php index c076a0d1..77b3a516 100644 --- a/src/DataDefinitionsBundle/Messenger/ImportRowMessage.php +++ b/src/DataDefinitionsBundle/Messenger/ImportRowMessage.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Messenger/ImportRowMessageHandler.php b/src/DataDefinitionsBundle/Messenger/ImportRowMessageHandler.php index 38001010..6d52a930 100644 --- a/src/DataDefinitionsBundle/Messenger/ImportRowMessageHandler.php +++ b/src/DataDefinitionsBundle/Messenger/ImportRowMessageHandler.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/AbstractColumn.php b/src/DataDefinitionsBundle/Model/AbstractColumn.php index 03ffebe8..7a279ae8 100644 --- a/src/DataDefinitionsBundle/Model/AbstractColumn.php +++ b/src/DataDefinitionsBundle/Model/AbstractColumn.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/AbstractDataDefinition.php b/src/DataDefinitionsBundle/Model/AbstractDataDefinition.php index bc33f31e..a0652494 100644 --- a/src/DataDefinitionsBundle/Model/AbstractDataDefinition.php +++ b/src/DataDefinitionsBundle/Model/AbstractDataDefinition.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/AbstractMapping.php b/src/DataDefinitionsBundle/Model/AbstractMapping.php index 35d80f7c..66ab21ce 100644 --- a/src/DataDefinitionsBundle/Model/AbstractMapping.php +++ b/src/DataDefinitionsBundle/Model/AbstractMapping.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/DataDefinitionInterface.php b/src/DataDefinitionsBundle/Model/DataDefinitionInterface.php index f9981972..0691a978 100644 --- a/src/DataDefinitionsBundle/Model/DataDefinitionInterface.php +++ b/src/DataDefinitionsBundle/Model/DataDefinitionInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/DataSetAwareTrait.php b/src/DataDefinitionsBundle/Model/DataSetAwareTrait.php index 6fa1b3ff..77a63974 100644 --- a/src/DataDefinitionsBundle/Model/DataSetAwareTrait.php +++ b/src/DataDefinitionsBundle/Model/DataSetAwareTrait.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ExportDefinition.php b/src/DataDefinitionsBundle/Model/ExportDefinition.php index 895a014d..775f63d1 100644 --- a/src/DataDefinitionsBundle/Model/ExportDefinition.php +++ b/src/DataDefinitionsBundle/Model/ExportDefinition.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ExportDefinition/Dao.php b/src/DataDefinitionsBundle/Model/ExportDefinition/Dao.php index 4f1ff5b7..0039b1a5 100644 --- a/src/DataDefinitionsBundle/Model/ExportDefinition/Dao.php +++ b/src/DataDefinitionsBundle/Model/ExportDefinition/Dao.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ExportDefinition/Listing.php b/src/DataDefinitionsBundle/Model/ExportDefinition/Listing.php index 3af44d8e..6a382206 100644 --- a/src/DataDefinitionsBundle/Model/ExportDefinition/Listing.php +++ b/src/DataDefinitionsBundle/Model/ExportDefinition/Listing.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ExportDefinition/Listing/Dao.php b/src/DataDefinitionsBundle/Model/ExportDefinition/Listing/Dao.php index bb7e98bf..0c2f1c70 100644 --- a/src/DataDefinitionsBundle/Model/ExportDefinition/Listing/Dao.php +++ b/src/DataDefinitionsBundle/Model/ExportDefinition/Listing/Dao.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ExportDefinitionInterface.php b/src/DataDefinitionsBundle/Model/ExportDefinitionInterface.php index 826604ae..bc0d8682 100644 --- a/src/DataDefinitionsBundle/Model/ExportDefinitionInterface.php +++ b/src/DataDefinitionsBundle/Model/ExportDefinitionInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ExportMapping.php b/src/DataDefinitionsBundle/Model/ExportMapping.php index 7f18ee14..8963e531 100644 --- a/src/DataDefinitionsBundle/Model/ExportMapping.php +++ b/src/DataDefinitionsBundle/Model/ExportMapping.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ExportMapping/FromColumn.php b/src/DataDefinitionsBundle/Model/ExportMapping/FromColumn.php index 719f9c17..41e67168 100644 --- a/src/DataDefinitionsBundle/Model/ExportMapping/FromColumn.php +++ b/src/DataDefinitionsBundle/Model/ExportMapping/FromColumn.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ExportMapping/ToColumn.php b/src/DataDefinitionsBundle/Model/ExportMapping/ToColumn.php index ae843857..ef907f73 100644 --- a/src/DataDefinitionsBundle/Model/ExportMapping/ToColumn.php +++ b/src/DataDefinitionsBundle/Model/ExportMapping/ToColumn.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/IdGenerator.php b/src/DataDefinitionsBundle/Model/IdGenerator.php index 4cfddf00..682caf86 100644 --- a/src/DataDefinitionsBundle/Model/IdGenerator.php +++ b/src/DataDefinitionsBundle/Model/IdGenerator.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ImportDefinition.php b/src/DataDefinitionsBundle/Model/ImportDefinition.php index 7fb787a2..9e5668fb 100644 --- a/src/DataDefinitionsBundle/Model/ImportDefinition.php +++ b/src/DataDefinitionsBundle/Model/ImportDefinition.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ImportDefinition/Dao.php b/src/DataDefinitionsBundle/Model/ImportDefinition/Dao.php index 44536695..b37a03ae 100644 --- a/src/DataDefinitionsBundle/Model/ImportDefinition/Dao.php +++ b/src/DataDefinitionsBundle/Model/ImportDefinition/Dao.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ImportDefinition/Listing.php b/src/DataDefinitionsBundle/Model/ImportDefinition/Listing.php index aee9024b..b8835ea5 100644 --- a/src/DataDefinitionsBundle/Model/ImportDefinition/Listing.php +++ b/src/DataDefinitionsBundle/Model/ImportDefinition/Listing.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ImportDefinition/Listing/Dao.php b/src/DataDefinitionsBundle/Model/ImportDefinition/Listing/Dao.php index 9b466ea9..e38d2deb 100644 --- a/src/DataDefinitionsBundle/Model/ImportDefinition/Listing/Dao.php +++ b/src/DataDefinitionsBundle/Model/ImportDefinition/Listing/Dao.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ImportDefinitionInterface.php b/src/DataDefinitionsBundle/Model/ImportDefinitionInterface.php index 4b1e1820..fbd71aef 100644 --- a/src/DataDefinitionsBundle/Model/ImportDefinitionInterface.php +++ b/src/DataDefinitionsBundle/Model/ImportDefinitionInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ImportMapping.php b/src/DataDefinitionsBundle/Model/ImportMapping.php index 915edb72..3ea83c38 100644 --- a/src/DataDefinitionsBundle/Model/ImportMapping.php +++ b/src/DataDefinitionsBundle/Model/ImportMapping.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ImportMapping/FromColumn.php b/src/DataDefinitionsBundle/Model/ImportMapping/FromColumn.php index 9628999a..59bee11b 100644 --- a/src/DataDefinitionsBundle/Model/ImportMapping/FromColumn.php +++ b/src/DataDefinitionsBundle/Model/ImportMapping/FromColumn.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ImportMapping/ToColumn.php b/src/DataDefinitionsBundle/Model/ImportMapping/ToColumn.php index d4ee4aac..2fd6c5fe 100644 --- a/src/DataDefinitionsBundle/Model/ImportMapping/ToColumn.php +++ b/src/DataDefinitionsBundle/Model/ImportMapping/ToColumn.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/Log.php b/src/DataDefinitionsBundle/Model/Log.php index ddd93989..1e11bbc1 100644 --- a/src/DataDefinitionsBundle/Model/Log.php +++ b/src/DataDefinitionsBundle/Model/Log.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/Log/Dao.php b/src/DataDefinitionsBundle/Model/Log/Dao.php index 7a52c70d..54876c86 100644 --- a/src/DataDefinitionsBundle/Model/Log/Dao.php +++ b/src/DataDefinitionsBundle/Model/Log/Dao.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/Log/Listing.php b/src/DataDefinitionsBundle/Model/Log/Listing.php index 3cce2da8..c5dfbff3 100644 --- a/src/DataDefinitionsBundle/Model/Log/Listing.php +++ b/src/DataDefinitionsBundle/Model/Log/Listing.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/Log/Listing/Dao.php b/src/DataDefinitionsBundle/Model/Log/Listing/Dao.php index 45baace0..7d3d57ce 100644 --- a/src/DataDefinitionsBundle/Model/Log/Listing/Dao.php +++ b/src/DataDefinitionsBundle/Model/Log/Listing/Dao.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/MappingInterface.php b/src/DataDefinitionsBundle/Model/MappingInterface.php index 6455f671..e434e195 100644 --- a/src/DataDefinitionsBundle/Model/MappingInterface.php +++ b/src/DataDefinitionsBundle/Model/MappingInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ParamsAwareInterface.php b/src/DataDefinitionsBundle/Model/ParamsAwareInterface.php index 00b36445..a4ecf38d 100644 --- a/src/DataDefinitionsBundle/Model/ParamsAwareInterface.php +++ b/src/DataDefinitionsBundle/Model/ParamsAwareInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Model/ParamsAwareTrait.php b/src/DataDefinitionsBundle/Model/ParamsAwareTrait.php index 5bb00e30..d1005907 100644 --- a/src/DataDefinitionsBundle/Model/ParamsAwareTrait.php +++ b/src/DataDefinitionsBundle/Model/ParamsAwareTrait.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Persister/Persister.php b/src/DataDefinitionsBundle/Persister/Persister.php index 190d7aaf..7cf82fce 100644 --- a/src/DataDefinitionsBundle/Persister/Persister.php +++ b/src/DataDefinitionsBundle/Persister/Persister.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Persister/PersisterInterface.php b/src/DataDefinitionsBundle/Persister/PersisterInterface.php index 96225674..4bc043a9 100644 --- a/src/DataDefinitionsBundle/Persister/PersisterInterface.php +++ b/src/DataDefinitionsBundle/Persister/PersisterInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/ProcessManager/AbstractProcessManagerListener.php b/src/DataDefinitionsBundle/ProcessManager/AbstractProcessManagerListener.php index bfb38288..fcc4015d 100644 --- a/src/DataDefinitionsBundle/ProcessManager/AbstractProcessManagerListener.php +++ b/src/DataDefinitionsBundle/ProcessManager/AbstractProcessManagerListener.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/ProcessManager/ArtifactGenerationProviderInterface.php b/src/DataDefinitionsBundle/ProcessManager/ArtifactGenerationProviderInterface.php index 982fff60..d1ab3f8e 100644 --- a/src/DataDefinitionsBundle/ProcessManager/ArtifactGenerationProviderInterface.php +++ b/src/DataDefinitionsBundle/ProcessManager/ArtifactGenerationProviderInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/ProcessManager/ArtifactProviderTrait.php b/src/DataDefinitionsBundle/ProcessManager/ArtifactProviderTrait.php index e64fa8f4..23def572 100644 --- a/src/DataDefinitionsBundle/ProcessManager/ArtifactProviderTrait.php +++ b/src/DataDefinitionsBundle/ProcessManager/ArtifactProviderTrait.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/ProcessManager/DataDefinitionProcessTrait.php b/src/DataDefinitionsBundle/ProcessManager/DataDefinitionProcessTrait.php index 494a879f..61fa0bc9 100644 --- a/src/DataDefinitionsBundle/ProcessManager/DataDefinitionProcessTrait.php +++ b/src/DataDefinitionsBundle/ProcessManager/DataDefinitionProcessTrait.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/ProcessManager/ExportDefinitionProcess.php b/src/DataDefinitionsBundle/ProcessManager/ExportDefinitionProcess.php index 4394b220..6ecd3ba6 100644 --- a/src/DataDefinitionsBundle/ProcessManager/ExportDefinitionProcess.php +++ b/src/DataDefinitionsBundle/ProcessManager/ExportDefinitionProcess.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/ProcessManager/ExportDefinitionStartupFormResolver.php b/src/DataDefinitionsBundle/ProcessManager/ExportDefinitionStartupFormResolver.php index dbce21ab..89661184 100644 --- a/src/DataDefinitionsBundle/ProcessManager/ExportDefinitionStartupFormResolver.php +++ b/src/DataDefinitionsBundle/ProcessManager/ExportDefinitionStartupFormResolver.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/ProcessManager/ImportDefinitionProcess.php b/src/DataDefinitionsBundle/ProcessManager/ImportDefinitionProcess.php index fc9a778e..0747784d 100644 --- a/src/DataDefinitionsBundle/ProcessManager/ImportDefinitionProcess.php +++ b/src/DataDefinitionsBundle/ProcessManager/ImportDefinitionProcess.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/ProcessManager/ImportDefinitionsReport.php b/src/DataDefinitionsBundle/ProcessManager/ImportDefinitionsReport.php index 6b47e1c1..92504c6c 100644 --- a/src/DataDefinitionsBundle/ProcessManager/ImportDefinitionsReport.php +++ b/src/DataDefinitionsBundle/ProcessManager/ImportDefinitionsReport.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/ProcessManager/ProcessManagerExportListener.php b/src/DataDefinitionsBundle/ProcessManager/ProcessManagerExportListener.php index d1378ac7..48b8bb01 100644 --- a/src/DataDefinitionsBundle/ProcessManager/ProcessManagerExportListener.php +++ b/src/DataDefinitionsBundle/ProcessManager/ProcessManagerExportListener.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/ProcessManager/ProcessManagerImportListener.php b/src/DataDefinitionsBundle/ProcessManager/ProcessManagerImportListener.php index ad199f0d..8ec0438f 100644 --- a/src/DataDefinitionsBundle/ProcessManager/ProcessManagerImportListener.php +++ b/src/DataDefinitionsBundle/ProcessManager/ProcessManagerImportListener.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/AbstractFileProvider.php b/src/DataDefinitionsBundle/Provider/AbstractFileProvider.php index 6b9344f6..edeee501 100644 --- a/src/DataDefinitionsBundle/Provider/AbstractFileProvider.php +++ b/src/DataDefinitionsBundle/Provider/AbstractFileProvider.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/AbstractSqlProvider.php b/src/DataDefinitionsBundle/Provider/AbstractSqlProvider.php index 303bfef5..fa118a0d 100644 --- a/src/DataDefinitionsBundle/Provider/AbstractSqlProvider.php +++ b/src/DataDefinitionsBundle/Provider/AbstractSqlProvider.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/ArrayImportDataSet.php b/src/DataDefinitionsBundle/Provider/ArrayImportDataSet.php index d5888117..2bc8545c 100644 --- a/src/DataDefinitionsBundle/Provider/ArrayImportDataSet.php +++ b/src/DataDefinitionsBundle/Provider/ArrayImportDataSet.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/CsvProvider.php b/src/DataDefinitionsBundle/Provider/CsvProvider.php index ea66476d..e08d0327 100644 --- a/src/DataDefinitionsBundle/Provider/CsvProvider.php +++ b/src/DataDefinitionsBundle/Provider/CsvProvider.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/ExcelProvider.php b/src/DataDefinitionsBundle/Provider/ExcelProvider.php index afce7c8c..85d2c3c6 100644 --- a/src/DataDefinitionsBundle/Provider/ExcelProvider.php +++ b/src/DataDefinitionsBundle/Provider/ExcelProvider.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/ExportProviderInterface.php b/src/DataDefinitionsBundle/Provider/ExportProviderInterface.php index 97e9127d..822d337c 100644 --- a/src/DataDefinitionsBundle/Provider/ExportProviderInterface.php +++ b/src/DataDefinitionsBundle/Provider/ExportProviderInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/ExternalSqlProvider.php b/src/DataDefinitionsBundle/Provider/ExternalSqlProvider.php index bfe20032..5430f17b 100644 --- a/src/DataDefinitionsBundle/Provider/ExternalSqlProvider.php +++ b/src/DataDefinitionsBundle/Provider/ExternalSqlProvider.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/ImportDataSet.php b/src/DataDefinitionsBundle/Provider/ImportDataSet.php index b3295c37..730e5f6d 100644 --- a/src/DataDefinitionsBundle/Provider/ImportDataSet.php +++ b/src/DataDefinitionsBundle/Provider/ImportDataSet.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/ImportDataSetInterface.php b/src/DataDefinitionsBundle/Provider/ImportDataSetInterface.php index 07fe0a19..8ebe9e65 100644 --- a/src/DataDefinitionsBundle/Provider/ImportDataSetInterface.php +++ b/src/DataDefinitionsBundle/Provider/ImportDataSetInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/ImportProviderInterface.php b/src/DataDefinitionsBundle/Provider/ImportProviderInterface.php index 7ea33f75..003aeb07 100644 --- a/src/DataDefinitionsBundle/Provider/ImportProviderInterface.php +++ b/src/DataDefinitionsBundle/Provider/ImportProviderInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/JsonProvider.php b/src/DataDefinitionsBundle/Provider/JsonProvider.php index 56ee243f..451640d7 100644 --- a/src/DataDefinitionsBundle/Provider/JsonProvider.php +++ b/src/DataDefinitionsBundle/Provider/JsonProvider.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/RawProvider.php b/src/DataDefinitionsBundle/Provider/RawProvider.php index dd444a22..0cf8548d 100644 --- a/src/DataDefinitionsBundle/Provider/RawProvider.php +++ b/src/DataDefinitionsBundle/Provider/RawProvider.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/SqlProvider.php b/src/DataDefinitionsBundle/Provider/SqlProvider.php index 9d693841..09268e96 100644 --- a/src/DataDefinitionsBundle/Provider/SqlProvider.php +++ b/src/DataDefinitionsBundle/Provider/SqlProvider.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/TraversableImportDataSet.php b/src/DataDefinitionsBundle/Provider/TraversableImportDataSet.php index b8168d26..60e82940 100644 --- a/src/DataDefinitionsBundle/Provider/TraversableImportDataSet.php +++ b/src/DataDefinitionsBundle/Provider/TraversableImportDataSet.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Provider/XmlProvider.php b/src/DataDefinitionsBundle/Provider/XmlProvider.php index 2a49c4cc..3a46b5a2 100755 --- a/src/DataDefinitionsBundle/Provider/XmlProvider.php +++ b/src/DataDefinitionsBundle/Provider/XmlProvider.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Repository/DefinitionRepository.php b/src/DataDefinitionsBundle/Repository/DefinitionRepository.php index e20dbf8e..4145f799 100644 --- a/src/DataDefinitionsBundle/Repository/DefinitionRepository.php +++ b/src/DataDefinitionsBundle/Repository/DefinitionRepository.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Action/ExpressionProcessor.php b/src/DataDefinitionsBundle/Rules/Action/ExpressionProcessor.php index 55c71e07..6215e601 100644 --- a/src/DataDefinitionsBundle/Rules/Action/ExpressionProcessor.php +++ b/src/DataDefinitionsBundle/Rules/Action/ExpressionProcessor.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Action/ImportRuleProcessorInterface.php b/src/DataDefinitionsBundle/Rules/Action/ImportRuleProcessorInterface.php index f8c668e3..3e1cdc5c 100644 --- a/src/DataDefinitionsBundle/Rules/Action/ImportRuleProcessorInterface.php +++ b/src/DataDefinitionsBundle/Rules/Action/ImportRuleProcessorInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Action/ObjectProcessor.php b/src/DataDefinitionsBundle/Rules/Action/ObjectProcessor.php index 27c90519..4ca6d995 100644 --- a/src/DataDefinitionsBundle/Rules/Action/ObjectProcessor.php +++ b/src/DataDefinitionsBundle/Rules/Action/ObjectProcessor.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Condition/AbstractConditionChecker.php b/src/DataDefinitionsBundle/Rules/Condition/AbstractConditionChecker.php index 2791aa97..3fd88236 100644 --- a/src/DataDefinitionsBundle/Rules/Condition/AbstractConditionChecker.php +++ b/src/DataDefinitionsBundle/Rules/Condition/AbstractConditionChecker.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Condition/ExpressionConditionChecker.php b/src/DataDefinitionsBundle/Rules/Condition/ExpressionConditionChecker.php index b8f7e13c..54af0860 100644 --- a/src/DataDefinitionsBundle/Rules/Condition/ExpressionConditionChecker.php +++ b/src/DataDefinitionsBundle/Rules/Condition/ExpressionConditionChecker.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Condition/ImportRuleConditionCheckerInterface.php b/src/DataDefinitionsBundle/Rules/Condition/ImportRuleConditionCheckerInterface.php index 2b88b967..183fda2d 100644 --- a/src/DataDefinitionsBundle/Rules/Condition/ImportRuleConditionCheckerInterface.php +++ b/src/DataDefinitionsBundle/Rules/Condition/ImportRuleConditionCheckerInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Form/Type/Action/ExpressionType.php b/src/DataDefinitionsBundle/Rules/Form/Type/Action/ExpressionType.php index 9623a29c..c081d714 100644 --- a/src/DataDefinitionsBundle/Rules/Form/Type/Action/ExpressionType.php +++ b/src/DataDefinitionsBundle/Rules/Form/Type/Action/ExpressionType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Form/Type/Action/ObjectType.php b/src/DataDefinitionsBundle/Rules/Form/Type/Action/ObjectType.php index afa7166d..96e6a77c 100644 --- a/src/DataDefinitionsBundle/Rules/Form/Type/Action/ObjectType.php +++ b/src/DataDefinitionsBundle/Rules/Form/Type/Action/ObjectType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Form/Type/Condition/ExpressionConditionType.php b/src/DataDefinitionsBundle/Rules/Form/Type/Condition/ExpressionConditionType.php index 6767ec9f..6a5f161c 100644 --- a/src/DataDefinitionsBundle/Rules/Form/Type/Condition/ExpressionConditionType.php +++ b/src/DataDefinitionsBundle/Rules/Form/Type/Condition/ExpressionConditionType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleActionChoiceType.php b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleActionChoiceType.php index e7b20f23..82e69d9d 100755 --- a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleActionChoiceType.php +++ b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleActionChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleActionCollectionType.php b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleActionCollectionType.php index 069a7764..2dc42ad7 100755 --- a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleActionCollectionType.php +++ b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleActionCollectionType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleActionType.php b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleActionType.php index 3c959c1b..87b3770a 100755 --- a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleActionType.php +++ b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleActionType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleConditionChoiceType.php b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleConditionChoiceType.php index 1367b8f2..95a6f7a5 100755 --- a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleConditionChoiceType.php +++ b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleConditionChoiceType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleConditionCollectionType.php b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleConditionCollectionType.php index fede1073..f2bc870f 100644 --- a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleConditionCollectionType.php +++ b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleConditionCollectionType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleConditionType.php b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleConditionType.php index d9a4ec28..f3a8b48d 100755 --- a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleConditionType.php +++ b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleConditionType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleType.php b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleType.php index 7f04b8cc..9d64bb6d 100644 --- a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleType.php +++ b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRuleType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRulesInterpreterType.php b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRulesInterpreterType.php index b5edf792..d4d6fdd5 100644 --- a/src/DataDefinitionsBundle/Rules/Form/Type/ImportRulesInterpreterType.php +++ b/src/DataDefinitionsBundle/Rules/Form/Type/ImportRulesInterpreterType.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Model/ImportRule.php b/src/DataDefinitionsBundle/Rules/Model/ImportRule.php index 61c4602d..f6b1f8be 100644 --- a/src/DataDefinitionsBundle/Rules/Model/ImportRule.php +++ b/src/DataDefinitionsBundle/Rules/Model/ImportRule.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Model/ImportRuleInterface.php b/src/DataDefinitionsBundle/Rules/Model/ImportRuleInterface.php index 5f67b5fb..1be0951d 100644 --- a/src/DataDefinitionsBundle/Rules/Model/ImportRuleInterface.php +++ b/src/DataDefinitionsBundle/Rules/Model/ImportRuleInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Processor/ImportRuleValidationProcessor.php b/src/DataDefinitionsBundle/Rules/Processor/ImportRuleValidationProcessor.php index 5bebc269..13952838 100644 --- a/src/DataDefinitionsBundle/Rules/Processor/ImportRuleValidationProcessor.php +++ b/src/DataDefinitionsBundle/Rules/Processor/ImportRuleValidationProcessor.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Processor/ImportRuleValidationProcessorInterface.php b/src/DataDefinitionsBundle/Rules/Processor/ImportRuleValidationProcessorInterface.php index 51b1a74c..1ef9e633 100644 --- a/src/DataDefinitionsBundle/Rules/Processor/ImportRuleValidationProcessorInterface.php +++ b/src/DataDefinitionsBundle/Rules/Processor/ImportRuleValidationProcessorInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Processor/RuleApplier.php b/src/DataDefinitionsBundle/Rules/Processor/RuleApplier.php index d41e35de..7309a488 100644 --- a/src/DataDefinitionsBundle/Rules/Processor/RuleApplier.php +++ b/src/DataDefinitionsBundle/Rules/Processor/RuleApplier.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Rules/Processor/RuleApplierInterface.php b/src/DataDefinitionsBundle/Rules/Processor/RuleApplierInterface.php index 29a17a27..0b545d02 100644 --- a/src/DataDefinitionsBundle/Rules/Processor/RuleApplierInterface.php +++ b/src/DataDefinitionsBundle/Rules/Processor/RuleApplierInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Runner/ExportRunnerInterface.php b/src/DataDefinitionsBundle/Runner/ExportRunnerInterface.php index fb60c880..5de721cb 100644 --- a/src/DataDefinitionsBundle/Runner/ExportRunnerInterface.php +++ b/src/DataDefinitionsBundle/Runner/ExportRunnerInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Runner/ImportStartFinishRunnerInterface.php b/src/DataDefinitionsBundle/Runner/ImportStartFinishRunnerInterface.php index b7f7fe4d..c23398c1 100644 --- a/src/DataDefinitionsBundle/Runner/ImportStartFinishRunnerInterface.php +++ b/src/DataDefinitionsBundle/Runner/ImportStartFinishRunnerInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Runner/RunnerInterface.php b/src/DataDefinitionsBundle/Runner/RunnerInterface.php index f57a3d31..db2cbbfe 100644 --- a/src/DataDefinitionsBundle/Runner/RunnerInterface.php +++ b/src/DataDefinitionsBundle/Runner/RunnerInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Runner/SaveRunnerInterface.php b/src/DataDefinitionsBundle/Runner/SaveRunnerInterface.php index 7cb03f1c..f450ba37 100644 --- a/src/DataDefinitionsBundle/Runner/SaveRunnerInterface.php +++ b/src/DataDefinitionsBundle/Runner/SaveRunnerInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Runner/SetterRunnerInterface.php b/src/DataDefinitionsBundle/Runner/SetterRunnerInterface.php index f1d3902b..8c5d346f 100644 --- a/src/DataDefinitionsBundle/Runner/SetterRunnerInterface.php +++ b/src/DataDefinitionsBundle/Runner/SetterRunnerInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Service/FieldSelection.php b/src/DataDefinitionsBundle/Service/FieldSelection.php index 5cfb2a4b..af60ef4e 100644 --- a/src/DataDefinitionsBundle/Service/FieldSelection.php +++ b/src/DataDefinitionsBundle/Service/FieldSelection.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Service/StorageLocator.php b/src/DataDefinitionsBundle/Service/StorageLocator.php index 54f12e06..9b998873 100644 --- a/src/DataDefinitionsBundle/Service/StorageLocator.php +++ b/src/DataDefinitionsBundle/Service/StorageLocator.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Setter/ClassificationStoreFieldGetter.php b/src/DataDefinitionsBundle/Setter/ClassificationStoreFieldGetter.php index ad2f0a33..93547c1b 100644 --- a/src/DataDefinitionsBundle/Setter/ClassificationStoreFieldGetter.php +++ b/src/DataDefinitionsBundle/Setter/ClassificationStoreFieldGetter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Setter/ClassificationStoreSetter.php b/src/DataDefinitionsBundle/Setter/ClassificationStoreSetter.php index 2a479ce9..d6f4e90d 100644 --- a/src/DataDefinitionsBundle/Setter/ClassificationStoreSetter.php +++ b/src/DataDefinitionsBundle/Setter/ClassificationStoreSetter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Setter/CoreShop/StorePriceSetter.php b/src/DataDefinitionsBundle/Setter/CoreShop/StorePriceSetter.php index d2a31f61..f91602dc 100644 --- a/src/DataDefinitionsBundle/Setter/CoreShop/StorePriceSetter.php +++ b/src/DataDefinitionsBundle/Setter/CoreShop/StorePriceSetter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Setter/CoreShop/StoreValuesSetter.php b/src/DataDefinitionsBundle/Setter/CoreShop/StoreValuesSetter.php index c8a0c80e..c81583a4 100644 --- a/src/DataDefinitionsBundle/Setter/CoreShop/StoreValuesSetter.php +++ b/src/DataDefinitionsBundle/Setter/CoreShop/StoreValuesSetter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Setter/FieldCollectionSetter.php b/src/DataDefinitionsBundle/Setter/FieldCollectionSetter.php index 78eadaf0..482e50ea 100644 --- a/src/DataDefinitionsBundle/Setter/FieldCollectionSetter.php +++ b/src/DataDefinitionsBundle/Setter/FieldCollectionSetter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Setter/KeySetter.php b/src/DataDefinitionsBundle/Setter/KeySetter.php index f2d38c48..1a18bc84 100644 --- a/src/DataDefinitionsBundle/Setter/KeySetter.php +++ b/src/DataDefinitionsBundle/Setter/KeySetter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Setter/LocalizedfieldSetter.php b/src/DataDefinitionsBundle/Setter/LocalizedfieldSetter.php index 7953142c..08511392 100644 --- a/src/DataDefinitionsBundle/Setter/LocalizedfieldSetter.php +++ b/src/DataDefinitionsBundle/Setter/LocalizedfieldSetter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Setter/ObjectTypeSetter.php b/src/DataDefinitionsBundle/Setter/ObjectTypeSetter.php index 5e060ee8..9b4bcc55 100644 --- a/src/DataDefinitionsBundle/Setter/ObjectTypeSetter.php +++ b/src/DataDefinitionsBundle/Setter/ObjectTypeSetter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Setter/ObjectbrickSetter.php b/src/DataDefinitionsBundle/Setter/ObjectbrickSetter.php index b63d27e5..1808f8ef 100644 --- a/src/DataDefinitionsBundle/Setter/ObjectbrickSetter.php +++ b/src/DataDefinitionsBundle/Setter/ObjectbrickSetter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Setter/RelationSetter.php b/src/DataDefinitionsBundle/Setter/RelationSetter.php index 298cab83..f3bad449 100644 --- a/src/DataDefinitionsBundle/Setter/RelationSetter.php +++ b/src/DataDefinitionsBundle/Setter/RelationSetter.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/DataDefinitionsBundle/Setter/SetterInterface.php b/src/DataDefinitionsBundle/Setter/SetterInterface.php index 9d947b8c..bce5d14a 100644 --- a/src/DataDefinitionsBundle/Setter/SetterInterface.php +++ b/src/DataDefinitionsBundle/Setter/SetterInterface.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */ diff --git a/src/Kernel.php b/src/Kernel.php index 5d60c65b..9d9c266b 100644 --- a/src/Kernel.php +++ b/src/Kernel.php @@ -9,7 +9,7 @@ * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * - * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://www.instride.ch) + * @copyright Copyright (c) CORS GmbH (https://www.cors.gmbh) in combination with instride AG (https://instride.ch) * @license GPLv3 and DDCL */