From d66321ef7608d2cafa2b3b7ab9ffd87ea35d706c Mon Sep 17 00:00:00 2001 From: codeliner Date: Mon, 1 Jul 2019 17:58:45 +0200 Subject: [PATCH] Change copyright --- LICENSE.md | 2 +- composer.json | 4 ++-- doc/bookdown.json | 2 +- src/DependencyInjection/Compiler/PluginsPass.php | 2 +- src/DependencyInjection/Compiler/StopwatchPass.php | 2 +- src/DependencyInjection/Configuration.php | 2 +- src/DependencyInjection/ProophServiceBusExtension.php | 2 +- src/Exception/RuntimeException.php | 2 +- src/Exception/ServiceBusException.php | 2 +- src/ProophServiceBusBundle.php | 2 +- test/BundleTest.php | 2 +- .../AbstractServiceBusExtensionTestCase.php | 2 +- test/DependencyInjection/ContainerBuilder.php | 2 +- .../Fixture/Model/AcmeRegisterUserCommand.php | 2 +- .../Fixture/Model/AcmeRegisterUserHandler.php | 2 +- .../Fixture/Model/AcmeUserEventListener.php | 2 +- .../Fixture/Model/AcmeUserWasRegisteredEvent.php | 2 +- test/DependencyInjection/Fixture/Model/CommandTypePlugin.php | 2 +- test/DependencyInjection/Fixture/Model/GlobalPlugin.php | 2 +- .../Fixture/Model/MainCommandBusPlugin.php | 2 +- test/DependencyInjection/Fixture/Model/MockPlugin.php | 2 +- test/DependencyInjection/XmlServiceBusExtensionTest.php | 2 +- test/DependencyInjection/YamlServiceBusExtensionTest.php | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index a2d96f7..a488be3 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ New BSD License =============== -Copyright (c) 2016, prooph software GmbH and Sascha-Oliver Prolic +Copyright (c) 2016, Alexander Miertsch and Sascha-Oliver Prolic All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/composer.json b/composer.json index ad020e8..1f9d156 100644 --- a/composer.json +++ b/composer.json @@ -7,8 +7,8 @@ "authors": [ { "name": "Alexander Miertsch", - "email": "contact@prooph.de", - "homepage": "http://www.prooph.de" + "email": "kontakt@codeliner.ws", + "homepage": "http://getprooph.org" }, { "name": "Sascha-Oliver Prolic", diff --git a/doc/bookdown.json b/doc/bookdown.json index c7dc6ac..2d19515 100644 --- a/doc/bookdown.json +++ b/doc/bookdown.json @@ -11,5 +11,5 @@ "target": "./html", "tocDepth": 2, "template": "../vendor/prooph/bookdown-template/templates/main.php", - "copyright": "Copyright (c) 2017 prooph software GmbH
Powered by Bookdown Bootswatch Templates" + "copyright": "Copyright (c) 2017 prooph maintainers
Powered by Bookdown Bootswatch Templates" } diff --git a/src/DependencyInjection/Compiler/PluginsPass.php b/src/DependencyInjection/Compiler/PluginsPass.php index f98e4b7..7fa7eb7 100644 --- a/src/DependencyInjection/Compiler/PluginsPass.php +++ b/src/DependencyInjection/Compiler/PluginsPass.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/src/DependencyInjection/Compiler/StopwatchPass.php b/src/DependencyInjection/Compiler/StopwatchPass.php index 0b41aec..6de3c13 100644 --- a/src/DependencyInjection/Compiler/StopwatchPass.php +++ b/src/DependencyInjection/Compiler/StopwatchPass.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2017 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2017 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index aca74b2..4c0d53f 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/src/DependencyInjection/ProophServiceBusExtension.php b/src/DependencyInjection/ProophServiceBusExtension.php index ef972be..729cd51 100644 --- a/src/DependencyInjection/ProophServiceBusExtension.php +++ b/src/DependencyInjection/ProophServiceBusExtension.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/RuntimeException.php b/src/Exception/RuntimeException.php index dc5a81e..01c2684 100644 --- a/src/Exception/RuntimeException.php +++ b/src/Exception/RuntimeException.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/ServiceBusException.php b/src/Exception/ServiceBusException.php index e357b09..dfdbda4 100644 --- a/src/Exception/ServiceBusException.php +++ b/src/Exception/ServiceBusException.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/src/ProophServiceBusBundle.php b/src/ProophServiceBusBundle.php index 28e35e3..3d92a92 100644 --- a/src/ProophServiceBusBundle.php +++ b/src/ProophServiceBusBundle.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/test/BundleTest.php b/test/BundleTest.php index 7b4a871..2bb7996 100644 --- a/test/BundleTest.php +++ b/test/BundleTest.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/test/DependencyInjection/AbstractServiceBusExtensionTestCase.php b/test/DependencyInjection/AbstractServiceBusExtensionTestCase.php index 7642ca4..3743596 100644 --- a/test/DependencyInjection/AbstractServiceBusExtensionTestCase.php +++ b/test/DependencyInjection/AbstractServiceBusExtensionTestCase.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/test/DependencyInjection/ContainerBuilder.php b/test/DependencyInjection/ContainerBuilder.php index 2397f23..7d42107 100644 --- a/test/DependencyInjection/ContainerBuilder.php +++ b/test/DependencyInjection/ContainerBuilder.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2017 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2017 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/test/DependencyInjection/Fixture/Model/AcmeRegisterUserCommand.php b/test/DependencyInjection/Fixture/Model/AcmeRegisterUserCommand.php index 7fb7aa3..b7605bc 100644 --- a/test/DependencyInjection/Fixture/Model/AcmeRegisterUserCommand.php +++ b/test/DependencyInjection/Fixture/Model/AcmeRegisterUserCommand.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/test/DependencyInjection/Fixture/Model/AcmeRegisterUserHandler.php b/test/DependencyInjection/Fixture/Model/AcmeRegisterUserHandler.php index e85a22b..fb386c7 100644 --- a/test/DependencyInjection/Fixture/Model/AcmeRegisterUserHandler.php +++ b/test/DependencyInjection/Fixture/Model/AcmeRegisterUserHandler.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/test/DependencyInjection/Fixture/Model/AcmeUserEventListener.php b/test/DependencyInjection/Fixture/Model/AcmeUserEventListener.php index 29410f1..a5c21b1 100644 --- a/test/DependencyInjection/Fixture/Model/AcmeUserEventListener.php +++ b/test/DependencyInjection/Fixture/Model/AcmeUserEventListener.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/test/DependencyInjection/Fixture/Model/AcmeUserWasRegisteredEvent.php b/test/DependencyInjection/Fixture/Model/AcmeUserWasRegisteredEvent.php index 1e472ca..66ee79b 100644 --- a/test/DependencyInjection/Fixture/Model/AcmeUserWasRegisteredEvent.php +++ b/test/DependencyInjection/Fixture/Model/AcmeUserWasRegisteredEvent.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/test/DependencyInjection/Fixture/Model/CommandTypePlugin.php b/test/DependencyInjection/Fixture/Model/CommandTypePlugin.php index 4ac3dee..1ef1deb 100644 --- a/test/DependencyInjection/Fixture/Model/CommandTypePlugin.php +++ b/test/DependencyInjection/Fixture/Model/CommandTypePlugin.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/DependencyInjection/Fixture/Model/GlobalPlugin.php b/test/DependencyInjection/Fixture/Model/GlobalPlugin.php index 79d69ba..ac50cb1 100644 --- a/test/DependencyInjection/Fixture/Model/GlobalPlugin.php +++ b/test/DependencyInjection/Fixture/Model/GlobalPlugin.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/DependencyInjection/Fixture/Model/MainCommandBusPlugin.php b/test/DependencyInjection/Fixture/Model/MainCommandBusPlugin.php index cc2df77..41370ff 100644 --- a/test/DependencyInjection/Fixture/Model/MainCommandBusPlugin.php +++ b/test/DependencyInjection/Fixture/Model/MainCommandBusPlugin.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/DependencyInjection/Fixture/Model/MockPlugin.php b/test/DependencyInjection/Fixture/Model/MockPlugin.php index 412fe0d..9adde79 100644 --- a/test/DependencyInjection/Fixture/Model/MockPlugin.php +++ b/test/DependencyInjection/Fixture/Model/MockPlugin.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/test/DependencyInjection/XmlServiceBusExtensionTest.php b/test/DependencyInjection/XmlServiceBusExtensionTest.php index 2746884..72c11a5 100644 --- a/test/DependencyInjection/XmlServiceBusExtensionTest.php +++ b/test/DependencyInjection/XmlServiceBusExtensionTest.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */ diff --git a/test/DependencyInjection/YamlServiceBusExtensionTest.php b/test/DependencyInjection/YamlServiceBusExtensionTest.php index 3e038ec..96e353e 100644 --- a/test/DependencyInjection/YamlServiceBusExtensionTest.php +++ b/test/DependencyInjection/YamlServiceBusExtensionTest.php @@ -3,7 +3,7 @@ * prooph (http://getprooph.org/) * * @see https://github.com/prooph/service-bus-symfony-bundle for the canonical source repository - * @copyright Copyright (c) 2016 prooph software GmbH (http://prooph-software.com/) + * @copyright Copyright (c) 2016 Alexander Miertsch (http://getprooph.org/) * @license https://github.com/prooph/service-bus-symfony-bundle/blob/master/LICENSE.md New BSD License */