diff --git a/.docheader b/.docheader index 4ee24ae..57f6f0f 100644 --- a/.docheader +++ b/.docheader @@ -1,6 +1,6 @@ /** * This file is part of prooph/event-store-http-api. - * (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.dist b/composer.json.dist index 5302c60..43d6c29 100644 --- a/composer.json.dist +++ b/composer.json.dist @@ -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/config/autoload/config.global.php b/config/autoload/config.global.php index afba3d9..c5f2f73 100644 --- a/config/autoload/config.global.php +++ b/config/autoload/config.global.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/config/autoload/dependencies.global.php b/config/autoload/dependencies.global.php index cc8c023..eee6d40 100644 --- a/config/autoload/dependencies.global.php +++ b/config/autoload/dependencies.global.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/config/autoload/event_store.local.php.dist b/config/autoload/event_store.local.php.dist index e7b30f5..6b65d8e 100644 --- a/config/autoload/event_store.local.php.dist +++ b/config/autoload/event_store.local.php.dist @@ -1,8 +1,8 @@ - * (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/config/config.php b/config/config.php index a34fbde..5ee174b 100644 --- a/config/config.php +++ b/config/config.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/config/container.php b/config/container.php index 4eed1db..c2cb5c6 100644 --- a/config/container.php +++ b/config/container.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/config/development.config.php.dist b/config/development.config.php.dist index 81db76a..82c051f 100644 --- a/config/development.config.php.dist +++ b/config/development.config.php.dist @@ -1,8 +1,8 @@ - * (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/config/pipeline.php.dist b/config/pipeline.php.dist index d2832ab..39acad3 100644 --- a/config/pipeline.php.dist +++ b/config/pipeline.php.dist @@ -1,8 +1,8 @@ - * (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/config/routes.php b/config/routes.php index 84e3b76..f9668e2 100644 --- a/config/routes.php +++ b/config/routes.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/public/index.php b/public/index.php index 81d3bb7..79d13d2 100644 --- a/public/index.php +++ b/public/index.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/Infrastructure/UrlHelperFactory.php b/src/Container/Infrastructure/UrlHelperFactory.php index ea5af2d..a5cf2c6 100644 --- a/src/Container/Infrastructure/UrlHelperFactory.php +++ b/src/Container/Infrastructure/UrlHelperFactory.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/Middleware/BaseUrlFactory.php b/src/Container/Middleware/BaseUrlFactory.php index f658625..d1d9a42 100644 --- a/src/Container/Middleware/BaseUrlFactory.php +++ b/src/Container/Middleware/BaseUrlFactory.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/Middleware/BaseUrl.php b/src/Middleware/BaseUrl.php index 1355768..99cbb96 100644 --- a/src/Middleware/BaseUrl.php +++ b/src/Middleware/BaseUrl.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/Middleware/ResponseFactory.php b/src/Middleware/ResponseFactory.php index e4bcf8a..78899a7 100644 --- a/src/Middleware/ResponseFactory.php +++ b/src/Middleware/ResponseFactory.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/AbstractHttpApiServerTestCase.php b/tests/integration/AbstractHttpApiServerTestCase.php index bbaf043..74f3782 100644 --- a/tests/integration/AbstractHttpApiServerTestCase.php +++ b/tests/integration/AbstractHttpApiServerTestCase.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/DeleteProjectionTest.php b/tests/integration/DeleteProjectionTest.php index cac8a81..335afd9 100644 --- a/tests/integration/DeleteProjectionTest.php +++ b/tests/integration/DeleteProjectionTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/DeleteStreamTest.php b/tests/integration/DeleteStreamTest.php index 9f8b44d..8114385 100644 --- a/tests/integration/DeleteStreamTest.php +++ b/tests/integration/DeleteStreamTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/FetchCategoryNamesTest.php b/tests/integration/FetchCategoryNamesTest.php index 3ad5194..65ae5f2 100644 --- a/tests/integration/FetchCategoryNamesTest.php +++ b/tests/integration/FetchCategoryNamesTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/FetchProjectionNamesTest.php b/tests/integration/FetchProjectionNamesTest.php index 7c5ec17..e1fd038 100644 --- a/tests/integration/FetchProjectionNamesTest.php +++ b/tests/integration/FetchProjectionNamesTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/FetchProjectionStateStatusStreamPositionsTest.php b/tests/integration/FetchProjectionStateStatusStreamPositionsTest.php index dc7d4a3..954a05e 100644 --- a/tests/integration/FetchProjectionStateStatusStreamPositionsTest.php +++ b/tests/integration/FetchProjectionStateStatusStreamPositionsTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/FetchStreamNamesTest.php b/tests/integration/FetchStreamNamesTest.php index 53c73a7..97c3295 100644 --- a/tests/integration/FetchStreamNamesTest.php +++ b/tests/integration/FetchStreamNamesTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/HasStreamTest.php b/tests/integration/HasStreamTest.php index 9f0e455..f1be552 100644 --- a/tests/integration/HasStreamTest.php +++ b/tests/integration/HasStreamTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/LoadStreamTest.php b/tests/integration/LoadStreamTest.php index 3f43011..7032e38 100644 --- a/tests/integration/LoadStreamTest.php +++ b/tests/integration/LoadStreamTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/PostStreamTest.php b/tests/integration/PostStreamTest.php index e0c70d1..db9de6a 100644 --- a/tests/integration/PostStreamTest.php +++ b/tests/integration/PostStreamTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/ResetProjectionTest.php b/tests/integration/ResetProjectionTest.php index e12d282..a02a690 100644 --- a/tests/integration/ResetProjectionTest.php +++ b/tests/integration/ResetProjectionTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/StopProjectionTest.php b/tests/integration/StopProjectionTest.php index 62149c8..b377bff 100644 --- a/tests/integration/StopProjectionTest.php +++ b/tests/integration/StopProjectionTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/UpdateStreamMetadataTest.php b/tests/integration/UpdateStreamMetadataTest.php index dde402a..5d4faf2 100644 --- a/tests/integration/UpdateStreamMetadataTest.php +++ b/tests/integration/UpdateStreamMetadataTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/event_store.local.php b/tests/integration/event_store.local.php index 26ef8cf..8598566 100644 --- a/tests/integration/event_store.local.php +++ b/tests/integration/event_store.local.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/projection.php b/tests/integration/projection.php index 8e166a8..924e9d8 100644 --- a/tests/integration/projection.php +++ b/tests/integration/projection.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/integration/readmodel-projection.php b/tests/integration/readmodel-projection.php index 68b3298..ba4cf84 100644 --- a/tests/integration/readmodel-projection.php +++ b/tests/integration/readmodel-projection.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/unit/Container/Infrastructure/UrlHelperFactoryTest.php b/tests/unit/Container/Infrastructure/UrlHelperFactoryTest.php index c38d6eb..718ed07 100644 --- a/tests/unit/Container/Infrastructure/UrlHelperFactoryTest.php +++ b/tests/unit/Container/Infrastructure/UrlHelperFactoryTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/unit/Container/Middleware/BaseUrlFactoryTest.php b/tests/unit/Container/Middleware/BaseUrlFactoryTest.php index b7df27a..f1df380 100644 --- a/tests/unit/Container/Middleware/BaseUrlFactoryTest.php +++ b/tests/unit/Container/Middleware/BaseUrlFactoryTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/unit/Middleware/BaseUrlTest.php b/tests/unit/Middleware/BaseUrlTest.php index 0a0af0b..c046033 100644 --- a/tests/unit/Middleware/BaseUrlTest.php +++ b/tests/unit/Middleware/BaseUrlTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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/unit/Middleware/ResponseFactoryTest.php b/tests/unit/Middleware/ResponseFactoryTest.php index 4e6e802..7b204ca 100644 --- a/tests/unit/Middleware/ResponseFactoryTest.php +++ b/tests/unit/Middleware/ResponseFactoryTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/event-store-http-api. - * (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.