From 25c972e3a6673ae6aad3c896528937ea2d862934 Mon Sep 17 00:00:00 2001 From: codeliner Date: Mon, 1 Jul 2019 20:36:22 +0200 Subject: [PATCH] Change copyright --- .docheader | 2 +- LICENSE | 6 +++--- composer.json | 3 +-- src/AmqpCommandConsumerCallback.php | 4 ++-- src/AmqpDelayedMessageProducer.php | 4 ++-- src/AmqpEventConsumerCallback.php | 4 ++-- src/AmqpMessageProducer.php | 4 ++-- src/AmqpQueryProducer.php | 4 ++-- src/ConfirmSelectEventPublisher.php | 4 ++-- src/Container/AmqpCommandConsumerCallbackFactory.php | 4 ++-- src/Container/AmqpDelayedMessageProducerFactory.php | 4 ++-- src/Container/AmqpEventConsumerCallbackFactory.php | 4 ++-- src/Container/AmqpMessageProducerFactory.php | 4 ++-- src/Container/AmqpMessageProducerPluginFactory.php | 4 ++-- src/Container/ConfirmSelectEventPublisherFactory.php | 4 ++-- src/Container/TransactionalEventPublisherFactory.php | 4 ++-- src/DelayedCommand.php | 4 ++-- src/DelayedMessage.php | 4 ++-- src/ParallelMessage.php | 4 ++-- src/TransactionalEventPublisher.php | 4 ++-- tests/AmqpCommandConsumerCallbackTest.php | 4 ++-- tests/AmqpDelayedMessageProducerTest.php | 4 ++-- tests/AmqpEventConsumerCallbackTest.php | 4 ++-- tests/AmqpMessageProducerTest.php | 4 ++-- tests/AmqpQueryProducerTest.php | 4 ++-- tests/ConfirmSelectEventPublisherTest.php | 4 ++-- tests/Container/AmqpCommandConsumerCallbackFactoryTest.php | 4 ++-- tests/Container/AmqpDelayedMessageProducerFactoryTest.php | 4 ++-- tests/Container/AmqpEventConsumerCallbackFactoryTest.php | 4 ++-- tests/Container/AmqpMessageProducerFactoryTest.php | 4 ++-- tests/Container/AmqpMessageProducerPluginFactoryTest.php | 4 ++-- tests/Container/ConfirmSelectEventPublisherFactoryTest.php | 4 ++-- tests/Container/TransactionalEventPublisherFactoryTest.php | 4 ++-- tests/DelayedCommandTest.php | 4 ++-- tests/TransactionalEventPublisherTest.php | 4 ++-- 35 files changed, 69 insertions(+), 70 deletions(-) diff --git a/.docheader b/.docheader index 3ca2b00..e797447 100644 --- a/.docheader +++ b/.docheader @@ -1,6 +1,6 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-%year% prooph software GmbH + * (c) 2016-%year% Alexander Miertsch * (c) 2016-%year% Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/LICENSE b/LICENSE index 6c3f5b9..65efaf4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (c) 2016-2018, prooph software GmbH -Copyright (c) 2016-2018, Sascha-Oliver Prolic +Copyright (c) 2016-2019, Alexander Miertsch +Copyright (c) 2016-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/composer.json b/composer.json index b9ef39d..f55bdc5 100644 --- a/composer.json +++ b/composer.json @@ -7,8 +7,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/AmqpCommandConsumerCallback.php b/src/AmqpCommandConsumerCallback.php index 21750d6..b69b268 100644 --- a/src/AmqpCommandConsumerCallback.php +++ b/src/AmqpCommandConsumerCallback.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/AmqpDelayedMessageProducer.php b/src/AmqpDelayedMessageProducer.php index 0014ee5..afbbfe5 100644 --- a/src/AmqpDelayedMessageProducer.php +++ b/src/AmqpDelayedMessageProducer.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/AmqpEventConsumerCallback.php b/src/AmqpEventConsumerCallback.php index 97fdd93..15026f7 100644 --- a/src/AmqpEventConsumerCallback.php +++ b/src/AmqpEventConsumerCallback.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/AmqpMessageProducer.php b/src/AmqpMessageProducer.php index a4d407b..04b1835 100644 --- a/src/AmqpMessageProducer.php +++ b/src/AmqpMessageProducer.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/AmqpQueryProducer.php b/src/AmqpQueryProducer.php index 8dab4b8..578a7c3 100644 --- a/src/AmqpQueryProducer.php +++ b/src/AmqpQueryProducer.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/ConfirmSelectEventPublisher.php b/src/ConfirmSelectEventPublisher.php index 218c1de..f52a0b2 100644 --- a/src/ConfirmSelectEventPublisher.php +++ b/src/ConfirmSelectEventPublisher.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/AmqpCommandConsumerCallbackFactory.php b/src/Container/AmqpCommandConsumerCallbackFactory.php index 293cf43..018226b 100644 --- a/src/Container/AmqpCommandConsumerCallbackFactory.php +++ b/src/Container/AmqpCommandConsumerCallbackFactory.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/AmqpDelayedMessageProducerFactory.php b/src/Container/AmqpDelayedMessageProducerFactory.php index c12cb49..35be5ee 100644 --- a/src/Container/AmqpDelayedMessageProducerFactory.php +++ b/src/Container/AmqpDelayedMessageProducerFactory.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/AmqpEventConsumerCallbackFactory.php b/src/Container/AmqpEventConsumerCallbackFactory.php index ec37dea..fad8150 100644 --- a/src/Container/AmqpEventConsumerCallbackFactory.php +++ b/src/Container/AmqpEventConsumerCallbackFactory.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/AmqpMessageProducerFactory.php b/src/Container/AmqpMessageProducerFactory.php index e3a7c78..98c23eb 100644 --- a/src/Container/AmqpMessageProducerFactory.php +++ b/src/Container/AmqpMessageProducerFactory.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/AmqpMessageProducerPluginFactory.php b/src/Container/AmqpMessageProducerPluginFactory.php index 744620b..1cad0c3 100644 --- a/src/Container/AmqpMessageProducerPluginFactory.php +++ b/src/Container/AmqpMessageProducerPluginFactory.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/ConfirmSelectEventPublisherFactory.php b/src/Container/ConfirmSelectEventPublisherFactory.php index 6dc7fbc..62a4dae 100644 --- a/src/Container/ConfirmSelectEventPublisherFactory.php +++ b/src/Container/ConfirmSelectEventPublisherFactory.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/TransactionalEventPublisherFactory.php b/src/Container/TransactionalEventPublisherFactory.php index af502a2..ec97350 100644 --- a/src/Container/TransactionalEventPublisherFactory.php +++ b/src/Container/TransactionalEventPublisherFactory.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/DelayedCommand.php b/src/DelayedCommand.php index 65d9c23..d2100ef 100644 --- a/src/DelayedCommand.php +++ b/src/DelayedCommand.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/DelayedMessage.php b/src/DelayedMessage.php index 8e09469..6aa8798 100644 --- a/src/DelayedMessage.php +++ b/src/DelayedMessage.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/ParallelMessage.php b/src/ParallelMessage.php index f33d4c9..5bceb55 100644 --- a/src/ParallelMessage.php +++ b/src/ParallelMessage.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/TransactionalEventPublisher.php b/src/TransactionalEventPublisher.php index 8fc840e..b516435 100644 --- a/src/TransactionalEventPublisher.php +++ b/src/TransactionalEventPublisher.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/AmqpCommandConsumerCallbackTest.php b/tests/AmqpCommandConsumerCallbackTest.php index b9473a4..25ce0ab 100644 --- a/tests/AmqpCommandConsumerCallbackTest.php +++ b/tests/AmqpCommandConsumerCallbackTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/AmqpDelayedMessageProducerTest.php b/tests/AmqpDelayedMessageProducerTest.php index 0068ff2..11aabac 100644 --- a/tests/AmqpDelayedMessageProducerTest.php +++ b/tests/AmqpDelayedMessageProducerTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/AmqpEventConsumerCallbackTest.php b/tests/AmqpEventConsumerCallbackTest.php index d3af079..a5b269a 100644 --- a/tests/AmqpEventConsumerCallbackTest.php +++ b/tests/AmqpEventConsumerCallbackTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/AmqpMessageProducerTest.php b/tests/AmqpMessageProducerTest.php index bea4df6..77a4156 100644 --- a/tests/AmqpMessageProducerTest.php +++ b/tests/AmqpMessageProducerTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/AmqpQueryProducerTest.php b/tests/AmqpQueryProducerTest.php index 4a3733a..0ad1246 100644 --- a/tests/AmqpQueryProducerTest.php +++ b/tests/AmqpQueryProducerTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/ConfirmSelectEventPublisherTest.php b/tests/ConfirmSelectEventPublisherTest.php index 7e490a4..2ba586d 100644 --- a/tests/ConfirmSelectEventPublisherTest.php +++ b/tests/ConfirmSelectEventPublisherTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/AmqpCommandConsumerCallbackFactoryTest.php b/tests/Container/AmqpCommandConsumerCallbackFactoryTest.php index 0e358d1..18dde6b 100644 --- a/tests/Container/AmqpCommandConsumerCallbackFactoryTest.php +++ b/tests/Container/AmqpCommandConsumerCallbackFactoryTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/AmqpDelayedMessageProducerFactoryTest.php b/tests/Container/AmqpDelayedMessageProducerFactoryTest.php index 0d0a0c2..462db4d 100644 --- a/tests/Container/AmqpDelayedMessageProducerFactoryTest.php +++ b/tests/Container/AmqpDelayedMessageProducerFactoryTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/AmqpEventConsumerCallbackFactoryTest.php b/tests/Container/AmqpEventConsumerCallbackFactoryTest.php index 6e557b1..987b585 100644 --- a/tests/Container/AmqpEventConsumerCallbackFactoryTest.php +++ b/tests/Container/AmqpEventConsumerCallbackFactoryTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/AmqpMessageProducerFactoryTest.php b/tests/Container/AmqpMessageProducerFactoryTest.php index ffa5ac8..20c1656 100644 --- a/tests/Container/AmqpMessageProducerFactoryTest.php +++ b/tests/Container/AmqpMessageProducerFactoryTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/AmqpMessageProducerPluginFactoryTest.php b/tests/Container/AmqpMessageProducerPluginFactoryTest.php index a085c00..52b00e8 100644 --- a/tests/Container/AmqpMessageProducerPluginFactoryTest.php +++ b/tests/Container/AmqpMessageProducerPluginFactoryTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/ConfirmSelectEventPublisherFactoryTest.php b/tests/Container/ConfirmSelectEventPublisherFactoryTest.php index 4ca9484..1b1bd56 100644 --- a/tests/Container/ConfirmSelectEventPublisherFactoryTest.php +++ b/tests/Container/ConfirmSelectEventPublisherFactoryTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/Container/TransactionalEventPublisherFactoryTest.php b/tests/Container/TransactionalEventPublisherFactoryTest.php index e886997..575e7e8 100644 --- a/tests/Container/TransactionalEventPublisherFactoryTest.php +++ b/tests/Container/TransactionalEventPublisherFactoryTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/DelayedCommandTest.php b/tests/DelayedCommandTest.php index 9544835..37f849f 100644 --- a/tests/DelayedCommandTest.php +++ b/tests/DelayedCommandTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-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/TransactionalEventPublisherTest.php b/tests/TransactionalEventPublisherTest.php index fe5914a..e8a6c12 100644 --- a/tests/TransactionalEventPublisherTest.php +++ b/tests/TransactionalEventPublisherTest.php @@ -2,8 +2,8 @@ /** * This file is part of the prooph/humus-amqp-producer. - * (c) 2016-2018 prooph software GmbH - * (c) 2016-2018 Sascha-Oliver Prolic + * (c) 2016-2019 Alexander Miertsch + * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.