From daccc3b11a4825e6755e5899458c788399e1e2e5 Mon Sep 17 00:00:00 2001 From: prolic Date: Wed, 5 Feb 2025 21:59:24 -0300 Subject: [PATCH] update copyright --- LICENSE | 4 ++-- src/Event/ActionEvent.php | 4 ++-- src/Event/ActionEventEmitter.php | 4 ++-- src/Event/ActionEventListenerAggregate.php | 4 ++-- src/Event/DefaultActionEvent.php | 4 ++-- src/Event/DefaultListenerHandler.php | 4 ++-- src/Event/DetachAggregateHandlers.php | 4 ++-- src/Event/ListenerHandler.php | 4 ++-- src/Event/ProophActionEventEmitter.php | 4 ++-- src/Messaging/Command.php | 4 ++-- src/Messaging/DomainEvent.php | 4 ++-- src/Messaging/DomainMessage.php | 4 ++-- src/Messaging/FQCNMessageFactory.php | 4 ++-- src/Messaging/HasMessageName.php | 4 ++-- src/Messaging/Message.php | 4 ++-- src/Messaging/MessageConverter.php | 4 ++-- src/Messaging/MessageDataAssertion.php | 4 ++-- src/Messaging/MessageFactory.php | 4 ++-- src/Messaging/NoOpMessageConverter.php | 4 ++-- src/Messaging/PayloadConstructable.php | 4 ++-- src/Messaging/PayloadTrait.php | 4 ++-- src/Messaging/Query.php | 4 ++-- tests/Event/DefaultActionEventTest.php | 4 ++-- tests/Event/ProophActionEventEmitterTest.php | 4 ++-- tests/Messaging/CommandTest.php | 4 ++-- tests/Messaging/DomainEventTest.php | 4 ++-- tests/Messaging/FQCNMessageFactoryTest.php | 4 ++-- tests/Messaging/MessageDataAssertionTest.php | 4 ++-- tests/Messaging/NoOpMessageConverterTest.php | 4 ++-- tests/Messaging/QueryTest.php | 4 ++-- tests/Mock/ActionEventListenerMock.php | 4 ++-- tests/Mock/ActionListenerAggregateMock.php | 4 ++-- tests/Mock/AskSomething.php | 4 ++-- tests/Mock/DoSomething.php | 4 ++-- tests/Mock/InvalidMessage.php | 4 ++-- tests/Mock/SomethingWasDone.php | 4 ++-- 36 files changed, 72 insertions(+), 72 deletions(-) diff --git a/LICENSE b/LICENSE index 788f178..8ecf3b4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (c) 2014-2020, Alexander Miertsch -Copyright (c) 2015-2020, Sascha-Oliver Prolic +Copyright (c) 2014-2025, Alexander Miertsch +Copyright (c) 2015-2025, Sascha-Oliver Prolic All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/Event/ActionEvent.php b/src/Event/ActionEvent.php index 061ed00..fede04e 100644 --- a/src/Event/ActionEvent.php +++ b/src/Event/ActionEvent.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Event/ActionEventEmitter.php b/src/Event/ActionEventEmitter.php index 50bfff6..14ebc24 100644 --- a/src/Event/ActionEventEmitter.php +++ b/src/Event/ActionEventEmitter.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Event/ActionEventListenerAggregate.php b/src/Event/ActionEventListenerAggregate.php index 8c14ef7..977f5e2 100644 --- a/src/Event/ActionEventListenerAggregate.php +++ b/src/Event/ActionEventListenerAggregate.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Event/DefaultActionEvent.php b/src/Event/DefaultActionEvent.php index 9d50c53..d868438 100644 --- a/src/Event/DefaultActionEvent.php +++ b/src/Event/DefaultActionEvent.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Event/DefaultListenerHandler.php b/src/Event/DefaultListenerHandler.php index 540a4f7..0493174 100644 --- a/src/Event/DefaultListenerHandler.php +++ b/src/Event/DefaultListenerHandler.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Event/DetachAggregateHandlers.php b/src/Event/DetachAggregateHandlers.php index 3591e83..cee952f 100644 --- a/src/Event/DetachAggregateHandlers.php +++ b/src/Event/DetachAggregateHandlers.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Event/ListenerHandler.php b/src/Event/ListenerHandler.php index 97db08d..4cf6e29 100644 --- a/src/Event/ListenerHandler.php +++ b/src/Event/ListenerHandler.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Event/ProophActionEventEmitter.php b/src/Event/ProophActionEventEmitter.php index 0e0bd4f..2f5add9 100644 --- a/src/Event/ProophActionEventEmitter.php +++ b/src/Event/ProophActionEventEmitter.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Messaging/Command.php b/src/Messaging/Command.php index e2d8449..41426a2 100644 --- a/src/Messaging/Command.php +++ b/src/Messaging/Command.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Messaging/DomainEvent.php b/src/Messaging/DomainEvent.php index c5fc546..66214a3 100644 --- a/src/Messaging/DomainEvent.php +++ b/src/Messaging/DomainEvent.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Messaging/DomainMessage.php b/src/Messaging/DomainMessage.php index 1972f6b..f5668f0 100644 --- a/src/Messaging/DomainMessage.php +++ b/src/Messaging/DomainMessage.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Messaging/FQCNMessageFactory.php b/src/Messaging/FQCNMessageFactory.php index 46875fa..8959141 100644 --- a/src/Messaging/FQCNMessageFactory.php +++ b/src/Messaging/FQCNMessageFactory.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Messaging/HasMessageName.php b/src/Messaging/HasMessageName.php index 48855d8..aa59b0b 100644 --- a/src/Messaging/HasMessageName.php +++ b/src/Messaging/HasMessageName.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Messaging/Message.php b/src/Messaging/Message.php index d1de45a..ed6d25b 100644 --- a/src/Messaging/Message.php +++ b/src/Messaging/Message.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Messaging/MessageConverter.php b/src/Messaging/MessageConverter.php index 8d89736..08159b9 100644 --- a/src/Messaging/MessageConverter.php +++ b/src/Messaging/MessageConverter.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Messaging/MessageDataAssertion.php b/src/Messaging/MessageDataAssertion.php index d9a7dc2..c5492d0 100644 --- a/src/Messaging/MessageDataAssertion.php +++ b/src/Messaging/MessageDataAssertion.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Messaging/MessageFactory.php b/src/Messaging/MessageFactory.php index dd04da6..855a596 100644 --- a/src/Messaging/MessageFactory.php +++ b/src/Messaging/MessageFactory.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Messaging/NoOpMessageConverter.php b/src/Messaging/NoOpMessageConverter.php index aad8cf8..0b74e10 100644 --- a/src/Messaging/NoOpMessageConverter.php +++ b/src/Messaging/NoOpMessageConverter.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Messaging/PayloadConstructable.php b/src/Messaging/PayloadConstructable.php index bcd10c1..a7f9144 100644 --- a/src/Messaging/PayloadConstructable.php +++ b/src/Messaging/PayloadConstructable.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Messaging/PayloadTrait.php b/src/Messaging/PayloadTrait.php index 498e7c6..fb7ec03 100644 --- a/src/Messaging/PayloadTrait.php +++ b/src/Messaging/PayloadTrait.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Messaging/Query.php b/src/Messaging/Query.php index 93a218a..4847025 100644 --- a/src/Messaging/Query.php +++ b/src/Messaging/Query.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Event/DefaultActionEventTest.php b/tests/Event/DefaultActionEventTest.php index 47f3ca9..b89475f 100644 --- a/tests/Event/DefaultActionEventTest.php +++ b/tests/Event/DefaultActionEventTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Event/ProophActionEventEmitterTest.php b/tests/Event/ProophActionEventEmitterTest.php index e13b697..3b95331 100644 --- a/tests/Event/ProophActionEventEmitterTest.php +++ b/tests/Event/ProophActionEventEmitterTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Messaging/CommandTest.php b/tests/Messaging/CommandTest.php index 53dae36..1d2556f 100644 --- a/tests/Messaging/CommandTest.php +++ b/tests/Messaging/CommandTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Messaging/DomainEventTest.php b/tests/Messaging/DomainEventTest.php index 09b2910..a1cfbb5 100644 --- a/tests/Messaging/DomainEventTest.php +++ b/tests/Messaging/DomainEventTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Messaging/FQCNMessageFactoryTest.php b/tests/Messaging/FQCNMessageFactoryTest.php index 4f89229..f0e55e3 100644 --- a/tests/Messaging/FQCNMessageFactoryTest.php +++ b/tests/Messaging/FQCNMessageFactoryTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Messaging/MessageDataAssertionTest.php b/tests/Messaging/MessageDataAssertionTest.php index d4a1f80..a927aa0 100644 --- a/tests/Messaging/MessageDataAssertionTest.php +++ b/tests/Messaging/MessageDataAssertionTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Messaging/NoOpMessageConverterTest.php b/tests/Messaging/NoOpMessageConverterTest.php index 9f5b424..936e013 100644 --- a/tests/Messaging/NoOpMessageConverterTest.php +++ b/tests/Messaging/NoOpMessageConverterTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Messaging/QueryTest.php b/tests/Messaging/QueryTest.php index 76e87e8..2e70d95 100644 --- a/tests/Messaging/QueryTest.php +++ b/tests/Messaging/QueryTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Mock/ActionEventListenerMock.php b/tests/Mock/ActionEventListenerMock.php index 9dc12cc..b10e7d4 100644 --- a/tests/Mock/ActionEventListenerMock.php +++ b/tests/Mock/ActionEventListenerMock.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Mock/ActionListenerAggregateMock.php b/tests/Mock/ActionListenerAggregateMock.php index e84c73d..b0c5336 100644 --- a/tests/Mock/ActionListenerAggregateMock.php +++ b/tests/Mock/ActionListenerAggregateMock.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Mock/AskSomething.php b/tests/Mock/AskSomething.php index 18dc263..7e1f47c 100644 --- a/tests/Mock/AskSomething.php +++ b/tests/Mock/AskSomething.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Mock/DoSomething.php b/tests/Mock/DoSomething.php index 5f3c82a..2fcda07 100644 --- a/tests/Mock/DoSomething.php +++ b/tests/Mock/DoSomething.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Mock/InvalidMessage.php b/tests/Mock/InvalidMessage.php index cf853ad..38424f7 100644 --- a/tests/Mock/InvalidMessage.php +++ b/tests/Mock/InvalidMessage.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Mock/SomethingWasDone.php b/tests/Mock/SomethingWasDone.php index 69f6e62..f370337 100644 --- a/tests/Mock/SomethingWasDone.php +++ b/tests/Mock/SomethingWasDone.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2022 Alexander Miertsch - * (c) 2015-2022 Sascha-Oliver Prolic + * (c) 2014-2025 Alexander Miertsch + * (c) 2015-2025 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.