From d7a41f366ab26ae2269e2cf1cb436fd2e45d8d6e Mon Sep 17 00:00:00 2001 From: markus-moser Date: Mon, 6 May 2024 13:41:04 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- src/Command/DeploymentReindexCommand.php | 7 +++++-- src/Command/ReindexItemsCommand.php | 7 +++++-- .../StandardField/Document/DocumentStandardField.php | 7 +++++-- .../SystemField/Document/EmailSystemField.php | 7 +++++-- .../SystemField/Document/HardLinkSystemField.php | 7 +++++-- .../FieldCategory/SystemField/Document/LinkSystemField.php | 7 +++++-- .../FieldCategory/SystemField/Document/PageSystemField.php | 7 +++++-- src/Event/Document/ExtractMappingEvent.php | 7 +++++-- src/Event/Document/PermissionEvent.php | 7 +++++-- src/Event/Document/UpdateIndexDataEvent.php | 7 +++++-- src/EventSubscriber/ClassDefinitionIndexSubscriber.php | 7 +++++-- src/EventSubscriber/DocumentIndexUpdateSubscriber.php | 7 +++++-- src/Exception/EnqueueElementsException.php | 7 +++++-- src/Exception/OpenSearch/ResultWindowTooLargeException.php | 7 +++++-- src/Message/UpdateClassMappingMessage.php | 7 +++++-- src/Message/UpdateLanguageSettingsMessage.php | 7 +++++-- src/MessageHandler/UpdateClassMappingHandler.php | 7 +++++-- src/MessageHandler/UpdateLanguageSettingsHandler.php | 7 +++++-- src/Model/Search/Document/DocumentSearch.php | 7 +++++-- .../Search/Document/SearchResult/DocumentSearchResult.php | 7 +++++-- .../Document/SearchResult/DocumentSearchResultItem.php | 7 +++++-- .../Document/SearchResult/SearchResultItem/Email.php | 7 +++++-- .../Document/SearchResult/SearchResultItem/Folder.php | 7 +++++-- .../Document/SearchResult/SearchResultItem/HardLink.php | 7 +++++-- .../Search/Document/SearchResult/SearchResultItem/Link.php | 7 +++++-- .../Search/Document/SearchResult/SearchResultItem/Page.php | 7 +++++-- .../SearchResult/SearchResultItem/PageSnippetTrait.php | 7 +++++-- .../Document/SearchResult/SearchResultItem/Snippet.php | 7 +++++-- src/Model/Search/Modifier/Filter/Tree/TagFilter.php | 7 +++++-- src/Model/Search/Modifier/Sort/OrderByPageNumber.php | 7 +++++-- .../FieldDefinitionAdapter/AdvancedImageAdapter.php | 7 +++++-- .../DataObject/FieldDefinitionAdapter/ConsentAdapter.php | 7 +++++-- .../FieldDefinitionAdapter/ExternalImageAdapter.php | 7 +++++-- .../DataObject/FieldDefinitionAdapter/ImageAdapter.php | 7 +++++-- .../FieldDefinitionAdapter/ImageGalleryAdapter.php | 7 +++++-- .../FieldDefinitionAdapter/StructuredTableAdapter.php | 7 +++++-- .../DataObject/FieldDefinitionAdapter/VideoAdapter.php | 7 +++++-- .../OpenSearch/Search/LocateInTreeService.php | 7 +++++-- .../OpenSearch/Workspace/QueryService.php | 7 +++++-- .../Search/LocateInTreeServiceInterface.php | 7 +++++-- .../DocumentTypeSerializationHandler/HandlerInterface.php | 7 +++++-- src/Service/EventService.php | 7 +++++-- src/Service/EventServiceInterface.php | 7 +++++-- src/Service/PathService.php | 7 +++++-- src/Service/PathServiceInterface.php | 7 +++++-- .../SearchService/Document/DocumentSearchService.php | 7 +++++-- .../Document/DocumentSearchServiceInterface.php | 7 +++++-- src/Service/Search/SearchService/Document/SearchHelper.php | 7 +++++-- src/Service/Search/SearchService/IndexNameResolver.php | 7 +++++-- .../Search/SearchService/IndexNameResolverInterface.php | 7 +++++-- .../ElementTypeAdapter/DocumentTypeAdapter.php | 7 +++++-- .../IndexService/IndexHandler/DocumentIndexHandler.php | 7 +++++-- src/Service/SearchIndex/ReindexService.php | 7 +++++-- src/Service/SearchIndex/ReindexServiceInterface.php | 7 +++++-- .../Search/DocumentSearchResultDenormalizer.php | 7 +++++-- .../AbstractSerializationHandler.php | 7 +++++-- .../EmailSerializationHandler.php | 7 +++++-- .../FolderSerializationHandler.php | 7 +++++-- .../HardLinkSerializationHandler.php | 7 +++++-- .../LinkSerializationHandler.php | 7 +++++-- .../PageSerializationHandler.php | 7 +++++-- .../SnippetSerializationHandler.php | 7 +++++-- .../Serializer/DocumentTypeSerializationHandlerService.php | 7 +++++-- src/Service/Serializer/Normalizer/DocumentNormalizer.php | 7 +++++-- src/Service/SettingsStoreService.php | 7 +++++-- src/Service/SettingsStoreServiceInterface.php | 7 +++++-- tests/Functional/OpenSearch/LocateInTreeServiceTest.php | 7 +++++-- tests/Functional/OpenSearch/OpenSearchServiceTest.php | 7 +++++-- tests/Functional/PathServiceTest.php | 7 +++++-- .../Modifier/Aggregation/AssetMetadataAggregationTest.php | 7 +++++-- .../Search/Modifier/Aggregation/TreeAggregationTest.php | 7 +++++-- .../Search/Modifier/Filter/AssetMetadataFilterTest.php | 7 +++++-- .../Functional/Search/Modifier/Filter/BasicFiltersTest.php | 7 +++++-- .../Functional/Search/Modifier/Filter/TreeFiltersTest.php | 7 +++++-- .../Filter/Workspace/WorkspaceQueryHandlerTest.php | 7 +++++-- .../Search/Modifier/FullTextSearch/FullTextSearchTest.php | 7 +++++-- tests/Functional/Search/Modifier/Sort/SortModifierTest.php | 7 +++++-- tests/Functional/SearchIndex/AssetBasicTest.php | 7 +++++-- tests/Functional/SearchIndex/DataObjectBasicTest.php | 7 +++++-- tests/Functional/SearchIndex/DocumentBasicTest.php | 7 +++++-- tests/Functional/SearchIndex/IndexQueueTest.php | 7 +++++-- tests/Support/Helper/GenericDataIndex.php | 7 +++++-- tests/Support/Helper/Index.php | 7 +++++-- tests/Support/Helper/Service.php | 7 +++++-- tests/Support/IndexTester.php | 7 +++++-- tests/Unit/Event/Document/ExtractMappingEventTest.php | 7 +++++-- tests/Unit/Event/Document/PermissionEventTest.php | 7 +++++-- tests/Unit/Event/Document/UpdateIndexDataEventTest.php | 7 +++++-- tests/Unit/Model/Modifier/Filter/Tree/TagFilterTest.php | 7 +++++-- tests/Unit/Model/Modifier/Sort/OrderByPageNumberTest.php | 7 +++++-- .../OpenSearch/Search/Document/DocumentSearchTest.php | 7 +++++-- .../FieldDefinitionAdapter/AdvancedImageAdapterTest.php | 7 +++++-- .../FieldDefinitionAdapter/ConsentAdapterTest.php | 7 +++++-- .../FieldDefinitionAdapter/ExternalImageAdapterTest.php | 7 +++++-- .../DataObject/FieldDefinitionAdapter/ImageAdapterTest.php | 7 +++++-- .../FieldDefinitionAdapter/ImageGalleryAdapterTest.php | 7 +++++-- .../FieldDefinitionAdapter/StructuredTableAdapterTest.php | 7 +++++-- .../DataObject/FieldDefinitionAdapter/VideoAdapterTest.php | 7 +++++-- tests/Unit/Service/EventServiceTest.php | 7 +++++-- tests/Unit/Service/PathServiceTest.php | 7 +++++-- 100 files changed, 500 insertions(+), 200 deletions(-) diff --git a/src/Command/DeploymentReindexCommand.php b/src/Command/DeploymentReindexCommand.php index fbf3e3cb..4f83b0c3 100644 --- a/src/Command/DeploymentReindexCommand.php +++ b/src/Command/DeploymentReindexCommand.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Command; diff --git a/src/Command/ReindexItemsCommand.php b/src/Command/ReindexItemsCommand.php index 994e7610..19629c5e 100644 --- a/src/Command/ReindexItemsCommand.php +++ b/src/Command/ReindexItemsCommand.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Command; diff --git a/src/Enum/SearchIndex/FieldCategory/StandardField/Document/DocumentStandardField.php b/src/Enum/SearchIndex/FieldCategory/StandardField/Document/DocumentStandardField.php index 3774a8b5..e44fb2c5 100644 --- a/src/Enum/SearchIndex/FieldCategory/StandardField/Document/DocumentStandardField.php +++ b/src/Enum/SearchIndex/FieldCategory/StandardField/Document/DocumentStandardField.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Enum\SearchIndex\FieldCategory\StandardField\Document; diff --git a/src/Enum/SearchIndex/FieldCategory/SystemField/Document/EmailSystemField.php b/src/Enum/SearchIndex/FieldCategory/SystemField/Document/EmailSystemField.php index a75d169e..9ee9adca 100644 --- a/src/Enum/SearchIndex/FieldCategory/SystemField/Document/EmailSystemField.php +++ b/src/Enum/SearchIndex/FieldCategory/SystemField/Document/EmailSystemField.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Enum\SearchIndex\FieldCategory\SystemField\Document; diff --git a/src/Enum/SearchIndex/FieldCategory/SystemField/Document/HardLinkSystemField.php b/src/Enum/SearchIndex/FieldCategory/SystemField/Document/HardLinkSystemField.php index 8a76d051..4dd1048d 100644 --- a/src/Enum/SearchIndex/FieldCategory/SystemField/Document/HardLinkSystemField.php +++ b/src/Enum/SearchIndex/FieldCategory/SystemField/Document/HardLinkSystemField.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Enum\SearchIndex\FieldCategory\SystemField\Document; diff --git a/src/Enum/SearchIndex/FieldCategory/SystemField/Document/LinkSystemField.php b/src/Enum/SearchIndex/FieldCategory/SystemField/Document/LinkSystemField.php index f9d79d52..d462a61b 100644 --- a/src/Enum/SearchIndex/FieldCategory/SystemField/Document/LinkSystemField.php +++ b/src/Enum/SearchIndex/FieldCategory/SystemField/Document/LinkSystemField.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Enum\SearchIndex\FieldCategory\SystemField\Document; diff --git a/src/Enum/SearchIndex/FieldCategory/SystemField/Document/PageSystemField.php b/src/Enum/SearchIndex/FieldCategory/SystemField/Document/PageSystemField.php index 6d110b17..f52278b9 100644 --- a/src/Enum/SearchIndex/FieldCategory/SystemField/Document/PageSystemField.php +++ b/src/Enum/SearchIndex/FieldCategory/SystemField/Document/PageSystemField.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Enum\SearchIndex\FieldCategory\SystemField\Document; diff --git a/src/Event/Document/ExtractMappingEvent.php b/src/Event/Document/ExtractMappingEvent.php index 267e2729..af6356c2 100644 --- a/src/Event/Document/ExtractMappingEvent.php +++ b/src/Event/Document/ExtractMappingEvent.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Event\Document; diff --git a/src/Event/Document/PermissionEvent.php b/src/Event/Document/PermissionEvent.php index f07643b1..87ffcd74 100644 --- a/src/Event/Document/PermissionEvent.php +++ b/src/Event/Document/PermissionEvent.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Event\Document; diff --git a/src/Event/Document/UpdateIndexDataEvent.php b/src/Event/Document/UpdateIndexDataEvent.php index f544e994..0c6fbf0a 100644 --- a/src/Event/Document/UpdateIndexDataEvent.php +++ b/src/Event/Document/UpdateIndexDataEvent.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Event\Document; diff --git a/src/EventSubscriber/ClassDefinitionIndexSubscriber.php b/src/EventSubscriber/ClassDefinitionIndexSubscriber.php index 54ab23e9..683ca1b9 100644 --- a/src/EventSubscriber/ClassDefinitionIndexSubscriber.php +++ b/src/EventSubscriber/ClassDefinitionIndexSubscriber.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber; diff --git a/src/EventSubscriber/DocumentIndexUpdateSubscriber.php b/src/EventSubscriber/DocumentIndexUpdateSubscriber.php index 3f6117a0..c454dd00 100644 --- a/src/EventSubscriber/DocumentIndexUpdateSubscriber.php +++ b/src/EventSubscriber/DocumentIndexUpdateSubscriber.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber; diff --git a/src/Exception/EnqueueElementsException.php b/src/Exception/EnqueueElementsException.php index a7b376cb..f3f58ad3 100644 --- a/src/Exception/EnqueueElementsException.php +++ b/src/Exception/EnqueueElementsException.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Exception; diff --git a/src/Exception/OpenSearch/ResultWindowTooLargeException.php b/src/Exception/OpenSearch/ResultWindowTooLargeException.php index 636e2be9..75990508 100644 --- a/src/Exception/OpenSearch/ResultWindowTooLargeException.php +++ b/src/Exception/OpenSearch/ResultWindowTooLargeException.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Exception\OpenSearch; diff --git a/src/Message/UpdateClassMappingMessage.php b/src/Message/UpdateClassMappingMessage.php index 5dc85bcc..b766a08d 100644 --- a/src/Message/UpdateClassMappingMessage.php +++ b/src/Message/UpdateClassMappingMessage.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Message; diff --git a/src/Message/UpdateLanguageSettingsMessage.php b/src/Message/UpdateLanguageSettingsMessage.php index d8535475..d0192eb7 100644 --- a/src/Message/UpdateLanguageSettingsMessage.php +++ b/src/Message/UpdateLanguageSettingsMessage.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Message; diff --git a/src/MessageHandler/UpdateClassMappingHandler.php b/src/MessageHandler/UpdateClassMappingHandler.php index d8edc644..420ccb2a 100644 --- a/src/MessageHandler/UpdateClassMappingHandler.php +++ b/src/MessageHandler/UpdateClassMappingHandler.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\MessageHandler; diff --git a/src/MessageHandler/UpdateLanguageSettingsHandler.php b/src/MessageHandler/UpdateLanguageSettingsHandler.php index 3ca48eff..702ba0d2 100644 --- a/src/MessageHandler/UpdateLanguageSettingsHandler.php +++ b/src/MessageHandler/UpdateLanguageSettingsHandler.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\MessageHandler; diff --git a/src/Model/Search/Document/DocumentSearch.php b/src/Model/Search/Document/DocumentSearch.php index f6a89f00..0f01b392 100644 --- a/src/Model/Search/Document/DocumentSearch.php +++ b/src/Model/Search/Document/DocumentSearch.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Document; diff --git a/src/Model/Search/Document/SearchResult/DocumentSearchResult.php b/src/Model/Search/Document/SearchResult/DocumentSearchResult.php index c99f1503..c5643a9d 100644 --- a/src/Model/Search/Document/SearchResult/DocumentSearchResult.php +++ b/src/Model/Search/Document/SearchResult/DocumentSearchResult.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Document\SearchResult; diff --git a/src/Model/Search/Document/SearchResult/DocumentSearchResultItem.php b/src/Model/Search/Document/SearchResult/DocumentSearchResultItem.php index 31757451..45b9923f 100644 --- a/src/Model/Search/Document/SearchResult/DocumentSearchResultItem.php +++ b/src/Model/Search/Document/SearchResult/DocumentSearchResultItem.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Document\SearchResult; diff --git a/src/Model/Search/Document/SearchResult/SearchResultItem/Email.php b/src/Model/Search/Document/SearchResult/SearchResultItem/Email.php index 0901223f..4f1e4380 100644 --- a/src/Model/Search/Document/SearchResult/SearchResultItem/Email.php +++ b/src/Model/Search/Document/SearchResult/SearchResultItem/Email.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Document\SearchResult\SearchResultItem; diff --git a/src/Model/Search/Document/SearchResult/SearchResultItem/Folder.php b/src/Model/Search/Document/SearchResult/SearchResultItem/Folder.php index 308378bd..35c798ef 100644 --- a/src/Model/Search/Document/SearchResult/SearchResultItem/Folder.php +++ b/src/Model/Search/Document/SearchResult/SearchResultItem/Folder.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Document\SearchResult\SearchResultItem; diff --git a/src/Model/Search/Document/SearchResult/SearchResultItem/HardLink.php b/src/Model/Search/Document/SearchResult/SearchResultItem/HardLink.php index b22df38b..7b78753d 100644 --- a/src/Model/Search/Document/SearchResult/SearchResultItem/HardLink.php +++ b/src/Model/Search/Document/SearchResult/SearchResultItem/HardLink.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Document\SearchResult\SearchResultItem; diff --git a/src/Model/Search/Document/SearchResult/SearchResultItem/Link.php b/src/Model/Search/Document/SearchResult/SearchResultItem/Link.php index 2799fb5c..ea85b2ad 100644 --- a/src/Model/Search/Document/SearchResult/SearchResultItem/Link.php +++ b/src/Model/Search/Document/SearchResult/SearchResultItem/Link.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Document\SearchResult\SearchResultItem; diff --git a/src/Model/Search/Document/SearchResult/SearchResultItem/Page.php b/src/Model/Search/Document/SearchResult/SearchResultItem/Page.php index 99c558df..eab792b0 100644 --- a/src/Model/Search/Document/SearchResult/SearchResultItem/Page.php +++ b/src/Model/Search/Document/SearchResult/SearchResultItem/Page.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Document\SearchResult\SearchResultItem; diff --git a/src/Model/Search/Document/SearchResult/SearchResultItem/PageSnippetTrait.php b/src/Model/Search/Document/SearchResult/SearchResultItem/PageSnippetTrait.php index 8110e980..c28c3746 100644 --- a/src/Model/Search/Document/SearchResult/SearchResultItem/PageSnippetTrait.php +++ b/src/Model/Search/Document/SearchResult/SearchResultItem/PageSnippetTrait.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Document\SearchResult\SearchResultItem; diff --git a/src/Model/Search/Document/SearchResult/SearchResultItem/Snippet.php b/src/Model/Search/Document/SearchResult/SearchResultItem/Snippet.php index 95ab01ff..8cd3b38d 100644 --- a/src/Model/Search/Document/SearchResult/SearchResultItem/Snippet.php +++ b/src/Model/Search/Document/SearchResult/SearchResultItem/Snippet.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Document\SearchResult\SearchResultItem; diff --git a/src/Model/Search/Modifier/Filter/Tree/TagFilter.php b/src/Model/Search/Modifier/Filter/Tree/TagFilter.php index 0e8d4906..45b879d7 100644 --- a/src/Model/Search/Modifier/Filter/Tree/TagFilter.php +++ b/src/Model/Search/Modifier/Filter/Tree/TagFilter.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Modifier\Filter\Tree; diff --git a/src/Model/Search/Modifier/Sort/OrderByPageNumber.php b/src/Model/Search/Modifier/Sort/OrderByPageNumber.php index 529906f4..f15e67c5 100644 --- a/src/Model/Search/Modifier/Sort/OrderByPageNumber.php +++ b/src/Model/Search/Modifier/Sort/OrderByPageNumber.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Modifier\Sort; diff --git a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/AdvancedImageAdapter.php b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/AdvancedImageAdapter.php index 4a794199..b58a7e7e 100644 --- a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/AdvancedImageAdapter.php +++ b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/AdvancedImageAdapter.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\OpenSearch\DataObject\FieldDefinitionAdapter; diff --git a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ConsentAdapter.php b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ConsentAdapter.php index 3042580a..8dd06236 100644 --- a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ConsentAdapter.php +++ b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ConsentAdapter.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\OpenSearch\DataObject\FieldDefinitionAdapter; diff --git a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ExternalImageAdapter.php b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ExternalImageAdapter.php index 294b7ffb..312ce3d5 100644 --- a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ExternalImageAdapter.php +++ b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ExternalImageAdapter.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\OpenSearch\DataObject\FieldDefinitionAdapter; diff --git a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ImageAdapter.php b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ImageAdapter.php index 15acc0e2..557eab0a 100644 --- a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ImageAdapter.php +++ b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ImageAdapter.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\OpenSearch\DataObject\FieldDefinitionAdapter; diff --git a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ImageGalleryAdapter.php b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ImageGalleryAdapter.php index 55b31ee4..b2c87897 100644 --- a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ImageGalleryAdapter.php +++ b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/ImageGalleryAdapter.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\OpenSearch\DataObject\FieldDefinitionAdapter; diff --git a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/StructuredTableAdapter.php b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/StructuredTableAdapter.php index a89fde90..a270bc9f 100644 --- a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/StructuredTableAdapter.php +++ b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/StructuredTableAdapter.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\OpenSearch\DataObject\FieldDefinitionAdapter; diff --git a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/VideoAdapter.php b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/VideoAdapter.php index abb06b0b..51d16165 100644 --- a/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/VideoAdapter.php +++ b/src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/VideoAdapter.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\OpenSearch\DataObject\FieldDefinitionAdapter; diff --git a/src/SearchIndexAdapter/OpenSearch/Search/LocateInTreeService.php b/src/SearchIndexAdapter/OpenSearch/Search/LocateInTreeService.php index 036a23f8..36d4abd2 100644 --- a/src/SearchIndexAdapter/OpenSearch/Search/LocateInTreeService.php +++ b/src/SearchIndexAdapter/OpenSearch/Search/LocateInTreeService.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\OpenSearch\Search; diff --git a/src/SearchIndexAdapter/OpenSearch/Workspace/QueryService.php b/src/SearchIndexAdapter/OpenSearch/Workspace/QueryService.php index d1c25398..f5ce28fd 100644 --- a/src/SearchIndexAdapter/OpenSearch/Workspace/QueryService.php +++ b/src/SearchIndexAdapter/OpenSearch/Workspace/QueryService.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\OpenSearch\Workspace; diff --git a/src/SearchIndexAdapter/Search/LocateInTreeServiceInterface.php b/src/SearchIndexAdapter/Search/LocateInTreeServiceInterface.php index f888c850..b5d5e95a 100644 --- a/src/SearchIndexAdapter/Search/LocateInTreeServiceInterface.php +++ b/src/SearchIndexAdapter/Search/LocateInTreeServiceInterface.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search; diff --git a/src/Service/DocumentTypeSerializationHandler/HandlerInterface.php b/src/Service/DocumentTypeSerializationHandler/HandlerInterface.php index b7775c19..3ceba492 100644 --- a/src/Service/DocumentTypeSerializationHandler/HandlerInterface.php +++ b/src/Service/DocumentTypeSerializationHandler/HandlerInterface.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\DocumentTypeSerializationHandler; diff --git a/src/Service/EventService.php b/src/Service/EventService.php index 1a43edf0..50e82a9a 100644 --- a/src/Service/EventService.php +++ b/src/Service/EventService.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service; diff --git a/src/Service/EventServiceInterface.php b/src/Service/EventServiceInterface.php index 8212fa20..fef493d9 100644 --- a/src/Service/EventServiceInterface.php +++ b/src/Service/EventServiceInterface.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service; diff --git a/src/Service/PathService.php b/src/Service/PathService.php index ecab31e6..dcbe5e10 100644 --- a/src/Service/PathService.php +++ b/src/Service/PathService.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service; diff --git a/src/Service/PathServiceInterface.php b/src/Service/PathServiceInterface.php index 4889a5e0..abbcae44 100644 --- a/src/Service/PathServiceInterface.php +++ b/src/Service/PathServiceInterface.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service; diff --git a/src/Service/Search/SearchService/Document/DocumentSearchService.php b/src/Service/Search/SearchService/Document/DocumentSearchService.php index e9635504..9bb7ab53 100644 --- a/src/Service/Search/SearchService/Document/DocumentSearchService.php +++ b/src/Service/Search/SearchService/Document/DocumentSearchService.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\Document; diff --git a/src/Service/Search/SearchService/Document/DocumentSearchServiceInterface.php b/src/Service/Search/SearchService/Document/DocumentSearchServiceInterface.php index 014ba9e9..ff81bf66 100644 --- a/src/Service/Search/SearchService/Document/DocumentSearchServiceInterface.php +++ b/src/Service/Search/SearchService/Document/DocumentSearchServiceInterface.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\Document; diff --git a/src/Service/Search/SearchService/Document/SearchHelper.php b/src/Service/Search/SearchService/Document/SearchHelper.php index 8bfc7627..ee77ab45 100644 --- a/src/Service/Search/SearchService/Document/SearchHelper.php +++ b/src/Service/Search/SearchService/Document/SearchHelper.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\Document; diff --git a/src/Service/Search/SearchService/IndexNameResolver.php b/src/Service/Search/SearchService/IndexNameResolver.php index 247ae4d0..c704c69f 100644 --- a/src/Service/Search/SearchService/IndexNameResolver.php +++ b/src/Service/Search/SearchService/IndexNameResolver.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService; diff --git a/src/Service/Search/SearchService/IndexNameResolverInterface.php b/src/Service/Search/SearchService/IndexNameResolverInterface.php index 6fabc4f4..ea95e800 100644 --- a/src/Service/Search/SearchService/IndexNameResolverInterface.php +++ b/src/Service/Search/SearchService/IndexNameResolverInterface.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService; diff --git a/src/Service/SearchIndex/IndexService/ElementTypeAdapter/DocumentTypeAdapter.php b/src/Service/SearchIndex/IndexService/ElementTypeAdapter/DocumentTypeAdapter.php index b48c09b3..56f54cf8 100644 --- a/src/Service/SearchIndex/IndexService/ElementTypeAdapter/DocumentTypeAdapter.php +++ b/src/Service/SearchIndex/IndexService/ElementTypeAdapter/DocumentTypeAdapter.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexService\ElementTypeAdapter; diff --git a/src/Service/SearchIndex/IndexService/IndexHandler/DocumentIndexHandler.php b/src/Service/SearchIndex/IndexService/IndexHandler/DocumentIndexHandler.php index eb0eb97e..3a1ee702 100644 --- a/src/Service/SearchIndex/IndexService/IndexHandler/DocumentIndexHandler.php +++ b/src/Service/SearchIndex/IndexService/IndexHandler/DocumentIndexHandler.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexService\IndexHandler; diff --git a/src/Service/SearchIndex/ReindexService.php b/src/Service/SearchIndex/ReindexService.php index 447d8384..a8f69f7a 100644 --- a/src/Service/SearchIndex/ReindexService.php +++ b/src/Service/SearchIndex/ReindexService.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex; diff --git a/src/Service/SearchIndex/ReindexServiceInterface.php b/src/Service/SearchIndex/ReindexServiceInterface.php index 65f79624..9a7137cb 100644 --- a/src/Service/SearchIndex/ReindexServiceInterface.php +++ b/src/Service/SearchIndex/ReindexServiceInterface.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex; diff --git a/src/Service/Serializer/Denormalizer/Search/DocumentSearchResultDenormalizer.php b/src/Service/Serializer/Denormalizer/Search/DocumentSearchResultDenormalizer.php index 587ca392..3d7f7708 100644 --- a/src/Service/Serializer/Denormalizer/Search/DocumentSearchResultDenormalizer.php +++ b/src/Service/Serializer/Denormalizer/Search/DocumentSearchResultDenormalizer.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\Denormalizer\Search; diff --git a/src/Service/Serializer/DocumentTypeSerializationHandler/AbstractSerializationHandler.php b/src/Service/Serializer/DocumentTypeSerializationHandler/AbstractSerializationHandler.php index e7241de8..df142b3d 100644 --- a/src/Service/Serializer/DocumentTypeSerializationHandler/AbstractSerializationHandler.php +++ b/src/Service/Serializer/DocumentTypeSerializationHandler/AbstractSerializationHandler.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\DocumentTypeSerializationHandler; diff --git a/src/Service/Serializer/DocumentTypeSerializationHandler/EmailSerializationHandler.php b/src/Service/Serializer/DocumentTypeSerializationHandler/EmailSerializationHandler.php index ad337a43..a3e8130b 100644 --- a/src/Service/Serializer/DocumentTypeSerializationHandler/EmailSerializationHandler.php +++ b/src/Service/Serializer/DocumentTypeSerializationHandler/EmailSerializationHandler.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\DocumentTypeSerializationHandler; diff --git a/src/Service/Serializer/DocumentTypeSerializationHandler/FolderSerializationHandler.php b/src/Service/Serializer/DocumentTypeSerializationHandler/FolderSerializationHandler.php index 2c977b29..357f01f2 100644 --- a/src/Service/Serializer/DocumentTypeSerializationHandler/FolderSerializationHandler.php +++ b/src/Service/Serializer/DocumentTypeSerializationHandler/FolderSerializationHandler.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\DocumentTypeSerializationHandler; diff --git a/src/Service/Serializer/DocumentTypeSerializationHandler/HardLinkSerializationHandler.php b/src/Service/Serializer/DocumentTypeSerializationHandler/HardLinkSerializationHandler.php index 8e6b076e..b694fc85 100644 --- a/src/Service/Serializer/DocumentTypeSerializationHandler/HardLinkSerializationHandler.php +++ b/src/Service/Serializer/DocumentTypeSerializationHandler/HardLinkSerializationHandler.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\DocumentTypeSerializationHandler; diff --git a/src/Service/Serializer/DocumentTypeSerializationHandler/LinkSerializationHandler.php b/src/Service/Serializer/DocumentTypeSerializationHandler/LinkSerializationHandler.php index 3778b65c..5dea5416 100644 --- a/src/Service/Serializer/DocumentTypeSerializationHandler/LinkSerializationHandler.php +++ b/src/Service/Serializer/DocumentTypeSerializationHandler/LinkSerializationHandler.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\DocumentTypeSerializationHandler; diff --git a/src/Service/Serializer/DocumentTypeSerializationHandler/PageSerializationHandler.php b/src/Service/Serializer/DocumentTypeSerializationHandler/PageSerializationHandler.php index 3697c26d..ea125c7e 100644 --- a/src/Service/Serializer/DocumentTypeSerializationHandler/PageSerializationHandler.php +++ b/src/Service/Serializer/DocumentTypeSerializationHandler/PageSerializationHandler.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\DocumentTypeSerializationHandler; diff --git a/src/Service/Serializer/DocumentTypeSerializationHandler/SnippetSerializationHandler.php b/src/Service/Serializer/DocumentTypeSerializationHandler/SnippetSerializationHandler.php index b9c47e7c..a2f4ff02 100644 --- a/src/Service/Serializer/DocumentTypeSerializationHandler/SnippetSerializationHandler.php +++ b/src/Service/Serializer/DocumentTypeSerializationHandler/SnippetSerializationHandler.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\DocumentTypeSerializationHandler; diff --git a/src/Service/Serializer/DocumentTypeSerializationHandlerService.php b/src/Service/Serializer/DocumentTypeSerializationHandlerService.php index 4a87e897..29242f45 100644 --- a/src/Service/Serializer/DocumentTypeSerializationHandlerService.php +++ b/src/Service/Serializer/DocumentTypeSerializationHandlerService.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer; diff --git a/src/Service/Serializer/Normalizer/DocumentNormalizer.php b/src/Service/Serializer/Normalizer/DocumentNormalizer.php index f735bda7..8651ca11 100644 --- a/src/Service/Serializer/Normalizer/DocumentNormalizer.php +++ b/src/Service/Serializer/Normalizer/DocumentNormalizer.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\Normalizer; diff --git a/src/Service/SettingsStoreService.php b/src/Service/SettingsStoreService.php index 9ed3c077..f39a8940 100644 --- a/src/Service/SettingsStoreService.php +++ b/src/Service/SettingsStoreService.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service; diff --git a/src/Service/SettingsStoreServiceInterface.php b/src/Service/SettingsStoreServiceInterface.php index b5ccb9ff..c335c59b 100644 --- a/src/Service/SettingsStoreServiceInterface.php +++ b/src/Service/SettingsStoreServiceInterface.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Service; diff --git a/tests/Functional/OpenSearch/LocateInTreeServiceTest.php b/tests/Functional/OpenSearch/LocateInTreeServiceTest.php index 65faa246..b7260978 100644 --- a/tests/Functional/OpenSearch/LocateInTreeServiceTest.php +++ b/tests/Functional/OpenSearch/LocateInTreeServiceTest.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Functional\OpenSearch; diff --git a/tests/Functional/OpenSearch/OpenSearchServiceTest.php b/tests/Functional/OpenSearch/OpenSearchServiceTest.php index 9f2ba285..87e51008 100644 --- a/tests/Functional/OpenSearch/OpenSearchServiceTest.php +++ b/tests/Functional/OpenSearch/OpenSearchServiceTest.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Functional\OpenSearch; diff --git a/tests/Functional/PathServiceTest.php b/tests/Functional/PathServiceTest.php index c7270e33..37d8615c 100644 --- a/tests/Functional/PathServiceTest.php +++ b/tests/Functional/PathServiceTest.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Functional; diff --git a/tests/Functional/Search/Modifier/Aggregation/AssetMetadataAggregationTest.php b/tests/Functional/Search/Modifier/Aggregation/AssetMetadataAggregationTest.php index ec1f3235..045af06f 100644 --- a/tests/Functional/Search/Modifier/Aggregation/AssetMetadataAggregationTest.php +++ b/tests/Functional/Search/Modifier/Aggregation/AssetMetadataAggregationTest.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Functional\Search\Modifier\Aggregation; diff --git a/tests/Functional/Search/Modifier/Aggregation/TreeAggregationTest.php b/tests/Functional/Search/Modifier/Aggregation/TreeAggregationTest.php index 6bc57517..647bf848 100644 --- a/tests/Functional/Search/Modifier/Aggregation/TreeAggregationTest.php +++ b/tests/Functional/Search/Modifier/Aggregation/TreeAggregationTest.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Functional\Search\Modifier\Aggregation; diff --git a/tests/Functional/Search/Modifier/Filter/AssetMetadataFilterTest.php b/tests/Functional/Search/Modifier/Filter/AssetMetadataFilterTest.php index 9a03e8fa..7f469925 100644 --- a/tests/Functional/Search/Modifier/Filter/AssetMetadataFilterTest.php +++ b/tests/Functional/Search/Modifier/Filter/AssetMetadataFilterTest.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Functional\Search\Modifier\Filter; diff --git a/tests/Functional/Search/Modifier/Filter/BasicFiltersTest.php b/tests/Functional/Search/Modifier/Filter/BasicFiltersTest.php index da8d4cdf..0743a293 100644 --- a/tests/Functional/Search/Modifier/Filter/BasicFiltersTest.php +++ b/tests/Functional/Search/Modifier/Filter/BasicFiltersTest.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Functional\Search\Modifier\Filter; diff --git a/tests/Functional/Search/Modifier/Filter/TreeFiltersTest.php b/tests/Functional/Search/Modifier/Filter/TreeFiltersTest.php index 460dce13..724596cf 100644 --- a/tests/Functional/Search/Modifier/Filter/TreeFiltersTest.php +++ b/tests/Functional/Search/Modifier/Filter/TreeFiltersTest.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Functional\Search\Modifier\Filter; diff --git a/tests/Functional/Search/Modifier/Filter/Workspace/WorkspaceQueryHandlerTest.php b/tests/Functional/Search/Modifier/Filter/Workspace/WorkspaceQueryHandlerTest.php index 08e98a09..855e47a3 100644 --- a/tests/Functional/Search/Modifier/Filter/Workspace/WorkspaceQueryHandlerTest.php +++ b/tests/Functional/Search/Modifier/Filter/Workspace/WorkspaceQueryHandlerTest.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Functional\Search\Modifier\Filter\Workspace; diff --git a/tests/Functional/Search/Modifier/FullTextSearch/FullTextSearchTest.php b/tests/Functional/Search/Modifier/FullTextSearch/FullTextSearchTest.php index 7c5708a9..bd7fb88b 100644 --- a/tests/Functional/Search/Modifier/FullTextSearch/FullTextSearchTest.php +++ b/tests/Functional/Search/Modifier/FullTextSearch/FullTextSearchTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Functional\Search\Modifier\FullTextSearch; diff --git a/tests/Functional/Search/Modifier/Sort/SortModifierTest.php b/tests/Functional/Search/Modifier/Sort/SortModifierTest.php index 219e1ed7..3e0c00b4 100644 --- a/tests/Functional/Search/Modifier/Sort/SortModifierTest.php +++ b/tests/Functional/Search/Modifier/Sort/SortModifierTest.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Functional\Search\Modifier\Sort; diff --git a/tests/Functional/SearchIndex/AssetBasicTest.php b/tests/Functional/SearchIndex/AssetBasicTest.php index 3c6ab66a..8b24c193 100644 --- a/tests/Functional/SearchIndex/AssetBasicTest.php +++ b/tests/Functional/SearchIndex/AssetBasicTest.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Functional\SearchIndex; diff --git a/tests/Functional/SearchIndex/DataObjectBasicTest.php b/tests/Functional/SearchIndex/DataObjectBasicTest.php index e28acb1a..dd68e0ea 100644 --- a/tests/Functional/SearchIndex/DataObjectBasicTest.php +++ b/tests/Functional/SearchIndex/DataObjectBasicTest.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Functional\SearchIndex; diff --git a/tests/Functional/SearchIndex/DocumentBasicTest.php b/tests/Functional/SearchIndex/DocumentBasicTest.php index 2204d854..bd80c9c5 100644 --- a/tests/Functional/SearchIndex/DocumentBasicTest.php +++ b/tests/Functional/SearchIndex/DocumentBasicTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Functional\SearchIndex; diff --git a/tests/Functional/SearchIndex/IndexQueueTest.php b/tests/Functional/SearchIndex/IndexQueueTest.php index ee22bbc3..db4ff913 100644 --- a/tests/Functional/SearchIndex/IndexQueueTest.php +++ b/tests/Functional/SearchIndex/IndexQueueTest.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Functional\SearchIndex; diff --git a/tests/Support/Helper/GenericDataIndex.php b/tests/Support/Helper/GenericDataIndex.php index 4defb768..c60a8132 100644 --- a/tests/Support/Helper/GenericDataIndex.php +++ b/tests/Support/Helper/GenericDataIndex.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Helper; diff --git a/tests/Support/Helper/Index.php b/tests/Support/Helper/Index.php index 42055c1a..71c28894 100644 --- a/tests/Support/Helper/Index.php +++ b/tests/Support/Helper/Index.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Helper; diff --git a/tests/Support/Helper/Service.php b/tests/Support/Helper/Service.php index e6c04298..94117004 100644 --- a/tests/Support/Helper/Service.php +++ b/tests/Support/Helper/Service.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Helper; diff --git a/tests/Support/IndexTester.php b/tests/Support/IndexTester.php index 80734f92..023a8e84 100644 --- a/tests/Support/IndexTester.php +++ b/tests/Support/IndexTester.php @@ -3,11 +3,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests; diff --git a/tests/Unit/Event/Document/ExtractMappingEventTest.php b/tests/Unit/Event/Document/ExtractMappingEventTest.php index 024cfee8..8afe2395 100644 --- a/tests/Unit/Event/Document/ExtractMappingEventTest.php +++ b/tests/Unit/Event/Document/ExtractMappingEventTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\Event\Document; diff --git a/tests/Unit/Event/Document/PermissionEventTest.php b/tests/Unit/Event/Document/PermissionEventTest.php index 30c4e7a1..0b0f4c30 100644 --- a/tests/Unit/Event/Document/PermissionEventTest.php +++ b/tests/Unit/Event/Document/PermissionEventTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\Event\Document; diff --git a/tests/Unit/Event/Document/UpdateIndexDataEventTest.php b/tests/Unit/Event/Document/UpdateIndexDataEventTest.php index 944b98d9..d1b1e9a1 100644 --- a/tests/Unit/Event/Document/UpdateIndexDataEventTest.php +++ b/tests/Unit/Event/Document/UpdateIndexDataEventTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\Event\Document; diff --git a/tests/Unit/Model/Modifier/Filter/Tree/TagFilterTest.php b/tests/Unit/Model/Modifier/Filter/Tree/TagFilterTest.php index 635d0467..784d942a 100644 --- a/tests/Unit/Model/Modifier/Filter/Tree/TagFilterTest.php +++ b/tests/Unit/Model/Modifier/Filter/Tree/TagFilterTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\Model\Modifier\Filter\Tree; diff --git a/tests/Unit/Model/Modifier/Sort/OrderByPageNumberTest.php b/tests/Unit/Model/Modifier/Sort/OrderByPageNumberTest.php index b21c4931..758a86cc 100644 --- a/tests/Unit/Model/Modifier/Sort/OrderByPageNumberTest.php +++ b/tests/Unit/Model/Modifier/Sort/OrderByPageNumberTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\Model\Modifier\Sort; diff --git a/tests/Unit/Model/OpenSearch/Search/Document/DocumentSearchTest.php b/tests/Unit/Model/OpenSearch/Search/Document/DocumentSearchTest.php index d0300225..04479cd3 100644 --- a/tests/Unit/Model/OpenSearch/Search/Document/DocumentSearchTest.php +++ b/tests/Unit/Model/OpenSearch/Search/Document/DocumentSearchTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\Model\OpenSearch\Search\Document; diff --git a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/AdvancedImageAdapterTest.php b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/AdvancedImageAdapterTest.php index 0ab77252..ab09a1c0 100644 --- a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/AdvancedImageAdapterTest.php +++ b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/AdvancedImageAdapterTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\SearchIndexAdapter\DataObject\FieldDefinitionAdapter; diff --git a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ConsentAdapterTest.php b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ConsentAdapterTest.php index ae35f0ba..54e43cce 100644 --- a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ConsentAdapterTest.php +++ b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ConsentAdapterTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\SearchIndexAdapter\DataObject\FieldDefinitionAdapter; diff --git a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ExternalImageAdapterTest.php b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ExternalImageAdapterTest.php index 2f8852b2..a3cc943d 100644 --- a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ExternalImageAdapterTest.php +++ b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ExternalImageAdapterTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\SearchIndexAdapter\DataObject\FieldDefinitionAdapter; diff --git a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ImageAdapterTest.php b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ImageAdapterTest.php index fd7354bc..f4a976a1 100644 --- a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ImageAdapterTest.php +++ b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ImageAdapterTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\SearchIndexAdapter\DataObject\FieldDefinitionAdapter; diff --git a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ImageGalleryAdapterTest.php b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ImageGalleryAdapterTest.php index d655bc53..6e780ece 100644 --- a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ImageGalleryAdapterTest.php +++ b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/ImageGalleryAdapterTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\SearchIndexAdapter\DataObject\FieldDefinitionAdapter; diff --git a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/StructuredTableAdapterTest.php b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/StructuredTableAdapterTest.php index fcab72f2..c8548d39 100644 --- a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/StructuredTableAdapterTest.php +++ b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/StructuredTableAdapterTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\SearchIndexAdapter\DataObject\FieldDefinitionAdapter; diff --git a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/VideoAdapterTest.php b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/VideoAdapterTest.php index e769b1e7..44a33410 100644 --- a/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/VideoAdapterTest.php +++ b/tests/Unit/SearchIndexAdapter/DataObject/FieldDefinitionAdapter/VideoAdapterTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\SearchIndexAdapter\DataObject\FieldDefinitionAdapter; diff --git a/tests/Unit/Service/EventServiceTest.php b/tests/Unit/Service/EventServiceTest.php index 970dd31d..430ee86c 100644 --- a/tests/Unit/Service/EventServiceTest.php +++ b/tests/Unit/Service/EventServiceTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\Service; diff --git a/tests/Unit/Service/PathServiceTest.php b/tests/Unit/Service/PathServiceTest.php index 075ccb48..f71a23ac 100644 --- a/tests/Unit/Service/PathServiceTest.php +++ b/tests/Unit/Service/PathServiceTest.php @@ -4,11 +4,14 @@ /** * Pimcore * - * This source file is available under following license: + * This source file is available under two different licenses: + * - GNU General Public License version 3 (GPLv3) * - Pimcore Commercial License (PCL) + * Full copyright and license information is available in + * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) - * @license http://www.pimcore.org/license PCL + * @license http://www.pimcore.org/license GPLv3 and PCL */ namespace Pimcore\Bundle\GenericDataIndexBundle\Tests\Unit\Service;