diff --git a/.docheader b/.docheader index 9ec547f..0e435e8 100644 --- a/.docheader +++ b/.docheader @@ -1,6 +1,6 @@ /** * This file is part of %package%. - * (c) 2014-%year% prooph software GmbH + * (c) 2014-%year% Alexander Miertsch * (c) 2015-%year% Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/LICENSE b/LICENSE index 4292a5a..a2230dc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (c) 2014-2018, prooph software GmbH -Copyright (c) 2015-2018, Sascha-Oliver Prolic +Copyright (c) 2014-2019, Alexander Miertsch +Copyright (c) 2015-2019, Sascha-Oliver Prolic All rights reserved. Redistribution and use in source and binary forms, with or without @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of the prooph software GmbH nor the names of its +* Neither the name of prooph nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/README.md b/README.md index d3311b2..76e1238 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ an older version of prooph/event-store or prooph/service bus, stick to 3.x serie ## Shared Kernel Prooph components work with [php-fig](http://www.php-fig.org/) standards and other de facto standards like [Container-Interop](https://github.com/container-interop/container-interop) whenever possible. -But they also share some prooph software specific classes. These common classes are included in this repository. +But they also share some prooph specific classes. These common classes are included in this repository. ## Documentation diff --git a/composer.json b/composer.json index e1f9371..e76fed6 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,7 @@ "authors": [ { "name": "Alexander Miertsch", - "email": "contact@prooph.de", - "homepage": "http://www.prooph.de" + "email": "kontakt@codeliner.ws" }, { "name": "Sascha-Oliver Prolic", diff --git a/src/Event/ActionEvent.php b/src/Event/ActionEvent.php index a8399c8..d3139da 100644 --- a/src/Event/ActionEvent.php +++ b/src/Event/ActionEvent.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 4f2de15..46b7845 100644 --- a/src/Event/ActionEventEmitter.php +++ b/src/Event/ActionEventEmitter.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 1001656..b9e9e12 100644 --- a/src/Event/ActionEventListenerAggregate.php +++ b/src/Event/ActionEventListenerAggregate.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 018aff6..17ab017 100644 --- a/src/Event/DefaultActionEvent.php +++ b/src/Event/DefaultActionEvent.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 a3ebc10..4c2595c 100644 --- a/src/Event/DefaultListenerHandler.php +++ b/src/Event/DefaultListenerHandler.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 8b1171b..1c96e16 100644 --- a/src/Event/DetachAggregateHandlers.php +++ b/src/Event/DetachAggregateHandlers.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 9f6ef59..4836a3c 100644 --- a/src/Event/ListenerHandler.php +++ b/src/Event/ListenerHandler.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 a4ff254..a588175 100644 --- a/src/Event/ProophActionEventEmitter.php +++ b/src/Event/ProophActionEventEmitter.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 bbcd006..78a95b0 100644 --- a/src/Messaging/Command.php +++ b/src/Messaging/Command.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 134581b..fa291c4 100644 --- a/src/Messaging/DomainEvent.php +++ b/src/Messaging/DomainEvent.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 66ee997..4029025 100644 --- a/src/Messaging/DomainMessage.php +++ b/src/Messaging/DomainMessage.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 0964e6c..e1b3b8c 100644 --- a/src/Messaging/FQCNMessageFactory.php +++ b/src/Messaging/FQCNMessageFactory.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 642f8ad..ec20aee 100644 --- a/src/Messaging/HasMessageName.php +++ b/src/Messaging/HasMessageName.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 5e8b764..16d0229 100644 --- a/src/Messaging/Message.php +++ b/src/Messaging/Message.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 e0caa68..303c243 100644 --- a/src/Messaging/MessageConverter.php +++ b/src/Messaging/MessageConverter.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 421afda..a1a2a04 100644 --- a/src/Messaging/MessageDataAssertion.php +++ b/src/Messaging/MessageDataAssertion.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 a6e3092..d4ba51c 100644 --- a/src/Messaging/MessageFactory.php +++ b/src/Messaging/MessageFactory.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 78b2c02..310d2cd 100644 --- a/src/Messaging/NoOpMessageConverter.php +++ b/src/Messaging/NoOpMessageConverter.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 1f9251f..caaa4b1 100644 --- a/src/Messaging/PayloadConstructable.php +++ b/src/Messaging/PayloadConstructable.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 ff7b96d..aca6223 100644 --- a/src/Messaging/PayloadTrait.php +++ b/src/Messaging/PayloadTrait.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 e83b340..44a1494 100644 --- a/src/Messaging/Query.php +++ b/src/Messaging/Query.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 16d1d0f..d82afdc 100644 --- a/tests/Event/DefaultActionEventTest.php +++ b/tests/Event/DefaultActionEventTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 b97f60c..e80f175 100644 --- a/tests/Event/ProophActionEventEmitterTest.php +++ b/tests/Event/ProophActionEventEmitterTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 96f4079..9d31b98 100644 --- a/tests/Messaging/CommandTest.php +++ b/tests/Messaging/CommandTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 c184a57..e3639b9 100644 --- a/tests/Messaging/DomainEventTest.php +++ b/tests/Messaging/DomainEventTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 2e98ff6..f6c6d30 100644 --- a/tests/Messaging/FQCNMessageFactoryTest.php +++ b/tests/Messaging/FQCNMessageFactoryTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 2d655d7..0357e5d 100644 --- a/tests/Messaging/MessageDataAssertionTest.php +++ b/tests/Messaging/MessageDataAssertionTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 d2e7d10..6c83a98 100644 --- a/tests/Messaging/NoOpMessageConverterTest.php +++ b/tests/Messaging/NoOpMessageConverterTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 89c20c8..0cc3991 100644 --- a/tests/Messaging/QueryTest.php +++ b/tests/Messaging/QueryTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 d9d3237..ba6c034 100644 --- a/tests/Mock/ActionEventListenerMock.php +++ b/tests/Mock/ActionEventListenerMock.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 97b410d..e1189fa 100644 --- a/tests/Mock/ActionListenerAggregateMock.php +++ b/tests/Mock/ActionListenerAggregateMock.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 25acf84..b41106d 100644 --- a/tests/Mock/AskSomething.php +++ b/tests/Mock/AskSomething.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 310506c..e694415 100644 --- a/tests/Mock/DoSomething.php +++ b/tests/Mock/DoSomething.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 2656691..4adeedb 100644 --- a/tests/Mock/InvalidMessage.php +++ b/tests/Mock/InvalidMessage.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 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 0fd2e93..41a98c0 100644 --- a/tests/Mock/SomethingWasDone.php +++ b/tests/Mock/SomethingWasDone.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/common. - * (c) 2014-2018 prooph software GmbH - * (c) 2015-2018 Sascha-Oliver Prolic + * (c) 2014-2019 Alexander Miertsch + * (c) 2015-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.