From 57010c108aa759022a5e2ae51b148e442ef4f0d8 Mon Sep 17 00:00:00 2001 From: Jan Goralski Date: Sun, 4 Feb 2024 13:38:57 +0100 Subject: [PATCH 1/2] [Maintenance] Update License --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 4b99196c..12437d65 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011-2018 Paweł Jędrzejewski +Copyright (c) 2018-present Sylius Sp. z o.o. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From a6e04aa251747768f4455ed473dcb63af0e356e0 Mon Sep 17 00:00:00 2001 From: Jan Goralski Date: Sun, 4 Feb 2024 13:48:12 +0100 Subject: [PATCH 2/2] [Maintenance] Update copyrights --- ecs.php | 24 +++++++++++++------ .../UnitRefundTotalCalculatorSpec.php | 2 +- .../CreditMemoCustomerRelationCheckerSpec.php | 2 +- .../OrderFullyRefundedTotalCheckerSpec.php | 2 +- .../OrderRefundingAvailabilityCheckerSpec.php | 2 +- ...rderRefundsListAvailabilityCheckerSpec.php | 2 +- .../UnitRefundingAvailabilityCheckerSpec.php | 2 +- spec/Command/GenerateCreditMemoSpec.php | 2 +- spec/Command/RefundUnitsSpec.php | 2 +- .../GenerateCreditMemoHandlerSpec.php | 2 +- .../CommandHandler/RefundUnitsHandlerSpec.php | 2 +- .../CompositeLineItemConverterSpec.php | 2 +- .../OrderItemUnitLineItemsConverterSpec.php | 2 +- .../ShipmentLineItemsConverterSpec.php | 2 +- spec/Converter/RefundUnitsConverterSpec.php | 2 +- ...uestToOrderItemUnitRefundConverterSpec.php | 2 +- .../RequestToRefundUnitsConverterSpec.php | 2 +- .../RequestToShipmentRefundConverterSpec.php | 2 +- spec/Creator/RefundCreatorSpec.php | 2 +- .../Creator/RefundUnitsCommandCreatorSpec.php | 2 +- spec/Entity/CreditMemoSequenceSpec.php | 2 +- spec/Entity/CreditMemoSpec.php | 2 +- spec/Entity/CustomerBillingDataSpec.php | 2 +- spec/Entity/LineItemSpec.php | 2 +- spec/Entity/RefundPaymentSpec.php | 2 +- spec/Entity/RefundSpec.php | 2 +- spec/Entity/ShopBillingDataSpec.php | 2 +- spec/Entity/TaxItemSpec.php | 2 +- spec/Event/CreditMemoGeneratedSpec.php | 2 +- spec/Event/RefundPaymentGeneratedSpec.php | 2 +- spec/Event/ShipmentRefundedSpec.php | 2 +- spec/Event/UnitRefundedSpec.php | 2 +- spec/Event/UnitsRefundedSpec.php | 2 +- spec/Factory/CreditMemoFactorySpec.php | 2 +- .../Factory/CreditMemoSequenceFactorySpec.php | 2 +- .../CustomerBillingDataFactorySpec.php | 2 +- spec/Factory/RefundFactorySpec.php | 2 +- spec/Factory/RefundPaymentFactorySpec.php | 2 +- spec/Factory/ShopBillingDataFactorySpec.php | 2 +- spec/Filter/UnitRefundFilterSpec.php | 2 +- .../CreditMemoFileNameGeneratorSpec.php | 2 +- spec/Generator/CreditMemoGeneratorSpec.php | 2 +- .../CreditMemoPdfFileGeneratorSpec.php | 2 +- spec/Generator/PdfOptionsGeneratorSpec.php | 2 +- ...equentialCreditMemoNumberGeneratorSpec.php | 2 +- spec/Generator/TaxItemsGeneratorSpec.php | 2 +- spec/Generator/TwigToPdfGeneratorSpec.php | 2 +- .../UuidCreditMemoIdentifierGeneratorSpec.php | 2 +- .../CreditMemoGeneratedEventListenerSpec.php | 2 +- .../UnitRefundedEventListenerSpec.php | 2 +- spec/Manager/CreditMemoFileManagerSpec.php | 2 +- spec/Model/CreditMemoPdfSpec.php | 2 +- spec/Model/OrderItemUnitRefundSpec.php | 2 +- spec/Model/RefundTypeSpec.php | 2 +- spec/Model/ShipmentRefundSpec.php | 2 +- .../CreditMemoProcessManagerSpec.php | 2 +- .../RefundPaymentProcessManagerSpec.php | 2 +- .../UnitsRefundedProcessManagerSpec.php | 2 +- spec/Provider/CreditMemoFileProviderSpec.php | 2 +- .../CurrentDateTimeImmutableProviderSpec.php | 2 +- .../DefaultRelatedPaymentIdProviderSpec.php | 2 +- .../OrderItemUnitTotalProviderSpec.php | 2 +- .../OrderRefundedTotalProviderSpec.php | 2 +- .../RefundedShipmentFeeProviderSpec.php | 2 +- spec/Provider/RemainingTotalProviderSpec.php | 2 +- spec/Provider/ShipmentTotalProviderSpec.php | 2 +- ...portedRefundPaymentMethodsProviderSpec.php | 2 +- spec/Provider/TaxRateProviderSpec.php | 2 +- .../UnitRefundedTotalProviderSpec.php | 2 +- spec/Refunder/OrderItemUnitsRefunderSpec.php | 2 +- spec/Refunder/OrderShipmentsRefunderSpec.php | 2 +- .../CreditMemoFilePathResolverSpec.php | 2 +- spec/Resolver/CreditMemoFileResolverSpec.php | 2 +- .../CreditMemoFileResponseBuilderSpec.php | 2 +- spec/Sender/CreditMemoEmailSenderSpec.php | 2 +- .../OrderFullyRefundedStateResolverSpec.php | 2 +- ...rderPartiallyRefundedStateResolverSpec.php | 2 +- ...RefundPaymentCompletedStateApplierSpec.php | 2 +- ...itRefundsBelongingToOrderValidatorSpec.php | 2 +- spec/Validator/RefundAmountValidatorSpec.php | 2 +- .../RefundUnitsCommandValidatorSpec.php | 2 +- ...ntRefundsBelongingToOrderValidatorSpec.php | 2 +- src/Action/Admin/DownloadCreditMemoAction.php | 2 +- src/Action/Admin/OrderRefundsListAction.php | 2 +- src/Action/Admin/RefundUnitsAction.php | 2 +- src/Action/Admin/SendCreditMemoAction.php | 2 +- src/Action/CompleteRefundPaymentAction.php | 2 +- src/Action/Shop/DownloadCreditMemoAction.php | 2 +- src/Calculator/UnitRefundTotalCalculator.php | 2 +- .../UnitRefundTotalCalculatorInterface.php | 2 +- .../CreditMemoCustomerRelationChecker.php | 2 +- ...itMemoCustomerRelationCheckerInterface.php | 2 +- .../OrderFullyRefundedTotalChecker.php | 2 +- ...rderFullyRefundedTotalCheckerInterface.php | 2 +- .../OrderRefundingAvailabilityChecker.php | 2 +- ...rRefundingAvailabilityCheckerInterface.php | 2 +- .../OrderRefundsListAvailabilityChecker.php | 2 +- .../UnitRefundingAvailabilityChecker.php | 2 +- ...tRefundingAvailabilityCheckerInterface.php | 2 +- src/Command/GenerateCreditMemo.php | 2 +- src/Command/RefundUnits.php | 2 +- src/Command/SendCreditMemo.php | 2 +- .../GenerateCreditMemoHandler.php | 2 +- src/CommandHandler/RefundUnitsHandler.php | 2 +- src/CommandHandler/SendCreditMemoHandler.php | 2 +- .../LineItem/CompositeLineItemConverter.php | 2 +- .../LineItem/LineItemsConverterInterface.php | 2 +- ...ItemsConverterUnitRefundAwareInterface.php | 2 +- .../OrderItemUnitLineItemsConverter.php | 2 +- .../LineItem/ShipmentLineItemsConverter.php | 2 +- src/Converter/LineItemsConverterInterface.php | 2 +- .../OrderItemUnitLineItemsConverter.php | 2 +- src/Converter/RefundUnitsConverter.php | 2 +- .../RefundUnitsConverterInterface.php | 2 +- .../RequestToOrderItemUnitRefundConverter.php | 2 +- .../Request/RequestToRefundUnitsConverter.php | 2 +- ...RequestToRefundUnitsConverterInterface.php | 2 +- .../RequestToShipmentRefundConverter.php | 2 +- .../RequestToOrderItemUnitRefundConverter.php | 2 +- ...RequestToRefundUnitsConverterInterface.php | 2 +- .../RequestToShipmentRefundConverter.php | 2 +- src/Converter/ShipmentLineItemsConverter.php | 2 +- src/Creator/RefundCreator.php | 2 +- src/Creator/RefundCreatorInterface.php | 2 +- src/Creator/RefundUnitsCommandCreator.php | 2 +- .../RefundUnitsCommandCreatorInterface.php | 2 +- .../RequestCommandCreatorInterface.php | 2 +- src/DependencyInjection/Configuration.php | 2 +- .../SyliusRefundExtension.php | 2 +- ...erItemUnitRefundsBelongingToOrderQuery.php | 2 +- ...tRefundsBelongingToOrderQueryInterface.php | 2 +- ...ntShipmentRefundsBelongingToOrderQuery.php | 2 +- src/Doctrine/ORM/CreditMemoRepository.php | 2 +- src/Entity/CreditMemo.php | 2 +- src/Entity/CreditMemoInterface.php | 2 +- src/Entity/CreditMemoSequence.php | 2 +- src/Entity/CreditMemoSequenceInterface.php | 2 +- src/Entity/CustomerBillingData.php | 2 +- src/Entity/CustomerBillingDataInterface.php | 2 +- src/Entity/LineItem.php | 2 +- src/Entity/LineItemInterface.php | 2 +- src/Entity/Refund.php | 2 +- src/Entity/RefundInterface.php | 2 +- src/Entity/RefundPayment.php | 2 +- src/Entity/RefundPaymentInterface.php | 2 +- src/Entity/ShopBillingData.php | 2 +- src/Entity/ShopBillingDataInterface.php | 2 +- src/Entity/TaxItem.php | 2 +- src/Entity/TaxItemInterface.php | 2 +- src/Entity/Type/RefundEnumType.php | 2 +- src/Event/CreditMemoGenerated.php | 2 +- src/Event/RefundPaymentGenerated.php | 2 +- src/Event/ShipmentRefunded.php | 2 +- src/Event/UnitRefunded.php | 2 +- src/Event/UnitRefundedInterface.php | 2 +- src/Event/UnitsRefunded.php | 2 +- src/Exception/CompletedPaymentNotFound.php | 2 +- src/Exception/CreditMemoNotAccessible.php | 2 +- src/Exception/CreditMemoNotFound.php | 2 +- src/Exception/InvalidRefundAmount.php | 2 +- src/Exception/LineItemsCannotBeMerged.php | 2 +- src/Exception/MoreThanOneTaxAdjustment.php | 2 +- .../OrderNotAvailableForRefunding.php | 2 +- src/Exception/OrderNotFound.php | 2 +- src/Exception/RefundTypeNotResolved.php | 2 +- src/Exception/RefundUnitsNotBelongToOrder.php | 2 +- src/Exception/UnitAlreadyRefunded.php | 2 +- src/Factory/CreditMemoFactory.php | 2 +- src/Factory/CreditMemoFactoryInterface.php | 2 +- src/Factory/CreditMemoSequenceFactory.php | 2 +- .../CreditMemoSequenceFactoryInterface.php | 2 +- src/Factory/CustomerBillingDataFactory.php | 2 +- .../CustomerBillingDataFactoryInterface.php | 2 +- src/Factory/RefundFactory.php | 2 +- src/Factory/RefundFactoryInterface.php | 2 +- src/Factory/RefundPaymentFactory.php | 2 +- src/Factory/RefundPaymentFactoryInterface.php | 2 +- src/Factory/RefundTypeFactory.php | 2 +- src/Factory/RefundTypeFactoryInterface.php | 2 +- src/Factory/ShopBillingDataFactory.php | 2 +- .../ShopBillingDataFactoryInterface.php | 2 +- src/File/FileManagerInterface.php | 2 +- src/File/TemporaryFileManager.php | 2 +- src/Filter/UnitRefundFilter.php | 2 +- src/Filter/UnitRefundFilterInterface.php | 2 +- src/Generator/CreditMemoFileNameGenerator.php | 2 +- .../CreditMemoFileNameGeneratorInterface.php | 2 +- src/Generator/CreditMemoGenerator.php | 2 +- .../CreditMemoGeneratorInterface.php | 2 +- ...CreditMemoIdentifierGeneratorInterface.php | 2 +- .../CreditMemoNumberGeneratorInterface.php | 2 +- src/Generator/CreditMemoPdfFileGenerator.php | 2 +- .../CreditMemoPdfFileGeneratorInterface.php | 2 +- src/Generator/PdfOptionsGenerator.php | 2 +- .../PdfOptionsGeneratorInterface.php | 2 +- .../SequentialCreditMemoNumberGenerator.php | 2 +- src/Generator/TaxItemsGenerator.php | 2 +- src/Generator/TaxItemsGeneratorInterface.php | 2 +- src/Generator/TwigToPdfGenerator.php | 2 +- src/Generator/TwigToPdfGeneratorInterface.php | 2 +- .../UuidCreditMemoIdentifierGenerator.php | 2 +- .../CreditMemoGeneratedEventListener.php | 2 +- src/Listener/UnitRefundedEventListener.php | 2 +- src/Manager/CreditMemoFileManager.php | 2 +- .../CreditMemoFileManagerInterface.php | 2 +- src/Menu/AdminMainMenuListener.php | 2 +- src/Menu/OrderShowMenuListener.php | 2 +- src/Migrations/Version20180704112314.php | 2 +- src/Migrations/Version20180718125528.php | 2 +- src/Migrations/Version20180817130113.php | 2 +- src/Migrations/Version20180820132147.php | 2 +- src/Migrations/Version20180829090832.php | 2 +- src/Migrations/Version20190207125150.php | 2 +- src/Migrations/Version20190215154028.php | 2 +- src/Migrations/Version20190517064223.php | 2 +- src/Migrations/Version20190928200659.php | 2 +- src/Migrations/Version20191217075815.php | 2 +- src/Migrations/Version20191230121402.php | 2 +- src/Migrations/Version20200113091731.php | 2 +- src/Migrations/Version20200125182414.php | 2 +- src/Migrations/Version20200131082149.php | 2 +- src/Migrations/Version20200304172851.php | 2 +- src/Migrations/Version20200306145439.php | 2 +- src/Migrations/Version20200306153205.php | 2 +- src/Migrations/Version20200310094633.php | 2 +- src/Migrations/Version20200310185620.php | 2 +- src/Migrations/Version20210608074013.php | 2 +- src/Migrations/Version20210609071246.php | 2 +- src/Model/CreditMemoPdf.php | 2 +- src/Model/OrderItemUnitRefund.php | 2 +- src/Model/RefundType.php | 2 +- src/Model/RefundTypeInterface.php | 2 +- src/Model/ShipmentRefund.php | 2 +- src/Model/UnitRefundInterface.php | 2 +- .../CreditMemoProcessManager.php | 2 +- .../RefundPaymentProcessManager.php | 2 +- .../UnitsRefundedProcessManager.php | 2 +- .../UnitsRefundedProcessManagerInterface.php | 2 +- .../UnitsRefundedProcessStepInterface.php | 2 +- src/Provider/CreditMemoFileProvider.php | 2 +- .../CreditMemoFileProviderInterface.php | 2 +- .../CurrentDateTimeImmutableProvider.php | 2 +- ...rentDateTimeImmutableProviderInterface.php | 2 +- .../DefaultRelatedPaymentIdProvider.php | 2 +- src/Provider/OrderItemUnitTotalProvider.php | 2 +- src/Provider/OrderRefundedTotalProvider.php | 2 +- .../OrderRefundedTotalProviderInterface.php | 2 +- .../RefundPaymentMethodsProviderInterface.php | 2 +- .../RefundUnitTotalProviderInterface.php | 2 +- src/Provider/RefundedShipmentFeeProvider.php | 2 +- .../RefundedShipmentFeeProviderInterface.php | 2 +- .../RelatedPaymentIdProviderInterface.php | 2 +- src/Provider/RemainingTotalProvider.php | 2 +- .../RemainingTotalProviderInterface.php | 2 +- src/Provider/ShipmentTotalProvider.php | 2 +- .../SupportedRefundPaymentMethodsProvider.php | 2 +- src/Provider/TaxRateProvider.php | 2 +- src/Provider/TaxRateProviderInterface.php | 2 +- src/Provider/UnitRefundedTotalProvider.php | 2 +- .../UnitRefundedTotalProviderInterface.php | 2 +- src/Refunder/OrderItemUnitsRefunder.php | 2 +- src/Refunder/OrderShipmentsRefunder.php | 2 +- src/Refunder/RefunderInterface.php | 2 +- .../CreditMemoRepositoryInterface.php | 2 +- src/Resolver/CreditMemoFilePathResolver.php | 2 +- .../CreditMemoFilePathResolverInterface.php | 2 +- src/Resolver/CreditMemoFileResolver.php | 2 +- .../CreditMemoFileResolverInterface.php | 2 +- .../CreditMemoFileResponseBuilder.php | 2 +- ...CreditMemoFileResponseBuilderInterface.php | 2 +- src/Sender/CreditMemoEmailSender.php | 2 +- src/Sender/CreditMemoEmailSenderInterface.php | 2 +- .../OrderFullyRefundedStateResolver.php | 2 +- ...derFullyRefundedStateResolverInterface.php | 2 +- .../OrderPartiallyRefundedStateResolver.php | 2 +- ...artiallyRefundedStateResolverInterface.php | 2 +- .../RefundPaymentCompletedStateApplier.php | 2 +- ...dPaymentCompletedStateApplierInterface.php | 2 +- .../RefundPaymentTransitions.php | 2 +- src/SyliusRefundPlugin.php | 2 +- src/Twig/OrderRefundsExtension.php | 2 +- ...emUnitRefundsBelongingToOrderValidator.php | 2 +- src/Validator/RefundAmountValidator.php | 2 +- .../RefundAmountValidatorInterface.php | 2 +- src/Validator/RefundUnitsCommandValidator.php | 2 +- .../RefundUnitsCommandValidatorInterface.php | 2 +- ...efundUnitsValidationConstraintMessages.php | 2 +- ...ipmentRefundsBelongingToOrderValidator.php | 2 +- ...undsBelongingToOrderValidatorInterface.php | 2 +- 289 files changed, 305 insertions(+), 295 deletions(-) diff --git a/ecs.php b/ecs.php index 677ef5ea..7aab94f6 100644 --- a/ecs.php +++ b/ecs.php @@ -9,16 +9,26 @@ { $containerConfigurator->import('vendor/sylius-labs/coding-standard/ecs.php'); - $containerConfigurator->services()->set(HeaderCommentFixer::class)->call('configure', [[ - 'location' => 'after_open', - 'header' => -'This file is part of the Sylius package. + $containerConfigurator->paths([ + 'src/', + 'spec/', + ]); + $containerConfigurator->parallel(); + $containerConfigurator->ruleWithConfiguration( + HeaderCommentFixer::class, + [ + 'location' => 'after_open', + 'comment_type' => HeaderCommentFixer::HEADER_COMMENT, + 'header' => <<skip([ VisibilityRequiredFixer::class => ['*Spec.php'], diff --git a/spec/Calculator/UnitRefundTotalCalculatorSpec.php b/spec/Calculator/UnitRefundTotalCalculatorSpec.php index 81e14b43..5e1e8c9c 100644 --- a/spec/Calculator/UnitRefundTotalCalculatorSpec.php +++ b/spec/Calculator/UnitRefundTotalCalculatorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Checker/CreditMemoCustomerRelationCheckerSpec.php b/spec/Checker/CreditMemoCustomerRelationCheckerSpec.php index 5fd75cfc..821f25a0 100644 --- a/spec/Checker/CreditMemoCustomerRelationCheckerSpec.php +++ b/spec/Checker/CreditMemoCustomerRelationCheckerSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Checker/OrderFullyRefundedTotalCheckerSpec.php b/spec/Checker/OrderFullyRefundedTotalCheckerSpec.php index 924d8b81..1ced38d2 100644 --- a/spec/Checker/OrderFullyRefundedTotalCheckerSpec.php +++ b/spec/Checker/OrderFullyRefundedTotalCheckerSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Checker/OrderRefundingAvailabilityCheckerSpec.php b/spec/Checker/OrderRefundingAvailabilityCheckerSpec.php index 8b5b9a04..bc708291 100644 --- a/spec/Checker/OrderRefundingAvailabilityCheckerSpec.php +++ b/spec/Checker/OrderRefundingAvailabilityCheckerSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Checker/OrderRefundsListAvailabilityCheckerSpec.php b/spec/Checker/OrderRefundsListAvailabilityCheckerSpec.php index 371c0b84..12c9958d 100644 --- a/spec/Checker/OrderRefundsListAvailabilityCheckerSpec.php +++ b/spec/Checker/OrderRefundsListAvailabilityCheckerSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Checker/UnitRefundingAvailabilityCheckerSpec.php b/spec/Checker/UnitRefundingAvailabilityCheckerSpec.php index eeec4c9a..ab332e8f 100644 --- a/spec/Checker/UnitRefundingAvailabilityCheckerSpec.php +++ b/spec/Checker/UnitRefundingAvailabilityCheckerSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Command/GenerateCreditMemoSpec.php b/spec/Command/GenerateCreditMemoSpec.php index 994040f0..2770b5dc 100644 --- a/spec/Command/GenerateCreditMemoSpec.php +++ b/spec/Command/GenerateCreditMemoSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Command/RefundUnitsSpec.php b/spec/Command/RefundUnitsSpec.php index 473387dd..4a952e5a 100644 --- a/spec/Command/RefundUnitsSpec.php +++ b/spec/Command/RefundUnitsSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/CommandHandler/GenerateCreditMemoHandlerSpec.php b/spec/CommandHandler/GenerateCreditMemoHandlerSpec.php index ca2f3ff5..a5d745b9 100644 --- a/spec/CommandHandler/GenerateCreditMemoHandlerSpec.php +++ b/spec/CommandHandler/GenerateCreditMemoHandlerSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/CommandHandler/RefundUnitsHandlerSpec.php b/spec/CommandHandler/RefundUnitsHandlerSpec.php index ad9bd579..7199d96a 100644 --- a/spec/CommandHandler/RefundUnitsHandlerSpec.php +++ b/spec/CommandHandler/RefundUnitsHandlerSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Converter/LineItem/CompositeLineItemConverterSpec.php b/spec/Converter/LineItem/CompositeLineItemConverterSpec.php index 88b0eb59..8f3bd883 100644 --- a/spec/Converter/LineItem/CompositeLineItemConverterSpec.php +++ b/spec/Converter/LineItem/CompositeLineItemConverterSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Converter/LineItem/OrderItemUnitLineItemsConverterSpec.php b/spec/Converter/LineItem/OrderItemUnitLineItemsConverterSpec.php index 251a7ff7..b05ea3e0 100644 --- a/spec/Converter/LineItem/OrderItemUnitLineItemsConverterSpec.php +++ b/spec/Converter/LineItem/OrderItemUnitLineItemsConverterSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Converter/LineItem/ShipmentLineItemsConverterSpec.php b/spec/Converter/LineItem/ShipmentLineItemsConverterSpec.php index 9bc6a934..846d2811 100644 --- a/spec/Converter/LineItem/ShipmentLineItemsConverterSpec.php +++ b/spec/Converter/LineItem/ShipmentLineItemsConverterSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Converter/RefundUnitsConverterSpec.php b/spec/Converter/RefundUnitsConverterSpec.php index 9668e530..ebd78937 100644 --- a/spec/Converter/RefundUnitsConverterSpec.php +++ b/spec/Converter/RefundUnitsConverterSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Converter/Request/RequestToOrderItemUnitRefundConverterSpec.php b/spec/Converter/Request/RequestToOrderItemUnitRefundConverterSpec.php index 0facf188..b6aa2aec 100644 --- a/spec/Converter/Request/RequestToOrderItemUnitRefundConverterSpec.php +++ b/spec/Converter/Request/RequestToOrderItemUnitRefundConverterSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Converter/Request/RequestToRefundUnitsConverterSpec.php b/spec/Converter/Request/RequestToRefundUnitsConverterSpec.php index 811728a6..41e9c975 100644 --- a/spec/Converter/Request/RequestToRefundUnitsConverterSpec.php +++ b/spec/Converter/Request/RequestToRefundUnitsConverterSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Converter/Request/RequestToShipmentRefundConverterSpec.php b/spec/Converter/Request/RequestToShipmentRefundConverterSpec.php index 5df4e110..13ee4fd5 100644 --- a/spec/Converter/Request/RequestToShipmentRefundConverterSpec.php +++ b/spec/Converter/Request/RequestToShipmentRefundConverterSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Creator/RefundCreatorSpec.php b/spec/Creator/RefundCreatorSpec.php index ef27c1e6..40f00d8a 100644 --- a/spec/Creator/RefundCreatorSpec.php +++ b/spec/Creator/RefundCreatorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Creator/RefundUnitsCommandCreatorSpec.php b/spec/Creator/RefundUnitsCommandCreatorSpec.php index e934218f..f33c9bf1 100644 --- a/spec/Creator/RefundUnitsCommandCreatorSpec.php +++ b/spec/Creator/RefundUnitsCommandCreatorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Entity/CreditMemoSequenceSpec.php b/spec/Entity/CreditMemoSequenceSpec.php index 6a8a38c8..3906b273 100644 --- a/spec/Entity/CreditMemoSequenceSpec.php +++ b/spec/Entity/CreditMemoSequenceSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Entity/CreditMemoSpec.php b/spec/Entity/CreditMemoSpec.php index 72830c39..da3aa22c 100644 --- a/spec/Entity/CreditMemoSpec.php +++ b/spec/Entity/CreditMemoSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Entity/CustomerBillingDataSpec.php b/spec/Entity/CustomerBillingDataSpec.php index aede983b..e49ba873 100644 --- a/spec/Entity/CustomerBillingDataSpec.php +++ b/spec/Entity/CustomerBillingDataSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Entity/LineItemSpec.php b/spec/Entity/LineItemSpec.php index 01b2ca13..3ff7379f 100644 --- a/spec/Entity/LineItemSpec.php +++ b/spec/Entity/LineItemSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Entity/RefundPaymentSpec.php b/spec/Entity/RefundPaymentSpec.php index f068727b..34be4ee1 100644 --- a/spec/Entity/RefundPaymentSpec.php +++ b/spec/Entity/RefundPaymentSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Entity/RefundSpec.php b/spec/Entity/RefundSpec.php index 63438ba4..374d6606 100644 --- a/spec/Entity/RefundSpec.php +++ b/spec/Entity/RefundSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Entity/ShopBillingDataSpec.php b/spec/Entity/ShopBillingDataSpec.php index e533e3f4..e00ddd08 100644 --- a/spec/Entity/ShopBillingDataSpec.php +++ b/spec/Entity/ShopBillingDataSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Entity/TaxItemSpec.php b/spec/Entity/TaxItemSpec.php index 24477e05..2a333ca0 100644 --- a/spec/Entity/TaxItemSpec.php +++ b/spec/Entity/TaxItemSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Event/CreditMemoGeneratedSpec.php b/spec/Event/CreditMemoGeneratedSpec.php index 7a1be13b..823beefa 100644 --- a/spec/Event/CreditMemoGeneratedSpec.php +++ b/spec/Event/CreditMemoGeneratedSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Event/RefundPaymentGeneratedSpec.php b/spec/Event/RefundPaymentGeneratedSpec.php index e69cd785..f77e982c 100644 --- a/spec/Event/RefundPaymentGeneratedSpec.php +++ b/spec/Event/RefundPaymentGeneratedSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Event/ShipmentRefundedSpec.php b/spec/Event/ShipmentRefundedSpec.php index 847d8c3b..82a8df6a 100644 --- a/spec/Event/ShipmentRefundedSpec.php +++ b/spec/Event/ShipmentRefundedSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Event/UnitRefundedSpec.php b/spec/Event/UnitRefundedSpec.php index 71b2b6a3..6fbcd346 100644 --- a/spec/Event/UnitRefundedSpec.php +++ b/spec/Event/UnitRefundedSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Event/UnitsRefundedSpec.php b/spec/Event/UnitsRefundedSpec.php index e3660449..ef6d07af 100644 --- a/spec/Event/UnitsRefundedSpec.php +++ b/spec/Event/UnitsRefundedSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Factory/CreditMemoFactorySpec.php b/spec/Factory/CreditMemoFactorySpec.php index 3d07489b..48e70013 100644 --- a/spec/Factory/CreditMemoFactorySpec.php +++ b/spec/Factory/CreditMemoFactorySpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Factory/CreditMemoSequenceFactorySpec.php b/spec/Factory/CreditMemoSequenceFactorySpec.php index a7b0b23e..a3c138b3 100644 --- a/spec/Factory/CreditMemoSequenceFactorySpec.php +++ b/spec/Factory/CreditMemoSequenceFactorySpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Factory/CustomerBillingDataFactorySpec.php b/spec/Factory/CustomerBillingDataFactorySpec.php index d1d590bb..6e94d0c2 100644 --- a/spec/Factory/CustomerBillingDataFactorySpec.php +++ b/spec/Factory/CustomerBillingDataFactorySpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Factory/RefundFactorySpec.php b/spec/Factory/RefundFactorySpec.php index 32c9e175..5ae3db50 100644 --- a/spec/Factory/RefundFactorySpec.php +++ b/spec/Factory/RefundFactorySpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Factory/RefundPaymentFactorySpec.php b/spec/Factory/RefundPaymentFactorySpec.php index f0fe6bf2..adfe6d97 100644 --- a/spec/Factory/RefundPaymentFactorySpec.php +++ b/spec/Factory/RefundPaymentFactorySpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Factory/ShopBillingDataFactorySpec.php b/spec/Factory/ShopBillingDataFactorySpec.php index 58e696d2..d46e503e 100644 --- a/spec/Factory/ShopBillingDataFactorySpec.php +++ b/spec/Factory/ShopBillingDataFactorySpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Filter/UnitRefundFilterSpec.php b/spec/Filter/UnitRefundFilterSpec.php index 6b4a8bb2..5e8ba48b 100644 --- a/spec/Filter/UnitRefundFilterSpec.php +++ b/spec/Filter/UnitRefundFilterSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Generator/CreditMemoFileNameGeneratorSpec.php b/spec/Generator/CreditMemoFileNameGeneratorSpec.php index b02fecb2..20b2d76e 100644 --- a/spec/Generator/CreditMemoFileNameGeneratorSpec.php +++ b/spec/Generator/CreditMemoFileNameGeneratorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Generator/CreditMemoGeneratorSpec.php b/spec/Generator/CreditMemoGeneratorSpec.php index 5bb11f87..97259176 100644 --- a/spec/Generator/CreditMemoGeneratorSpec.php +++ b/spec/Generator/CreditMemoGeneratorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Generator/CreditMemoPdfFileGeneratorSpec.php b/spec/Generator/CreditMemoPdfFileGeneratorSpec.php index 194b78fc..9343b66a 100644 --- a/spec/Generator/CreditMemoPdfFileGeneratorSpec.php +++ b/spec/Generator/CreditMemoPdfFileGeneratorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Generator/PdfOptionsGeneratorSpec.php b/spec/Generator/PdfOptionsGeneratorSpec.php index 6a07c7f4..f6fc0563 100644 --- a/spec/Generator/PdfOptionsGeneratorSpec.php +++ b/spec/Generator/PdfOptionsGeneratorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Generator/SequentialCreditMemoNumberGeneratorSpec.php b/spec/Generator/SequentialCreditMemoNumberGeneratorSpec.php index 95f8ecc6..e33eb7cb 100644 --- a/spec/Generator/SequentialCreditMemoNumberGeneratorSpec.php +++ b/spec/Generator/SequentialCreditMemoNumberGeneratorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Generator/TaxItemsGeneratorSpec.php b/spec/Generator/TaxItemsGeneratorSpec.php index 3e33a593..73b509a5 100644 --- a/spec/Generator/TaxItemsGeneratorSpec.php +++ b/spec/Generator/TaxItemsGeneratorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Generator/TwigToPdfGeneratorSpec.php b/spec/Generator/TwigToPdfGeneratorSpec.php index 8fb51664..4b3669a2 100644 --- a/spec/Generator/TwigToPdfGeneratorSpec.php +++ b/spec/Generator/TwigToPdfGeneratorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Generator/UuidCreditMemoIdentifierGeneratorSpec.php b/spec/Generator/UuidCreditMemoIdentifierGeneratorSpec.php index 64aa3880..58b6de7a 100644 --- a/spec/Generator/UuidCreditMemoIdentifierGeneratorSpec.php +++ b/spec/Generator/UuidCreditMemoIdentifierGeneratorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Listener/CreditMemoGeneratedEventListenerSpec.php b/spec/Listener/CreditMemoGeneratedEventListenerSpec.php index d5d754dd..ba4c404e 100644 --- a/spec/Listener/CreditMemoGeneratedEventListenerSpec.php +++ b/spec/Listener/CreditMemoGeneratedEventListenerSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Listener/UnitRefundedEventListenerSpec.php b/spec/Listener/UnitRefundedEventListenerSpec.php index 76c052a6..2332b5b0 100644 --- a/spec/Listener/UnitRefundedEventListenerSpec.php +++ b/spec/Listener/UnitRefundedEventListenerSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Manager/CreditMemoFileManagerSpec.php b/spec/Manager/CreditMemoFileManagerSpec.php index d176e851..56c2081d 100644 --- a/spec/Manager/CreditMemoFileManagerSpec.php +++ b/spec/Manager/CreditMemoFileManagerSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Model/CreditMemoPdfSpec.php b/spec/Model/CreditMemoPdfSpec.php index a9cc4635..021e8586 100644 --- a/spec/Model/CreditMemoPdfSpec.php +++ b/spec/Model/CreditMemoPdfSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Model/OrderItemUnitRefundSpec.php b/spec/Model/OrderItemUnitRefundSpec.php index 0c335ef9..d689e11d 100644 --- a/spec/Model/OrderItemUnitRefundSpec.php +++ b/spec/Model/OrderItemUnitRefundSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Model/RefundTypeSpec.php b/spec/Model/RefundTypeSpec.php index 0ab942aa..e16c8a5a 100644 --- a/spec/Model/RefundTypeSpec.php +++ b/spec/Model/RefundTypeSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Model/ShipmentRefundSpec.php b/spec/Model/ShipmentRefundSpec.php index 170f38be..bd90d05a 100644 --- a/spec/Model/ShipmentRefundSpec.php +++ b/spec/Model/ShipmentRefundSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/ProcessManager/CreditMemoProcessManagerSpec.php b/spec/ProcessManager/CreditMemoProcessManagerSpec.php index 93fd684b..1c1d4c59 100644 --- a/spec/ProcessManager/CreditMemoProcessManagerSpec.php +++ b/spec/ProcessManager/CreditMemoProcessManagerSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/ProcessManager/RefundPaymentProcessManagerSpec.php b/spec/ProcessManager/RefundPaymentProcessManagerSpec.php index 2d64787b..e6bf208d 100644 --- a/spec/ProcessManager/RefundPaymentProcessManagerSpec.php +++ b/spec/ProcessManager/RefundPaymentProcessManagerSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/ProcessManager/UnitsRefundedProcessManagerSpec.php b/spec/ProcessManager/UnitsRefundedProcessManagerSpec.php index 11a00caf..d406f35a 100644 --- a/spec/ProcessManager/UnitsRefundedProcessManagerSpec.php +++ b/spec/ProcessManager/UnitsRefundedProcessManagerSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Provider/CreditMemoFileProviderSpec.php b/spec/Provider/CreditMemoFileProviderSpec.php index 07f4691b..438c35b2 100644 --- a/spec/Provider/CreditMemoFileProviderSpec.php +++ b/spec/Provider/CreditMemoFileProviderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Provider/CurrentDateTimeImmutableProviderSpec.php b/spec/Provider/CurrentDateTimeImmutableProviderSpec.php index a18363e3..734e6687 100644 --- a/spec/Provider/CurrentDateTimeImmutableProviderSpec.php +++ b/spec/Provider/CurrentDateTimeImmutableProviderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Provider/DefaultRelatedPaymentIdProviderSpec.php b/spec/Provider/DefaultRelatedPaymentIdProviderSpec.php index d721e357..a2c6d5ef 100644 --- a/spec/Provider/DefaultRelatedPaymentIdProviderSpec.php +++ b/spec/Provider/DefaultRelatedPaymentIdProviderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Provider/OrderItemUnitTotalProviderSpec.php b/spec/Provider/OrderItemUnitTotalProviderSpec.php index 8af01bb6..eb44e041 100644 --- a/spec/Provider/OrderItemUnitTotalProviderSpec.php +++ b/spec/Provider/OrderItemUnitTotalProviderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Provider/OrderRefundedTotalProviderSpec.php b/spec/Provider/OrderRefundedTotalProviderSpec.php index 12a911f0..e1ea5597 100644 --- a/spec/Provider/OrderRefundedTotalProviderSpec.php +++ b/spec/Provider/OrderRefundedTotalProviderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Provider/RefundedShipmentFeeProviderSpec.php b/spec/Provider/RefundedShipmentFeeProviderSpec.php index bf5c208b..98cdee8b 100644 --- a/spec/Provider/RefundedShipmentFeeProviderSpec.php +++ b/spec/Provider/RefundedShipmentFeeProviderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Provider/RemainingTotalProviderSpec.php b/spec/Provider/RemainingTotalProviderSpec.php index a04d059a..4604b232 100644 --- a/spec/Provider/RemainingTotalProviderSpec.php +++ b/spec/Provider/RemainingTotalProviderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Provider/ShipmentTotalProviderSpec.php b/spec/Provider/ShipmentTotalProviderSpec.php index b46e9b5f..8df731cd 100644 --- a/spec/Provider/ShipmentTotalProviderSpec.php +++ b/spec/Provider/ShipmentTotalProviderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Provider/SupportedRefundPaymentMethodsProviderSpec.php b/spec/Provider/SupportedRefundPaymentMethodsProviderSpec.php index 97ed2ebf..b0f14290 100644 --- a/spec/Provider/SupportedRefundPaymentMethodsProviderSpec.php +++ b/spec/Provider/SupportedRefundPaymentMethodsProviderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Provider/TaxRateProviderSpec.php b/spec/Provider/TaxRateProviderSpec.php index 8e49e14b..3c1b7e67 100644 --- a/spec/Provider/TaxRateProviderSpec.php +++ b/spec/Provider/TaxRateProviderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Provider/UnitRefundedTotalProviderSpec.php b/spec/Provider/UnitRefundedTotalProviderSpec.php index 98ab6a24..747b1ec2 100644 --- a/spec/Provider/UnitRefundedTotalProviderSpec.php +++ b/spec/Provider/UnitRefundedTotalProviderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Refunder/OrderItemUnitsRefunderSpec.php b/spec/Refunder/OrderItemUnitsRefunderSpec.php index 0b59fcda..985cc3b2 100644 --- a/spec/Refunder/OrderItemUnitsRefunderSpec.php +++ b/spec/Refunder/OrderItemUnitsRefunderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Refunder/OrderShipmentsRefunderSpec.php b/spec/Refunder/OrderShipmentsRefunderSpec.php index d5b73059..5f384c6a 100644 --- a/spec/Refunder/OrderShipmentsRefunderSpec.php +++ b/spec/Refunder/OrderShipmentsRefunderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Resolver/CreditMemoFilePathResolverSpec.php b/spec/Resolver/CreditMemoFilePathResolverSpec.php index 30f0c7d8..bf652500 100644 --- a/spec/Resolver/CreditMemoFilePathResolverSpec.php +++ b/spec/Resolver/CreditMemoFilePathResolverSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Resolver/CreditMemoFileResolverSpec.php b/spec/Resolver/CreditMemoFileResolverSpec.php index 1f6e0597..5b8907d5 100644 --- a/spec/Resolver/CreditMemoFileResolverSpec.php +++ b/spec/Resolver/CreditMemoFileResolverSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/ResponseBuilder/CreditMemoFileResponseBuilderSpec.php b/spec/ResponseBuilder/CreditMemoFileResponseBuilderSpec.php index 13c549fd..e494a2fd 100644 --- a/spec/ResponseBuilder/CreditMemoFileResponseBuilderSpec.php +++ b/spec/ResponseBuilder/CreditMemoFileResponseBuilderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Sender/CreditMemoEmailSenderSpec.php b/spec/Sender/CreditMemoEmailSenderSpec.php index 2fb634cf..0eab3db8 100644 --- a/spec/Sender/CreditMemoEmailSenderSpec.php +++ b/spec/Sender/CreditMemoEmailSenderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/StateResolver/OrderFullyRefundedStateResolverSpec.php b/spec/StateResolver/OrderFullyRefundedStateResolverSpec.php index 286bdc78..2bb8d907 100644 --- a/spec/StateResolver/OrderFullyRefundedStateResolverSpec.php +++ b/spec/StateResolver/OrderFullyRefundedStateResolverSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/StateResolver/OrderPartiallyRefundedStateResolverSpec.php b/spec/StateResolver/OrderPartiallyRefundedStateResolverSpec.php index e91780fa..b3259320 100644 --- a/spec/StateResolver/OrderPartiallyRefundedStateResolverSpec.php +++ b/spec/StateResolver/OrderPartiallyRefundedStateResolverSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/StateResolver/RefundPaymentCompletedStateApplierSpec.php b/spec/StateResolver/RefundPaymentCompletedStateApplierSpec.php index cb293f86..f83dc77a 100644 --- a/spec/StateResolver/RefundPaymentCompletedStateApplierSpec.php +++ b/spec/StateResolver/RefundPaymentCompletedStateApplierSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Validator/OrderItemUnitRefundsBelongingToOrderValidatorSpec.php b/spec/Validator/OrderItemUnitRefundsBelongingToOrderValidatorSpec.php index 850ad311..3ff09460 100644 --- a/spec/Validator/OrderItemUnitRefundsBelongingToOrderValidatorSpec.php +++ b/spec/Validator/OrderItemUnitRefundsBelongingToOrderValidatorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Validator/RefundAmountValidatorSpec.php b/spec/Validator/RefundAmountValidatorSpec.php index 9976612f..556dcb77 100644 --- a/spec/Validator/RefundAmountValidatorSpec.php +++ b/spec/Validator/RefundAmountValidatorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Validator/RefundUnitsCommandValidatorSpec.php b/spec/Validator/RefundUnitsCommandValidatorSpec.php index 805ebe7d..2d9023fb 100644 --- a/spec/Validator/RefundUnitsCommandValidatorSpec.php +++ b/spec/Validator/RefundUnitsCommandValidatorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/spec/Validator/ShipmentRefundsBelongingToOrderValidatorSpec.php b/spec/Validator/ShipmentRefundsBelongingToOrderValidatorSpec.php index 21c729c7..93403a66 100644 --- a/spec/Validator/ShipmentRefundsBelongingToOrderValidatorSpec.php +++ b/spec/Validator/ShipmentRefundsBelongingToOrderValidatorSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Action/Admin/DownloadCreditMemoAction.php b/src/Action/Admin/DownloadCreditMemoAction.php index 01fcdd52..1e8b7c65 100644 --- a/src/Action/Admin/DownloadCreditMemoAction.php +++ b/src/Action/Admin/DownloadCreditMemoAction.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Action/Admin/OrderRefundsListAction.php b/src/Action/Admin/OrderRefundsListAction.php index ce35e969..805fb6ae 100644 --- a/src/Action/Admin/OrderRefundsListAction.php +++ b/src/Action/Admin/OrderRefundsListAction.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Action/Admin/RefundUnitsAction.php b/src/Action/Admin/RefundUnitsAction.php index 38013b68..031a81c5 100644 --- a/src/Action/Admin/RefundUnitsAction.php +++ b/src/Action/Admin/RefundUnitsAction.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Action/Admin/SendCreditMemoAction.php b/src/Action/Admin/SendCreditMemoAction.php index fbc96710..3d066866 100644 --- a/src/Action/Admin/SendCreditMemoAction.php +++ b/src/Action/Admin/SendCreditMemoAction.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Action/CompleteRefundPaymentAction.php b/src/Action/CompleteRefundPaymentAction.php index a2f3a03b..8be75df9 100644 --- a/src/Action/CompleteRefundPaymentAction.php +++ b/src/Action/CompleteRefundPaymentAction.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Action/Shop/DownloadCreditMemoAction.php b/src/Action/Shop/DownloadCreditMemoAction.php index ad5b71a2..52fb3fcc 100644 --- a/src/Action/Shop/DownloadCreditMemoAction.php +++ b/src/Action/Shop/DownloadCreditMemoAction.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Calculator/UnitRefundTotalCalculator.php b/src/Calculator/UnitRefundTotalCalculator.php index 62c69f97..86f0ab24 100644 --- a/src/Calculator/UnitRefundTotalCalculator.php +++ b/src/Calculator/UnitRefundTotalCalculator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Calculator/UnitRefundTotalCalculatorInterface.php b/src/Calculator/UnitRefundTotalCalculatorInterface.php index 362b440c..f9cdedfc 100644 --- a/src/Calculator/UnitRefundTotalCalculatorInterface.php +++ b/src/Calculator/UnitRefundTotalCalculatorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Checker/CreditMemoCustomerRelationChecker.php b/src/Checker/CreditMemoCustomerRelationChecker.php index 2df5e05b..3589abdc 100644 --- a/src/Checker/CreditMemoCustomerRelationChecker.php +++ b/src/Checker/CreditMemoCustomerRelationChecker.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Checker/CreditMemoCustomerRelationCheckerInterface.php b/src/Checker/CreditMemoCustomerRelationCheckerInterface.php index 7426b621..9ca87286 100644 --- a/src/Checker/CreditMemoCustomerRelationCheckerInterface.php +++ b/src/Checker/CreditMemoCustomerRelationCheckerInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Checker/OrderFullyRefundedTotalChecker.php b/src/Checker/OrderFullyRefundedTotalChecker.php index 6f8236df..e37c4b4d 100644 --- a/src/Checker/OrderFullyRefundedTotalChecker.php +++ b/src/Checker/OrderFullyRefundedTotalChecker.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Checker/OrderFullyRefundedTotalCheckerInterface.php b/src/Checker/OrderFullyRefundedTotalCheckerInterface.php index 77abef7e..686ad5c1 100644 --- a/src/Checker/OrderFullyRefundedTotalCheckerInterface.php +++ b/src/Checker/OrderFullyRefundedTotalCheckerInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Checker/OrderRefundingAvailabilityChecker.php b/src/Checker/OrderRefundingAvailabilityChecker.php index b4e3c34c..9451f190 100644 --- a/src/Checker/OrderRefundingAvailabilityChecker.php +++ b/src/Checker/OrderRefundingAvailabilityChecker.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Checker/OrderRefundingAvailabilityCheckerInterface.php b/src/Checker/OrderRefundingAvailabilityCheckerInterface.php index f73a4eb1..a3113645 100644 --- a/src/Checker/OrderRefundingAvailabilityCheckerInterface.php +++ b/src/Checker/OrderRefundingAvailabilityCheckerInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Checker/OrderRefundsListAvailabilityChecker.php b/src/Checker/OrderRefundsListAvailabilityChecker.php index 39023a1f..b71d3c9e 100644 --- a/src/Checker/OrderRefundsListAvailabilityChecker.php +++ b/src/Checker/OrderRefundsListAvailabilityChecker.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Checker/UnitRefundingAvailabilityChecker.php b/src/Checker/UnitRefundingAvailabilityChecker.php index 0904adfd..e40cf971 100644 --- a/src/Checker/UnitRefundingAvailabilityChecker.php +++ b/src/Checker/UnitRefundingAvailabilityChecker.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Checker/UnitRefundingAvailabilityCheckerInterface.php b/src/Checker/UnitRefundingAvailabilityCheckerInterface.php index 86448d54..28a4581d 100644 --- a/src/Checker/UnitRefundingAvailabilityCheckerInterface.php +++ b/src/Checker/UnitRefundingAvailabilityCheckerInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/GenerateCreditMemo.php b/src/Command/GenerateCreditMemo.php index e50cceee..ba18777b 100644 --- a/src/Command/GenerateCreditMemo.php +++ b/src/Command/GenerateCreditMemo.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/RefundUnits.php b/src/Command/RefundUnits.php index b8b9391d..e6cbef93 100644 --- a/src/Command/RefundUnits.php +++ b/src/Command/RefundUnits.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/SendCreditMemo.php b/src/Command/SendCreditMemo.php index 4bded9ae..fcb4e957 100644 --- a/src/Command/SendCreditMemo.php +++ b/src/Command/SendCreditMemo.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/CommandHandler/GenerateCreditMemoHandler.php b/src/CommandHandler/GenerateCreditMemoHandler.php index bfe92bd3..a287b323 100644 --- a/src/CommandHandler/GenerateCreditMemoHandler.php +++ b/src/CommandHandler/GenerateCreditMemoHandler.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/CommandHandler/RefundUnitsHandler.php b/src/CommandHandler/RefundUnitsHandler.php index af0f5945..5d60520e 100644 --- a/src/CommandHandler/RefundUnitsHandler.php +++ b/src/CommandHandler/RefundUnitsHandler.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/CommandHandler/SendCreditMemoHandler.php b/src/CommandHandler/SendCreditMemoHandler.php index 9b6dd1c8..61cfa1e0 100644 --- a/src/CommandHandler/SendCreditMemoHandler.php +++ b/src/CommandHandler/SendCreditMemoHandler.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/LineItem/CompositeLineItemConverter.php b/src/Converter/LineItem/CompositeLineItemConverter.php index 408b7b4f..1c61e893 100644 --- a/src/Converter/LineItem/CompositeLineItemConverter.php +++ b/src/Converter/LineItem/CompositeLineItemConverter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/LineItem/LineItemsConverterInterface.php b/src/Converter/LineItem/LineItemsConverterInterface.php index aa18e1f9..1707eeb5 100644 --- a/src/Converter/LineItem/LineItemsConverterInterface.php +++ b/src/Converter/LineItem/LineItemsConverterInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/LineItem/LineItemsConverterUnitRefundAwareInterface.php b/src/Converter/LineItem/LineItemsConverterUnitRefundAwareInterface.php index 925cfed4..50c2e3f1 100644 --- a/src/Converter/LineItem/LineItemsConverterUnitRefundAwareInterface.php +++ b/src/Converter/LineItem/LineItemsConverterUnitRefundAwareInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/LineItem/OrderItemUnitLineItemsConverter.php b/src/Converter/LineItem/OrderItemUnitLineItemsConverter.php index 11cb3dcc..af958875 100644 --- a/src/Converter/LineItem/OrderItemUnitLineItemsConverter.php +++ b/src/Converter/LineItem/OrderItemUnitLineItemsConverter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/LineItem/ShipmentLineItemsConverter.php b/src/Converter/LineItem/ShipmentLineItemsConverter.php index ce40cc9d..5bed81e2 100644 --- a/src/Converter/LineItem/ShipmentLineItemsConverter.php +++ b/src/Converter/LineItem/ShipmentLineItemsConverter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/LineItemsConverterInterface.php b/src/Converter/LineItemsConverterInterface.php index c5fa3011..356aef47 100644 --- a/src/Converter/LineItemsConverterInterface.php +++ b/src/Converter/LineItemsConverterInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/OrderItemUnitLineItemsConverter.php b/src/Converter/OrderItemUnitLineItemsConverter.php index 331066ce..dc32f7ea 100644 --- a/src/Converter/OrderItemUnitLineItemsConverter.php +++ b/src/Converter/OrderItemUnitLineItemsConverter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/RefundUnitsConverter.php b/src/Converter/RefundUnitsConverter.php index ed314f2b..f82e1b59 100644 --- a/src/Converter/RefundUnitsConverter.php +++ b/src/Converter/RefundUnitsConverter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/RefundUnitsConverterInterface.php b/src/Converter/RefundUnitsConverterInterface.php index c3c40e97..00e2982d 100644 --- a/src/Converter/RefundUnitsConverterInterface.php +++ b/src/Converter/RefundUnitsConverterInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/Request/RequestToOrderItemUnitRefundConverter.php b/src/Converter/Request/RequestToOrderItemUnitRefundConverter.php index dfb2807f..383df917 100644 --- a/src/Converter/Request/RequestToOrderItemUnitRefundConverter.php +++ b/src/Converter/Request/RequestToOrderItemUnitRefundConverter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/Request/RequestToRefundUnitsConverter.php b/src/Converter/Request/RequestToRefundUnitsConverter.php index bb12ebc0..be51f9dc 100644 --- a/src/Converter/Request/RequestToRefundUnitsConverter.php +++ b/src/Converter/Request/RequestToRefundUnitsConverter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/Request/RequestToRefundUnitsConverterInterface.php b/src/Converter/Request/RequestToRefundUnitsConverterInterface.php index 56b436a4..14645d9b 100644 --- a/src/Converter/Request/RequestToRefundUnitsConverterInterface.php +++ b/src/Converter/Request/RequestToRefundUnitsConverterInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/Request/RequestToShipmentRefundConverter.php b/src/Converter/Request/RequestToShipmentRefundConverter.php index 04cac142..32728cd2 100644 --- a/src/Converter/Request/RequestToShipmentRefundConverter.php +++ b/src/Converter/Request/RequestToShipmentRefundConverter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/RequestToOrderItemUnitRefundConverter.php b/src/Converter/RequestToOrderItemUnitRefundConverter.php index df41f96c..4f5c1025 100644 --- a/src/Converter/RequestToOrderItemUnitRefundConverter.php +++ b/src/Converter/RequestToOrderItemUnitRefundConverter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/RequestToRefundUnitsConverterInterface.php b/src/Converter/RequestToRefundUnitsConverterInterface.php index 61828f13..601cc3e2 100644 --- a/src/Converter/RequestToRefundUnitsConverterInterface.php +++ b/src/Converter/RequestToRefundUnitsConverterInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/RequestToShipmentRefundConverter.php b/src/Converter/RequestToShipmentRefundConverter.php index 830036c0..f5fa0811 100644 --- a/src/Converter/RequestToShipmentRefundConverter.php +++ b/src/Converter/RequestToShipmentRefundConverter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Converter/ShipmentLineItemsConverter.php b/src/Converter/ShipmentLineItemsConverter.php index 8ceddd29..cec85a10 100644 --- a/src/Converter/ShipmentLineItemsConverter.php +++ b/src/Converter/ShipmentLineItemsConverter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Creator/RefundCreator.php b/src/Creator/RefundCreator.php index 35a926f0..28b39e5b 100644 --- a/src/Creator/RefundCreator.php +++ b/src/Creator/RefundCreator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Creator/RefundCreatorInterface.php b/src/Creator/RefundCreatorInterface.php index f073ef5b..32e7465d 100644 --- a/src/Creator/RefundCreatorInterface.php +++ b/src/Creator/RefundCreatorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Creator/RefundUnitsCommandCreator.php b/src/Creator/RefundUnitsCommandCreator.php index 16d2f186..bef3fd6c 100644 --- a/src/Creator/RefundUnitsCommandCreator.php +++ b/src/Creator/RefundUnitsCommandCreator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Creator/RefundUnitsCommandCreatorInterface.php b/src/Creator/RefundUnitsCommandCreatorInterface.php index f425c9d0..b3afba82 100644 --- a/src/Creator/RefundUnitsCommandCreatorInterface.php +++ b/src/Creator/RefundUnitsCommandCreatorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Creator/RequestCommandCreatorInterface.php b/src/Creator/RequestCommandCreatorInterface.php index ec972537..e934b6f4 100644 --- a/src/Creator/RequestCommandCreatorInterface.php +++ b/src/Creator/RequestCommandCreatorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index e5803bfe..1a67b531 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/DependencyInjection/SyliusRefundExtension.php b/src/DependencyInjection/SyliusRefundExtension.php index a585fba7..c774fe3b 100644 --- a/src/DependencyInjection/SyliusRefundExtension.php +++ b/src/DependencyInjection/SyliusRefundExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Doctrine/ORM/CountOrderItemUnitRefundsBelongingToOrderQuery.php b/src/Doctrine/ORM/CountOrderItemUnitRefundsBelongingToOrderQuery.php index e9c5ab6b..0242780b 100644 --- a/src/Doctrine/ORM/CountOrderItemUnitRefundsBelongingToOrderQuery.php +++ b/src/Doctrine/ORM/CountOrderItemUnitRefundsBelongingToOrderQuery.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Doctrine/ORM/CountRefundsBelongingToOrderQueryInterface.php b/src/Doctrine/ORM/CountRefundsBelongingToOrderQueryInterface.php index 1be0f2a9..38bb5c3b 100644 --- a/src/Doctrine/ORM/CountRefundsBelongingToOrderQueryInterface.php +++ b/src/Doctrine/ORM/CountRefundsBelongingToOrderQueryInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Doctrine/ORM/CountShipmentRefundsBelongingToOrderQuery.php b/src/Doctrine/ORM/CountShipmentRefundsBelongingToOrderQuery.php index 84b68eb4..230cd90e 100644 --- a/src/Doctrine/ORM/CountShipmentRefundsBelongingToOrderQuery.php +++ b/src/Doctrine/ORM/CountShipmentRefundsBelongingToOrderQuery.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Doctrine/ORM/CreditMemoRepository.php b/src/Doctrine/ORM/CreditMemoRepository.php index 10eae04e..2e776ad3 100644 --- a/src/Doctrine/ORM/CreditMemoRepository.php +++ b/src/Doctrine/ORM/CreditMemoRepository.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/CreditMemo.php b/src/Entity/CreditMemo.php index 4002e0da..0e663d1b 100644 --- a/src/Entity/CreditMemo.php +++ b/src/Entity/CreditMemo.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/CreditMemoInterface.php b/src/Entity/CreditMemoInterface.php index b84b8903..49cbbfa9 100644 --- a/src/Entity/CreditMemoInterface.php +++ b/src/Entity/CreditMemoInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/CreditMemoSequence.php b/src/Entity/CreditMemoSequence.php index c26eca52..ba6ef72d 100644 --- a/src/Entity/CreditMemoSequence.php +++ b/src/Entity/CreditMemoSequence.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/CreditMemoSequenceInterface.php b/src/Entity/CreditMemoSequenceInterface.php index 525e51e9..6fb241ab 100644 --- a/src/Entity/CreditMemoSequenceInterface.php +++ b/src/Entity/CreditMemoSequenceInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/CustomerBillingData.php b/src/Entity/CustomerBillingData.php index 9deec1a2..00ac8747 100644 --- a/src/Entity/CustomerBillingData.php +++ b/src/Entity/CustomerBillingData.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/CustomerBillingDataInterface.php b/src/Entity/CustomerBillingDataInterface.php index b6a181c5..162881ad 100644 --- a/src/Entity/CustomerBillingDataInterface.php +++ b/src/Entity/CustomerBillingDataInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/LineItem.php b/src/Entity/LineItem.php index 39775af9..c93d1a23 100644 --- a/src/Entity/LineItem.php +++ b/src/Entity/LineItem.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/LineItemInterface.php b/src/Entity/LineItemInterface.php index d9e2bf5e..1c16a9e5 100644 --- a/src/Entity/LineItemInterface.php +++ b/src/Entity/LineItemInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/Refund.php b/src/Entity/Refund.php index 0abee66b..c7782b14 100644 --- a/src/Entity/Refund.php +++ b/src/Entity/Refund.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/RefundInterface.php b/src/Entity/RefundInterface.php index ad919ce5..8acf57f2 100644 --- a/src/Entity/RefundInterface.php +++ b/src/Entity/RefundInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/RefundPayment.php b/src/Entity/RefundPayment.php index 5cc57613..779ae053 100644 --- a/src/Entity/RefundPayment.php +++ b/src/Entity/RefundPayment.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/RefundPaymentInterface.php b/src/Entity/RefundPaymentInterface.php index 6872bfe9..ebbb119a 100644 --- a/src/Entity/RefundPaymentInterface.php +++ b/src/Entity/RefundPaymentInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/ShopBillingData.php b/src/Entity/ShopBillingData.php index 00f6c6af..c55e63b1 100644 --- a/src/Entity/ShopBillingData.php +++ b/src/Entity/ShopBillingData.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/ShopBillingDataInterface.php b/src/Entity/ShopBillingDataInterface.php index 443c8d92..bf028dd6 100644 --- a/src/Entity/ShopBillingDataInterface.php +++ b/src/Entity/ShopBillingDataInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/TaxItem.php b/src/Entity/TaxItem.php index 8bf09070..b0259930 100644 --- a/src/Entity/TaxItem.php +++ b/src/Entity/TaxItem.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/TaxItemInterface.php b/src/Entity/TaxItemInterface.php index 09fc643c..50c8ed06 100644 --- a/src/Entity/TaxItemInterface.php +++ b/src/Entity/TaxItemInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Entity/Type/RefundEnumType.php b/src/Entity/Type/RefundEnumType.php index 0effa62e..49ae34d0 100644 --- a/src/Entity/Type/RefundEnumType.php +++ b/src/Entity/Type/RefundEnumType.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Event/CreditMemoGenerated.php b/src/Event/CreditMemoGenerated.php index e9391dbc..fe8c064e 100644 --- a/src/Event/CreditMemoGenerated.php +++ b/src/Event/CreditMemoGenerated.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Event/RefundPaymentGenerated.php b/src/Event/RefundPaymentGenerated.php index a4bdf3e7..1009fb47 100644 --- a/src/Event/RefundPaymentGenerated.php +++ b/src/Event/RefundPaymentGenerated.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Event/ShipmentRefunded.php b/src/Event/ShipmentRefunded.php index a3a18d46..c1184dac 100644 --- a/src/Event/ShipmentRefunded.php +++ b/src/Event/ShipmentRefunded.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Event/UnitRefunded.php b/src/Event/UnitRefunded.php index 81c85bd1..76131a79 100644 --- a/src/Event/UnitRefunded.php +++ b/src/Event/UnitRefunded.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Event/UnitRefundedInterface.php b/src/Event/UnitRefundedInterface.php index fd819d4e..3130461b 100644 --- a/src/Event/UnitRefundedInterface.php +++ b/src/Event/UnitRefundedInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Event/UnitsRefunded.php b/src/Event/UnitsRefunded.php index f173114c..037ebb23 100644 --- a/src/Event/UnitsRefunded.php +++ b/src/Event/UnitsRefunded.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/CompletedPaymentNotFound.php b/src/Exception/CompletedPaymentNotFound.php index ff5a1b7a..e7b29d64 100644 --- a/src/Exception/CompletedPaymentNotFound.php +++ b/src/Exception/CompletedPaymentNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/CreditMemoNotAccessible.php b/src/Exception/CreditMemoNotAccessible.php index a4afaa1b..81a2f430 100644 --- a/src/Exception/CreditMemoNotAccessible.php +++ b/src/Exception/CreditMemoNotAccessible.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/CreditMemoNotFound.php b/src/Exception/CreditMemoNotFound.php index e81de0ec..ced134dc 100644 --- a/src/Exception/CreditMemoNotFound.php +++ b/src/Exception/CreditMemoNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/InvalidRefundAmount.php b/src/Exception/InvalidRefundAmount.php index d545140c..273b72b3 100644 --- a/src/Exception/InvalidRefundAmount.php +++ b/src/Exception/InvalidRefundAmount.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/LineItemsCannotBeMerged.php b/src/Exception/LineItemsCannotBeMerged.php index fc42caa3..06c9dfb2 100644 --- a/src/Exception/LineItemsCannotBeMerged.php +++ b/src/Exception/LineItemsCannotBeMerged.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/MoreThanOneTaxAdjustment.php b/src/Exception/MoreThanOneTaxAdjustment.php index 95726f11..ec6e27d5 100644 --- a/src/Exception/MoreThanOneTaxAdjustment.php +++ b/src/Exception/MoreThanOneTaxAdjustment.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/OrderNotAvailableForRefunding.php b/src/Exception/OrderNotAvailableForRefunding.php index 220db09a..2872f4c6 100644 --- a/src/Exception/OrderNotAvailableForRefunding.php +++ b/src/Exception/OrderNotAvailableForRefunding.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/OrderNotFound.php b/src/Exception/OrderNotFound.php index 4a0d87cc..d2dcf0f9 100644 --- a/src/Exception/OrderNotFound.php +++ b/src/Exception/OrderNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/RefundTypeNotResolved.php b/src/Exception/RefundTypeNotResolved.php index f90c0824..e342d4c6 100644 --- a/src/Exception/RefundTypeNotResolved.php +++ b/src/Exception/RefundTypeNotResolved.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/RefundUnitsNotBelongToOrder.php b/src/Exception/RefundUnitsNotBelongToOrder.php index 5551440e..05354e50 100644 --- a/src/Exception/RefundUnitsNotBelongToOrder.php +++ b/src/Exception/RefundUnitsNotBelongToOrder.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/UnitAlreadyRefunded.php b/src/Exception/UnitAlreadyRefunded.php index e7050416..00558c74 100644 --- a/src/Exception/UnitAlreadyRefunded.php +++ b/src/Exception/UnitAlreadyRefunded.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/CreditMemoFactory.php b/src/Factory/CreditMemoFactory.php index bb6dd222..06aceb5e 100644 --- a/src/Factory/CreditMemoFactory.php +++ b/src/Factory/CreditMemoFactory.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/CreditMemoFactoryInterface.php b/src/Factory/CreditMemoFactoryInterface.php index c969cd66..6778f482 100644 --- a/src/Factory/CreditMemoFactoryInterface.php +++ b/src/Factory/CreditMemoFactoryInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/CreditMemoSequenceFactory.php b/src/Factory/CreditMemoSequenceFactory.php index 73ce6734..54460d77 100644 --- a/src/Factory/CreditMemoSequenceFactory.php +++ b/src/Factory/CreditMemoSequenceFactory.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/CreditMemoSequenceFactoryInterface.php b/src/Factory/CreditMemoSequenceFactoryInterface.php index 961240a5..c2a783a7 100644 --- a/src/Factory/CreditMemoSequenceFactoryInterface.php +++ b/src/Factory/CreditMemoSequenceFactoryInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/CustomerBillingDataFactory.php b/src/Factory/CustomerBillingDataFactory.php index 5c49d972..c56af90f 100644 --- a/src/Factory/CustomerBillingDataFactory.php +++ b/src/Factory/CustomerBillingDataFactory.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/CustomerBillingDataFactoryInterface.php b/src/Factory/CustomerBillingDataFactoryInterface.php index 28dc2c29..725d4964 100644 --- a/src/Factory/CustomerBillingDataFactoryInterface.php +++ b/src/Factory/CustomerBillingDataFactoryInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/RefundFactory.php b/src/Factory/RefundFactory.php index dd610573..bbf35463 100644 --- a/src/Factory/RefundFactory.php +++ b/src/Factory/RefundFactory.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/RefundFactoryInterface.php b/src/Factory/RefundFactoryInterface.php index 211dfd15..93bbcb11 100644 --- a/src/Factory/RefundFactoryInterface.php +++ b/src/Factory/RefundFactoryInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/RefundPaymentFactory.php b/src/Factory/RefundPaymentFactory.php index 9712b691..d6bb3372 100644 --- a/src/Factory/RefundPaymentFactory.php +++ b/src/Factory/RefundPaymentFactory.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/RefundPaymentFactoryInterface.php b/src/Factory/RefundPaymentFactoryInterface.php index 886a3014..b085e151 100644 --- a/src/Factory/RefundPaymentFactoryInterface.php +++ b/src/Factory/RefundPaymentFactoryInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/RefundTypeFactory.php b/src/Factory/RefundTypeFactory.php index 062760c2..581b3103 100644 --- a/src/Factory/RefundTypeFactory.php +++ b/src/Factory/RefundTypeFactory.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/RefundTypeFactoryInterface.php b/src/Factory/RefundTypeFactoryInterface.php index a52bbb7c..c2894ba1 100644 --- a/src/Factory/RefundTypeFactoryInterface.php +++ b/src/Factory/RefundTypeFactoryInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/ShopBillingDataFactory.php b/src/Factory/ShopBillingDataFactory.php index 028b97b9..1a287bf3 100644 --- a/src/Factory/ShopBillingDataFactory.php +++ b/src/Factory/ShopBillingDataFactory.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Factory/ShopBillingDataFactoryInterface.php b/src/Factory/ShopBillingDataFactoryInterface.php index c729dc71..7b52669f 100644 --- a/src/Factory/ShopBillingDataFactoryInterface.php +++ b/src/Factory/ShopBillingDataFactoryInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/File/FileManagerInterface.php b/src/File/FileManagerInterface.php index a1fc7eee..0f1dfc5e 100644 --- a/src/File/FileManagerInterface.php +++ b/src/File/FileManagerInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/File/TemporaryFileManager.php b/src/File/TemporaryFileManager.php index a8d21bca..e8d917c5 100644 --- a/src/File/TemporaryFileManager.php +++ b/src/File/TemporaryFileManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Filter/UnitRefundFilter.php b/src/Filter/UnitRefundFilter.php index a5a90909..104755fe 100644 --- a/src/Filter/UnitRefundFilter.php +++ b/src/Filter/UnitRefundFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Filter/UnitRefundFilterInterface.php b/src/Filter/UnitRefundFilterInterface.php index 66c01ab8..5c5aac3a 100644 --- a/src/Filter/UnitRefundFilterInterface.php +++ b/src/Filter/UnitRefundFilterInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/CreditMemoFileNameGenerator.php b/src/Generator/CreditMemoFileNameGenerator.php index a760e093..27e09d10 100644 --- a/src/Generator/CreditMemoFileNameGenerator.php +++ b/src/Generator/CreditMemoFileNameGenerator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/CreditMemoFileNameGeneratorInterface.php b/src/Generator/CreditMemoFileNameGeneratorInterface.php index b2148d97..26df2c41 100644 --- a/src/Generator/CreditMemoFileNameGeneratorInterface.php +++ b/src/Generator/CreditMemoFileNameGeneratorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/CreditMemoGenerator.php b/src/Generator/CreditMemoGenerator.php index 102af366..d5fd375c 100644 --- a/src/Generator/CreditMemoGenerator.php +++ b/src/Generator/CreditMemoGenerator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/CreditMemoGeneratorInterface.php b/src/Generator/CreditMemoGeneratorInterface.php index 8b71ebea..2b99680e 100644 --- a/src/Generator/CreditMemoGeneratorInterface.php +++ b/src/Generator/CreditMemoGeneratorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/CreditMemoIdentifierGeneratorInterface.php b/src/Generator/CreditMemoIdentifierGeneratorInterface.php index 10f00f3c..13e8d3c4 100644 --- a/src/Generator/CreditMemoIdentifierGeneratorInterface.php +++ b/src/Generator/CreditMemoIdentifierGeneratorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/CreditMemoNumberGeneratorInterface.php b/src/Generator/CreditMemoNumberGeneratorInterface.php index 4f9f71f0..902f5f27 100644 --- a/src/Generator/CreditMemoNumberGeneratorInterface.php +++ b/src/Generator/CreditMemoNumberGeneratorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/CreditMemoPdfFileGenerator.php b/src/Generator/CreditMemoPdfFileGenerator.php index 8f5b6d24..2ab3291f 100644 --- a/src/Generator/CreditMemoPdfFileGenerator.php +++ b/src/Generator/CreditMemoPdfFileGenerator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/CreditMemoPdfFileGeneratorInterface.php b/src/Generator/CreditMemoPdfFileGeneratorInterface.php index a54b9282..762cbfdd 100644 --- a/src/Generator/CreditMemoPdfFileGeneratorInterface.php +++ b/src/Generator/CreditMemoPdfFileGeneratorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/PdfOptionsGenerator.php b/src/Generator/PdfOptionsGenerator.php index 63ceed96..7ed1e9c0 100644 --- a/src/Generator/PdfOptionsGenerator.php +++ b/src/Generator/PdfOptionsGenerator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/PdfOptionsGeneratorInterface.php b/src/Generator/PdfOptionsGeneratorInterface.php index fc20d3c1..837cdda1 100644 --- a/src/Generator/PdfOptionsGeneratorInterface.php +++ b/src/Generator/PdfOptionsGeneratorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/SequentialCreditMemoNumberGenerator.php b/src/Generator/SequentialCreditMemoNumberGenerator.php index 1ea48f87..03e30a42 100644 --- a/src/Generator/SequentialCreditMemoNumberGenerator.php +++ b/src/Generator/SequentialCreditMemoNumberGenerator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/TaxItemsGenerator.php b/src/Generator/TaxItemsGenerator.php index 6f412477..cd7eba51 100644 --- a/src/Generator/TaxItemsGenerator.php +++ b/src/Generator/TaxItemsGenerator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/TaxItemsGeneratorInterface.php b/src/Generator/TaxItemsGeneratorInterface.php index d477f382..fb348445 100644 --- a/src/Generator/TaxItemsGeneratorInterface.php +++ b/src/Generator/TaxItemsGeneratorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/TwigToPdfGenerator.php b/src/Generator/TwigToPdfGenerator.php index 1213ca88..dee932a2 100644 --- a/src/Generator/TwigToPdfGenerator.php +++ b/src/Generator/TwigToPdfGenerator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/TwigToPdfGeneratorInterface.php b/src/Generator/TwigToPdfGeneratorInterface.php index d6c42481..b16a5b60 100644 --- a/src/Generator/TwigToPdfGeneratorInterface.php +++ b/src/Generator/TwigToPdfGeneratorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Generator/UuidCreditMemoIdentifierGenerator.php b/src/Generator/UuidCreditMemoIdentifierGenerator.php index c95663a1..3d81c0ed 100644 --- a/src/Generator/UuidCreditMemoIdentifierGenerator.php +++ b/src/Generator/UuidCreditMemoIdentifierGenerator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Listener/CreditMemoGeneratedEventListener.php b/src/Listener/CreditMemoGeneratedEventListener.php index 88c61943..9894a814 100644 --- a/src/Listener/CreditMemoGeneratedEventListener.php +++ b/src/Listener/CreditMemoGeneratedEventListener.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Listener/UnitRefundedEventListener.php b/src/Listener/UnitRefundedEventListener.php index a4b107d4..435ade02 100644 --- a/src/Listener/UnitRefundedEventListener.php +++ b/src/Listener/UnitRefundedEventListener.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Manager/CreditMemoFileManager.php b/src/Manager/CreditMemoFileManager.php index aa1b4cb3..83d073bd 100644 --- a/src/Manager/CreditMemoFileManager.php +++ b/src/Manager/CreditMemoFileManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Manager/CreditMemoFileManagerInterface.php b/src/Manager/CreditMemoFileManagerInterface.php index e21c9ff8..35b15e06 100644 --- a/src/Manager/CreditMemoFileManagerInterface.php +++ b/src/Manager/CreditMemoFileManagerInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Menu/AdminMainMenuListener.php b/src/Menu/AdminMainMenuListener.php index b848decc..aabc660f 100644 --- a/src/Menu/AdminMainMenuListener.php +++ b/src/Menu/AdminMainMenuListener.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Menu/OrderShowMenuListener.php b/src/Menu/OrderShowMenuListener.php index 6d628af8..849f496c 100644 --- a/src/Menu/OrderShowMenuListener.php +++ b/src/Menu/OrderShowMenuListener.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20180704112314.php b/src/Migrations/Version20180704112314.php index 70823bb8..8302fc13 100644 --- a/src/Migrations/Version20180704112314.php +++ b/src/Migrations/Version20180704112314.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20180718125528.php b/src/Migrations/Version20180718125528.php index 4b248dc8..02826acb 100644 --- a/src/Migrations/Version20180718125528.php +++ b/src/Migrations/Version20180718125528.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20180817130113.php b/src/Migrations/Version20180817130113.php index e34c6779..40d04a55 100644 --- a/src/Migrations/Version20180817130113.php +++ b/src/Migrations/Version20180817130113.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20180820132147.php b/src/Migrations/Version20180820132147.php index ff05a46c..2e61527f 100644 --- a/src/Migrations/Version20180820132147.php +++ b/src/Migrations/Version20180820132147.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20180829090832.php b/src/Migrations/Version20180829090832.php index 66b1642b..3aa24bc3 100644 --- a/src/Migrations/Version20180829090832.php +++ b/src/Migrations/Version20180829090832.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20190207125150.php b/src/Migrations/Version20190207125150.php index a777d48d..4fe57040 100644 --- a/src/Migrations/Version20190207125150.php +++ b/src/Migrations/Version20190207125150.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20190215154028.php b/src/Migrations/Version20190215154028.php index bfd56f22..dba9d9c0 100644 --- a/src/Migrations/Version20190215154028.php +++ b/src/Migrations/Version20190215154028.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20190517064223.php b/src/Migrations/Version20190517064223.php index 9f97c97f..ae85edd8 100644 --- a/src/Migrations/Version20190517064223.php +++ b/src/Migrations/Version20190517064223.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20190928200659.php b/src/Migrations/Version20190928200659.php index ce81c562..5d466541 100644 --- a/src/Migrations/Version20190928200659.php +++ b/src/Migrations/Version20190928200659.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20191217075815.php b/src/Migrations/Version20191217075815.php index 1084410a..d20c1a0a 100644 --- a/src/Migrations/Version20191217075815.php +++ b/src/Migrations/Version20191217075815.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20191230121402.php b/src/Migrations/Version20191230121402.php index ddc7ef1b..bd9ccca8 100644 --- a/src/Migrations/Version20191230121402.php +++ b/src/Migrations/Version20191230121402.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20200113091731.php b/src/Migrations/Version20200113091731.php index 83417fad..7a09168a 100644 --- a/src/Migrations/Version20200113091731.php +++ b/src/Migrations/Version20200113091731.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20200125182414.php b/src/Migrations/Version20200125182414.php index 0320a40c..0921b504 100644 --- a/src/Migrations/Version20200125182414.php +++ b/src/Migrations/Version20200125182414.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20200131082149.php b/src/Migrations/Version20200131082149.php index 82c8b73f..59da47f3 100644 --- a/src/Migrations/Version20200131082149.php +++ b/src/Migrations/Version20200131082149.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20200304172851.php b/src/Migrations/Version20200304172851.php index 0cca0334..66e56b2a 100644 --- a/src/Migrations/Version20200304172851.php +++ b/src/Migrations/Version20200304172851.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20200306145439.php b/src/Migrations/Version20200306145439.php index 6cfd16c5..97e6adfe 100644 --- a/src/Migrations/Version20200306145439.php +++ b/src/Migrations/Version20200306145439.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20200306153205.php b/src/Migrations/Version20200306153205.php index f29d6eb7..0b0ee2d2 100644 --- a/src/Migrations/Version20200306153205.php +++ b/src/Migrations/Version20200306153205.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20200310094633.php b/src/Migrations/Version20200310094633.php index 93728b61..7353be37 100644 --- a/src/Migrations/Version20200310094633.php +++ b/src/Migrations/Version20200310094633.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20200310185620.php b/src/Migrations/Version20200310185620.php index 6243a359..231ee03e 100644 --- a/src/Migrations/Version20200310185620.php +++ b/src/Migrations/Version20200310185620.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20210608074013.php b/src/Migrations/Version20210608074013.php index c5561e87..0c534406 100644 --- a/src/Migrations/Version20210608074013.php +++ b/src/Migrations/Version20210608074013.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Migrations/Version20210609071246.php b/src/Migrations/Version20210609071246.php index 609d69d1..fc21bfc1 100644 --- a/src/Migrations/Version20210609071246.php +++ b/src/Migrations/Version20210609071246.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Model/CreditMemoPdf.php b/src/Model/CreditMemoPdf.php index 50ad0edf..403458b1 100644 --- a/src/Model/CreditMemoPdf.php +++ b/src/Model/CreditMemoPdf.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Model/OrderItemUnitRefund.php b/src/Model/OrderItemUnitRefund.php index 785f71ce..7bdb78b7 100644 --- a/src/Model/OrderItemUnitRefund.php +++ b/src/Model/OrderItemUnitRefund.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Model/RefundType.php b/src/Model/RefundType.php index 76bc3788..27cb9ead 100644 --- a/src/Model/RefundType.php +++ b/src/Model/RefundType.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Model/RefundTypeInterface.php b/src/Model/RefundTypeInterface.php index 4e369017..7dd7979c 100644 --- a/src/Model/RefundTypeInterface.php +++ b/src/Model/RefundTypeInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Model/ShipmentRefund.php b/src/Model/ShipmentRefund.php index cfb580b8..15e29360 100644 --- a/src/Model/ShipmentRefund.php +++ b/src/Model/ShipmentRefund.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Model/UnitRefundInterface.php b/src/Model/UnitRefundInterface.php index 359ad4d8..a285dac7 100644 --- a/src/Model/UnitRefundInterface.php +++ b/src/Model/UnitRefundInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ProcessManager/CreditMemoProcessManager.php b/src/ProcessManager/CreditMemoProcessManager.php index 3091f3bb..2dad79ec 100644 --- a/src/ProcessManager/CreditMemoProcessManager.php +++ b/src/ProcessManager/CreditMemoProcessManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ProcessManager/RefundPaymentProcessManager.php b/src/ProcessManager/RefundPaymentProcessManager.php index 88b00a61..9cf510d2 100644 --- a/src/ProcessManager/RefundPaymentProcessManager.php +++ b/src/ProcessManager/RefundPaymentProcessManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ProcessManager/UnitsRefundedProcessManager.php b/src/ProcessManager/UnitsRefundedProcessManager.php index 2a63a4ac..12b2a940 100644 --- a/src/ProcessManager/UnitsRefundedProcessManager.php +++ b/src/ProcessManager/UnitsRefundedProcessManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ProcessManager/UnitsRefundedProcessManagerInterface.php b/src/ProcessManager/UnitsRefundedProcessManagerInterface.php index d050fabf..69a18e88 100644 --- a/src/ProcessManager/UnitsRefundedProcessManagerInterface.php +++ b/src/ProcessManager/UnitsRefundedProcessManagerInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ProcessManager/UnitsRefundedProcessStepInterface.php b/src/ProcessManager/UnitsRefundedProcessStepInterface.php index ea480488..abfe4c3d 100644 --- a/src/ProcessManager/UnitsRefundedProcessStepInterface.php +++ b/src/ProcessManager/UnitsRefundedProcessStepInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/CreditMemoFileProvider.php b/src/Provider/CreditMemoFileProvider.php index 388a320c..c592efe3 100644 --- a/src/Provider/CreditMemoFileProvider.php +++ b/src/Provider/CreditMemoFileProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/CreditMemoFileProviderInterface.php b/src/Provider/CreditMemoFileProviderInterface.php index 9a4c9e62..518e1fd8 100644 --- a/src/Provider/CreditMemoFileProviderInterface.php +++ b/src/Provider/CreditMemoFileProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/CurrentDateTimeImmutableProvider.php b/src/Provider/CurrentDateTimeImmutableProvider.php index 293303bc..8d1484f6 100644 --- a/src/Provider/CurrentDateTimeImmutableProvider.php +++ b/src/Provider/CurrentDateTimeImmutableProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/CurrentDateTimeImmutableProviderInterface.php b/src/Provider/CurrentDateTimeImmutableProviderInterface.php index 2afeedfe..42da622b 100644 --- a/src/Provider/CurrentDateTimeImmutableProviderInterface.php +++ b/src/Provider/CurrentDateTimeImmutableProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/DefaultRelatedPaymentIdProvider.php b/src/Provider/DefaultRelatedPaymentIdProvider.php index 7639f01d..08e14d98 100644 --- a/src/Provider/DefaultRelatedPaymentIdProvider.php +++ b/src/Provider/DefaultRelatedPaymentIdProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/OrderItemUnitTotalProvider.php b/src/Provider/OrderItemUnitTotalProvider.php index c515dcd3..abb79a4e 100644 --- a/src/Provider/OrderItemUnitTotalProvider.php +++ b/src/Provider/OrderItemUnitTotalProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/OrderRefundedTotalProvider.php b/src/Provider/OrderRefundedTotalProvider.php index 88e7ac08..ee1092cb 100644 --- a/src/Provider/OrderRefundedTotalProvider.php +++ b/src/Provider/OrderRefundedTotalProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/OrderRefundedTotalProviderInterface.php b/src/Provider/OrderRefundedTotalProviderInterface.php index 18b38453..15c3a596 100644 --- a/src/Provider/OrderRefundedTotalProviderInterface.php +++ b/src/Provider/OrderRefundedTotalProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/RefundPaymentMethodsProviderInterface.php b/src/Provider/RefundPaymentMethodsProviderInterface.php index 3da66db9..b3ed80f9 100644 --- a/src/Provider/RefundPaymentMethodsProviderInterface.php +++ b/src/Provider/RefundPaymentMethodsProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/RefundUnitTotalProviderInterface.php b/src/Provider/RefundUnitTotalProviderInterface.php index f24ce370..d3c0bd7d 100644 --- a/src/Provider/RefundUnitTotalProviderInterface.php +++ b/src/Provider/RefundUnitTotalProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/RefundedShipmentFeeProvider.php b/src/Provider/RefundedShipmentFeeProvider.php index f5ca2f07..ef2917e0 100644 --- a/src/Provider/RefundedShipmentFeeProvider.php +++ b/src/Provider/RefundedShipmentFeeProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/RefundedShipmentFeeProviderInterface.php b/src/Provider/RefundedShipmentFeeProviderInterface.php index 23df92d5..20c84fb1 100644 --- a/src/Provider/RefundedShipmentFeeProviderInterface.php +++ b/src/Provider/RefundedShipmentFeeProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/RelatedPaymentIdProviderInterface.php b/src/Provider/RelatedPaymentIdProviderInterface.php index ce71c1c9..91ef0691 100644 --- a/src/Provider/RelatedPaymentIdProviderInterface.php +++ b/src/Provider/RelatedPaymentIdProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/RemainingTotalProvider.php b/src/Provider/RemainingTotalProvider.php index 15f9283e..1e4fdca9 100644 --- a/src/Provider/RemainingTotalProvider.php +++ b/src/Provider/RemainingTotalProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/RemainingTotalProviderInterface.php b/src/Provider/RemainingTotalProviderInterface.php index 83291d76..b1feb1c0 100644 --- a/src/Provider/RemainingTotalProviderInterface.php +++ b/src/Provider/RemainingTotalProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/ShipmentTotalProvider.php b/src/Provider/ShipmentTotalProvider.php index 34f29492..b8780eec 100644 --- a/src/Provider/ShipmentTotalProvider.php +++ b/src/Provider/ShipmentTotalProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/SupportedRefundPaymentMethodsProvider.php b/src/Provider/SupportedRefundPaymentMethodsProvider.php index 88736d30..de290551 100644 --- a/src/Provider/SupportedRefundPaymentMethodsProvider.php +++ b/src/Provider/SupportedRefundPaymentMethodsProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/TaxRateProvider.php b/src/Provider/TaxRateProvider.php index 0048ca3c..e41e3731 100644 --- a/src/Provider/TaxRateProvider.php +++ b/src/Provider/TaxRateProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/TaxRateProviderInterface.php b/src/Provider/TaxRateProviderInterface.php index a3ea69db..abb26621 100644 --- a/src/Provider/TaxRateProviderInterface.php +++ b/src/Provider/TaxRateProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/UnitRefundedTotalProvider.php b/src/Provider/UnitRefundedTotalProvider.php index c415219e..a464ab75 100644 --- a/src/Provider/UnitRefundedTotalProvider.php +++ b/src/Provider/UnitRefundedTotalProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Provider/UnitRefundedTotalProviderInterface.php b/src/Provider/UnitRefundedTotalProviderInterface.php index 59e51c7c..96317bb5 100644 --- a/src/Provider/UnitRefundedTotalProviderInterface.php +++ b/src/Provider/UnitRefundedTotalProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Refunder/OrderItemUnitsRefunder.php b/src/Refunder/OrderItemUnitsRefunder.php index 2da26eda..36a25901 100644 --- a/src/Refunder/OrderItemUnitsRefunder.php +++ b/src/Refunder/OrderItemUnitsRefunder.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Refunder/OrderShipmentsRefunder.php b/src/Refunder/OrderShipmentsRefunder.php index ca4a37d8..55b21047 100644 --- a/src/Refunder/OrderShipmentsRefunder.php +++ b/src/Refunder/OrderShipmentsRefunder.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Refunder/RefunderInterface.php b/src/Refunder/RefunderInterface.php index 2283254b..d5b6d3c8 100644 --- a/src/Refunder/RefunderInterface.php +++ b/src/Refunder/RefunderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Repository/CreditMemoRepositoryInterface.php b/src/Repository/CreditMemoRepositoryInterface.php index a0595e5d..0857a253 100644 --- a/src/Repository/CreditMemoRepositoryInterface.php +++ b/src/Repository/CreditMemoRepositoryInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Resolver/CreditMemoFilePathResolver.php b/src/Resolver/CreditMemoFilePathResolver.php index e4b2c462..2cc208fa 100644 --- a/src/Resolver/CreditMemoFilePathResolver.php +++ b/src/Resolver/CreditMemoFilePathResolver.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Resolver/CreditMemoFilePathResolverInterface.php b/src/Resolver/CreditMemoFilePathResolverInterface.php index c578eccd..556b0dba 100644 --- a/src/Resolver/CreditMemoFilePathResolverInterface.php +++ b/src/Resolver/CreditMemoFilePathResolverInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Resolver/CreditMemoFileResolver.php b/src/Resolver/CreditMemoFileResolver.php index 980803a4..97b5af56 100644 --- a/src/Resolver/CreditMemoFileResolver.php +++ b/src/Resolver/CreditMemoFileResolver.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Resolver/CreditMemoFileResolverInterface.php b/src/Resolver/CreditMemoFileResolverInterface.php index 8ef2487f..5e75f9c9 100644 --- a/src/Resolver/CreditMemoFileResolverInterface.php +++ b/src/Resolver/CreditMemoFileResolverInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ResponseBuilder/CreditMemoFileResponseBuilder.php b/src/ResponseBuilder/CreditMemoFileResponseBuilder.php index 24534e3c..2b096335 100644 --- a/src/ResponseBuilder/CreditMemoFileResponseBuilder.php +++ b/src/ResponseBuilder/CreditMemoFileResponseBuilder.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ResponseBuilder/CreditMemoFileResponseBuilderInterface.php b/src/ResponseBuilder/CreditMemoFileResponseBuilderInterface.php index b8116b5a..bc20a38c 100644 --- a/src/ResponseBuilder/CreditMemoFileResponseBuilderInterface.php +++ b/src/ResponseBuilder/CreditMemoFileResponseBuilderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Sender/CreditMemoEmailSender.php b/src/Sender/CreditMemoEmailSender.php index c3e64cf8..99a55ab5 100644 --- a/src/Sender/CreditMemoEmailSender.php +++ b/src/Sender/CreditMemoEmailSender.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Sender/CreditMemoEmailSenderInterface.php b/src/Sender/CreditMemoEmailSenderInterface.php index aabbdb87..dbe9374c 100644 --- a/src/Sender/CreditMemoEmailSenderInterface.php +++ b/src/Sender/CreditMemoEmailSenderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/StateResolver/OrderFullyRefundedStateResolver.php b/src/StateResolver/OrderFullyRefundedStateResolver.php index 62fe897b..5fc6b746 100644 --- a/src/StateResolver/OrderFullyRefundedStateResolver.php +++ b/src/StateResolver/OrderFullyRefundedStateResolver.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/StateResolver/OrderFullyRefundedStateResolverInterface.php b/src/StateResolver/OrderFullyRefundedStateResolverInterface.php index ca08fa6b..8e50b450 100644 --- a/src/StateResolver/OrderFullyRefundedStateResolverInterface.php +++ b/src/StateResolver/OrderFullyRefundedStateResolverInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/StateResolver/OrderPartiallyRefundedStateResolver.php b/src/StateResolver/OrderPartiallyRefundedStateResolver.php index 92e03486..f57f5c5a 100644 --- a/src/StateResolver/OrderPartiallyRefundedStateResolver.php +++ b/src/StateResolver/OrderPartiallyRefundedStateResolver.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/StateResolver/OrderPartiallyRefundedStateResolverInterface.php b/src/StateResolver/OrderPartiallyRefundedStateResolverInterface.php index d00f18f8..abf41cf3 100644 --- a/src/StateResolver/OrderPartiallyRefundedStateResolverInterface.php +++ b/src/StateResolver/OrderPartiallyRefundedStateResolverInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/StateResolver/RefundPaymentCompletedStateApplier.php b/src/StateResolver/RefundPaymentCompletedStateApplier.php index 99c9cda0..a29fa943 100644 --- a/src/StateResolver/RefundPaymentCompletedStateApplier.php +++ b/src/StateResolver/RefundPaymentCompletedStateApplier.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/StateResolver/RefundPaymentCompletedStateApplierInterface.php b/src/StateResolver/RefundPaymentCompletedStateApplierInterface.php index 7516d8ff..b4438ad0 100644 --- a/src/StateResolver/RefundPaymentCompletedStateApplierInterface.php +++ b/src/StateResolver/RefundPaymentCompletedStateApplierInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/StateResolver/RefundPaymentTransitions.php b/src/StateResolver/RefundPaymentTransitions.php index 279c42e5..8963fbe1 100644 --- a/src/StateResolver/RefundPaymentTransitions.php +++ b/src/StateResolver/RefundPaymentTransitions.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/SyliusRefundPlugin.php b/src/SyliusRefundPlugin.php index 0e9f7952..6b1a3b3d 100644 --- a/src/SyliusRefundPlugin.php +++ b/src/SyliusRefundPlugin.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Twig/OrderRefundsExtension.php b/src/Twig/OrderRefundsExtension.php index ec2948f6..23df839e 100644 --- a/src/Twig/OrderRefundsExtension.php +++ b/src/Twig/OrderRefundsExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Validator/OrderItemUnitRefundsBelongingToOrderValidator.php b/src/Validator/OrderItemUnitRefundsBelongingToOrderValidator.php index 81536c91..3d764c47 100644 --- a/src/Validator/OrderItemUnitRefundsBelongingToOrderValidator.php +++ b/src/Validator/OrderItemUnitRefundsBelongingToOrderValidator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Validator/RefundAmountValidator.php b/src/Validator/RefundAmountValidator.php index a75aa26a..83c88024 100644 --- a/src/Validator/RefundAmountValidator.php +++ b/src/Validator/RefundAmountValidator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Validator/RefundAmountValidatorInterface.php b/src/Validator/RefundAmountValidatorInterface.php index 764b2f2a..d363063b 100644 --- a/src/Validator/RefundAmountValidatorInterface.php +++ b/src/Validator/RefundAmountValidatorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Validator/RefundUnitsCommandValidator.php b/src/Validator/RefundUnitsCommandValidator.php index a34a57de..086a5b33 100644 --- a/src/Validator/RefundUnitsCommandValidator.php +++ b/src/Validator/RefundUnitsCommandValidator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Validator/RefundUnitsCommandValidatorInterface.php b/src/Validator/RefundUnitsCommandValidatorInterface.php index 59474e21..cdea8922 100644 --- a/src/Validator/RefundUnitsCommandValidatorInterface.php +++ b/src/Validator/RefundUnitsCommandValidatorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Validator/RefundUnitsValidationConstraintMessages.php b/src/Validator/RefundUnitsValidationConstraintMessages.php index 96a50eff..39c23421 100644 --- a/src/Validator/RefundUnitsValidationConstraintMessages.php +++ b/src/Validator/RefundUnitsValidationConstraintMessages.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Validator/ShipmentRefundsBelongingToOrderValidator.php b/src/Validator/ShipmentRefundsBelongingToOrderValidator.php index 72fca225..312abbf9 100644 --- a/src/Validator/ShipmentRefundsBelongingToOrderValidator.php +++ b/src/Validator/ShipmentRefundsBelongingToOrderValidator.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Validator/UnitRefundsBelongingToOrderValidatorInterface.php b/src/Validator/UnitRefundsBelongingToOrderValidatorInterface.php index 83383f17..db9bd053 100644 --- a/src/Validator/UnitRefundsBelongingToOrderValidatorInterface.php +++ b/src/Validator/UnitRefundsBelongingToOrderValidatorInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.