diff --git a/.docheader b/.docheader index 494e4d81..d9f5fddc 100644 --- a/.docheader +++ b/.docheader @@ -1,6 +1,6 @@ /** * This file is part of prooph/pdo-event-store. - * (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 3b375f97..083ecbbc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (c) 2016-2017, prooph software GmbH -Copyright (c) 2016-2017, 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 56f89bd8..d2ed044b 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,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/Container/AbstractEventStoreFactory.php b/src/Container/AbstractEventStoreFactory.php index 980c96cd..37980f69 100644 --- a/src/Container/AbstractEventStoreFactory.php +++ b/src/Container/AbstractEventStoreFactory.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Container/AbstractProjectionManagerFactory.php b/src/Container/AbstractProjectionManagerFactory.php index 673ce0e7..d6313712 100644 --- a/src/Container/AbstractProjectionManagerFactory.php +++ b/src/Container/AbstractProjectionManagerFactory.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Container/MariaDbEventStoreFactory.php b/src/Container/MariaDbEventStoreFactory.php index 04d5a747..8ccd4f54 100644 --- a/src/Container/MariaDbEventStoreFactory.php +++ b/src/Container/MariaDbEventStoreFactory.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Container/MariaDbProjectionManagerFactory.php b/src/Container/MariaDbProjectionManagerFactory.php index 43427600..f216e074 100644 --- a/src/Container/MariaDbProjectionManagerFactory.php +++ b/src/Container/MariaDbProjectionManagerFactory.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Container/MySqlEventStoreFactory.php b/src/Container/MySqlEventStoreFactory.php index 46815b5f..20042587 100644 --- a/src/Container/MySqlEventStoreFactory.php +++ b/src/Container/MySqlEventStoreFactory.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Container/MySqlProjectionManagerFactory.php b/src/Container/MySqlProjectionManagerFactory.php index b22c76fc..fab1d433 100644 --- a/src/Container/MySqlProjectionManagerFactory.php +++ b/src/Container/MySqlProjectionManagerFactory.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Container/PdoConnectionFactory.php b/src/Container/PdoConnectionFactory.php index e1a59eab..702c0d23 100644 --- a/src/Container/PdoConnectionFactory.php +++ b/src/Container/PdoConnectionFactory.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Container/PostgresEventStoreFactory.php b/src/Container/PostgresEventStoreFactory.php index 22d38ced..9c0fb3ca 100644 --- a/src/Container/PostgresEventStoreFactory.php +++ b/src/Container/PostgresEventStoreFactory.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Container/PostgresProjectionManagerFactory.php b/src/Container/PostgresProjectionManagerFactory.php index 4535ea58..a23f4791 100644 --- a/src/Container/PostgresProjectionManagerFactory.php +++ b/src/Container/PostgresProjectionManagerFactory.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/DefaultMessageConverter.php b/src/DefaultMessageConverter.php index 873baa7f..c0f0213e 100644 --- a/src/DefaultMessageConverter.php +++ b/src/DefaultMessageConverter.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Exception/ConcurrencyExceptionFactory.php b/src/Exception/ConcurrencyExceptionFactory.php index a8083cb6..3ea99f22 100644 --- a/src/Exception/ConcurrencyExceptionFactory.php +++ b/src/Exception/ConcurrencyExceptionFactory.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Exception/ExtensionNotLoaded.php b/src/Exception/ExtensionNotLoaded.php index e9443dfd..6d4436a9 100644 --- a/src/Exception/ExtensionNotLoaded.php +++ b/src/Exception/ExtensionNotLoaded.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index 6ca705f1..e9943719 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Exception/JsonException.php b/src/Exception/JsonException.php index 4f5edc92..2157cbba 100644 --- a/src/Exception/JsonException.php +++ b/src/Exception/JsonException.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Exception/PdoEventStoreException.php b/src/Exception/PdoEventStoreException.php index 9bcaf1e6..71cb67c1 100644 --- a/src/Exception/PdoEventStoreException.php +++ b/src/Exception/PdoEventStoreException.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Exception/ProjectionNotCreatedException.php b/src/Exception/ProjectionNotCreatedException.php index 1e22938f..5839e896 100644 --- a/src/Exception/ProjectionNotCreatedException.php +++ b/src/Exception/ProjectionNotCreatedException.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Exception/RuntimeException.php b/src/Exception/RuntimeException.php index 9d2650bf..1f190da4 100644 --- a/src/Exception/RuntimeException.php +++ b/src/Exception/RuntimeException.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/HasQueryHint.php b/src/HasQueryHint.php index 96a78df5..80a1f996 100644 --- a/src/HasQueryHint.php +++ b/src/HasQueryHint.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/MariaDBIndexedPersistenceStrategy.php b/src/MariaDBIndexedPersistenceStrategy.php index 8036b38f..03ea2b16 100644 --- a/src/MariaDBIndexedPersistenceStrategy.php +++ b/src/MariaDBIndexedPersistenceStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/MariaDbEventStore.php b/src/MariaDbEventStore.php index 70756ccb..df77911f 100644 --- a/src/MariaDbEventStore.php +++ b/src/MariaDbEventStore.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/MySqlEventStore.php b/src/MySqlEventStore.php index ce1272ab..02eed602 100644 --- a/src/MySqlEventStore.php +++ b/src/MySqlEventStore.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/PdoEventStore.php b/src/PdoEventStore.php index 9fb8b6f5..0672bcda 100644 --- a/src/PdoEventStore.php +++ b/src/PdoEventStore.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/PdoStreamIterator.php b/src/PdoStreamIterator.php index 2ddb7674..fe7b8c56 100644 --- a/src/PdoStreamIterator.php +++ b/src/PdoStreamIterator.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/PersistenceStrategy.php b/src/PersistenceStrategy.php index 000f2691..9992dbfc 100644 --- a/src/PersistenceStrategy.php +++ b/src/PersistenceStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/PersistenceStrategy/MariaDbAggregateStreamStrategy.php b/src/PersistenceStrategy/MariaDbAggregateStreamStrategy.php index 3296d7b9..195416f1 100644 --- a/src/PersistenceStrategy/MariaDbAggregateStreamStrategy.php +++ b/src/PersistenceStrategy/MariaDbAggregateStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/PersistenceStrategy/MariaDbSimpleStreamStrategy.php b/src/PersistenceStrategy/MariaDbSimpleStreamStrategy.php index 78a78025..5e532cb9 100644 --- a/src/PersistenceStrategy/MariaDbSimpleStreamStrategy.php +++ b/src/PersistenceStrategy/MariaDbSimpleStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/PersistenceStrategy/MariaDbSingleStreamStrategy.php b/src/PersistenceStrategy/MariaDbSingleStreamStrategy.php index b14b8e6e..7773fc8f 100644 --- a/src/PersistenceStrategy/MariaDbSingleStreamStrategy.php +++ b/src/PersistenceStrategy/MariaDbSingleStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/PersistenceStrategy/MySqlAggregateStreamStrategy.php b/src/PersistenceStrategy/MySqlAggregateStreamStrategy.php index 07f5fc8e..3645140c 100644 --- a/src/PersistenceStrategy/MySqlAggregateStreamStrategy.php +++ b/src/PersistenceStrategy/MySqlAggregateStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/PersistenceStrategy/MySqlSimpleStreamStrategy.php b/src/PersistenceStrategy/MySqlSimpleStreamStrategy.php index 1d22594b..30f0d02d 100644 --- a/src/PersistenceStrategy/MySqlSimpleStreamStrategy.php +++ b/src/PersistenceStrategy/MySqlSimpleStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/PersistenceStrategy/MySqlSingleStreamStrategy.php b/src/PersistenceStrategy/MySqlSingleStreamStrategy.php index ce1a230c..307e4444 100644 --- a/src/PersistenceStrategy/MySqlSingleStreamStrategy.php +++ b/src/PersistenceStrategy/MySqlSingleStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/PersistenceStrategy/PostgresAggregateStreamStrategy.php b/src/PersistenceStrategy/PostgresAggregateStreamStrategy.php index 0b386878..7a4f4852 100644 --- a/src/PersistenceStrategy/PostgresAggregateStreamStrategy.php +++ b/src/PersistenceStrategy/PostgresAggregateStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/PersistenceStrategy/PostgresSimpleStreamStrategy.php b/src/PersistenceStrategy/PostgresSimpleStreamStrategy.php index f0cd7ce6..a49f9bd4 100644 --- a/src/PersistenceStrategy/PostgresSimpleStreamStrategy.php +++ b/src/PersistenceStrategy/PostgresSimpleStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/PersistenceStrategy/PostgresSingleStreamStrategy.php b/src/PersistenceStrategy/PostgresSingleStreamStrategy.php index 1b5ab062..fbdafef7 100644 --- a/src/PersistenceStrategy/PostgresSingleStreamStrategy.php +++ b/src/PersistenceStrategy/PostgresSingleStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/PostgresEventStore.php b/src/PostgresEventStore.php index 15cd404a..340ddf2b 100644 --- a/src/PostgresEventStore.php +++ b/src/PostgresEventStore.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Projection/MariaDbProjectionManager.php b/src/Projection/MariaDbProjectionManager.php index 167e3655..e31c0460 100644 --- a/src/Projection/MariaDbProjectionManager.php +++ b/src/Projection/MariaDbProjectionManager.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Projection/MySqlProjectionManager.php b/src/Projection/MySqlProjectionManager.php index 7f836df8..3add56b6 100644 --- a/src/Projection/MySqlProjectionManager.php +++ b/src/Projection/MySqlProjectionManager.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Projection/PdoEventStoreProjector.php b/src/Projection/PdoEventStoreProjector.php index d8c9807c..c207ca98 100644 --- a/src/Projection/PdoEventStoreProjector.php +++ b/src/Projection/PdoEventStoreProjector.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Projection/PdoEventStoreQuery.php b/src/Projection/PdoEventStoreQuery.php index f0bd5360..48d1c7f3 100644 --- a/src/Projection/PdoEventStoreQuery.php +++ b/src/Projection/PdoEventStoreQuery.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Projection/PdoEventStoreReadModelProjector.php b/src/Projection/PdoEventStoreReadModelProjector.php index d2f409f8..bb4a4299 100644 --- a/src/Projection/PdoEventStoreReadModelProjector.php +++ b/src/Projection/PdoEventStoreReadModelProjector.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Projection/PostgresProjectionManager.php b/src/Projection/PostgresProjectionManager.php index 17c43367..73cc3a2f 100644 --- a/src/Projection/PostgresProjectionManager.php +++ b/src/Projection/PostgresProjectionManager.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Util/Json.php b/src/Util/Json.php index 0e7e4604..b9426629 100644 --- a/src/Util/Json.php +++ b/src/Util/Json.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/Util/PostgresHelper.php b/src/Util/PostgresHelper.php index bd659f74..745cfbd0 100644 --- a/src/Util/PostgresHelper.php +++ b/src/Util/PostgresHelper.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/WriteLockStrategy.php b/src/WriteLockStrategy.php index 7b033fb7..6827fb75 100644 --- a/src/WriteLockStrategy.php +++ b/src/WriteLockStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/WriteLockStrategy/MariaDbMetadataLockStrategy.php b/src/WriteLockStrategy/MariaDbMetadataLockStrategy.php index 341f3065..ccee432d 100644 --- a/src/WriteLockStrategy/MariaDbMetadataLockStrategy.php +++ b/src/WriteLockStrategy/MariaDbMetadataLockStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/WriteLockStrategy/MysqlMetadataLockStrategy.php b/src/WriteLockStrategy/MysqlMetadataLockStrategy.php index 1fe68fdd..d56d27b6 100644 --- a/src/WriteLockStrategy/MysqlMetadataLockStrategy.php +++ b/src/WriteLockStrategy/MysqlMetadataLockStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/WriteLockStrategy/NoLockStrategy.php b/src/WriteLockStrategy/NoLockStrategy.php index 5e191c48..8dc5b705 100644 --- a/src/WriteLockStrategy/NoLockStrategy.php +++ b/src/WriteLockStrategy/NoLockStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/src/WriteLockStrategy/PostgresAdvisoryLockStrategy.php b/src/WriteLockStrategy/PostgresAdvisoryLockStrategy.php index fc0cf0a9..294e33c8 100644 --- a/src/WriteLockStrategy/PostgresAdvisoryLockStrategy.php +++ b/src/WriteLockStrategy/PostgresAdvisoryLockStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/AbstractPdoEventStoreTest.php b/tests/AbstractPdoEventStoreTest.php index 46d712e9..73620d61 100644 --- a/tests/AbstractPdoEventStoreTest.php +++ b/tests/AbstractPdoEventStoreTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Assets/PersistenceStrategy/CustomMariaDbAggregateStreamStrategy.php b/tests/Assets/PersistenceStrategy/CustomMariaDbAggregateStreamStrategy.php index 974a9b4a..e05b8273 100644 --- a/tests/Assets/PersistenceStrategy/CustomMariaDbAggregateStreamStrategy.php +++ b/tests/Assets/PersistenceStrategy/CustomMariaDbAggregateStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Assets/PersistenceStrategy/CustomMariaDbSimpleStreamStrategy.php b/tests/Assets/PersistenceStrategy/CustomMariaDbSimpleStreamStrategy.php index 2463dbe8..b17b6843 100644 --- a/tests/Assets/PersistenceStrategy/CustomMariaDbSimpleStreamStrategy.php +++ b/tests/Assets/PersistenceStrategy/CustomMariaDbSimpleStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Assets/PersistenceStrategy/CustomMariaDbSingleStreamStrategy.php b/tests/Assets/PersistenceStrategy/CustomMariaDbSingleStreamStrategy.php index e8adef42..49ecc02b 100644 --- a/tests/Assets/PersistenceStrategy/CustomMariaDbSingleStreamStrategy.php +++ b/tests/Assets/PersistenceStrategy/CustomMariaDbSingleStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Assets/PersistenceStrategy/CustomMySqlAggregateStreamStrategy.php b/tests/Assets/PersistenceStrategy/CustomMySqlAggregateStreamStrategy.php index efe51ee5..e6ee44ff 100644 --- a/tests/Assets/PersistenceStrategy/CustomMySqlAggregateStreamStrategy.php +++ b/tests/Assets/PersistenceStrategy/CustomMySqlAggregateStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Assets/PersistenceStrategy/CustomMySqlSimpleStreamStrategy.php b/tests/Assets/PersistenceStrategy/CustomMySqlSimpleStreamStrategy.php index 39b7e9a6..48559b5f 100644 --- a/tests/Assets/PersistenceStrategy/CustomMySqlSimpleStreamStrategy.php +++ b/tests/Assets/PersistenceStrategy/CustomMySqlSimpleStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Assets/PersistenceStrategy/CustomMySqlSingleStreamStrategy.php b/tests/Assets/PersistenceStrategy/CustomMySqlSingleStreamStrategy.php index 6492a52b..9b5a0f44 100644 --- a/tests/Assets/PersistenceStrategy/CustomMySqlSingleStreamStrategy.php +++ b/tests/Assets/PersistenceStrategy/CustomMySqlSingleStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Assets/PersistenceStrategy/CustomPostgresAggregateStreamStrategy.php b/tests/Assets/PersistenceStrategy/CustomPostgresAggregateStreamStrategy.php index 5030c1da..18dccb15 100644 --- a/tests/Assets/PersistenceStrategy/CustomPostgresAggregateStreamStrategy.php +++ b/tests/Assets/PersistenceStrategy/CustomPostgresAggregateStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Assets/PersistenceStrategy/CustomPostgresSimpleStreamStrategy.php b/tests/Assets/PersistenceStrategy/CustomPostgresSimpleStreamStrategy.php index fcb0c447..06ab48dd 100644 --- a/tests/Assets/PersistenceStrategy/CustomPostgresSimpleStreamStrategy.php +++ b/tests/Assets/PersistenceStrategy/CustomPostgresSimpleStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Assets/PersistenceStrategy/CustomPostgresSingleStreamStrategy.php b/tests/Assets/PersistenceStrategy/CustomPostgresSingleStreamStrategy.php index c2a6e359..6297aa99 100644 --- a/tests/Assets/PersistenceStrategy/CustomPostgresSingleStreamStrategy.php +++ b/tests/Assets/PersistenceStrategy/CustomPostgresSingleStreamStrategy.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Container/MariaDbEventStoreFactoryTest.php b/tests/Container/MariaDbEventStoreFactoryTest.php index ec558452..3e538297 100644 --- a/tests/Container/MariaDbEventStoreFactoryTest.php +++ b/tests/Container/MariaDbEventStoreFactoryTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Container/MariaDbProjectionManagerFactoryTest.php b/tests/Container/MariaDbProjectionManagerFactoryTest.php index 93673034..07674487 100644 --- a/tests/Container/MariaDbProjectionManagerFactoryTest.php +++ b/tests/Container/MariaDbProjectionManagerFactoryTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Container/MySqlEventStoreFactoryTest.php b/tests/Container/MySqlEventStoreFactoryTest.php index 84a6d6c8..b61630c6 100644 --- a/tests/Container/MySqlEventStoreFactoryTest.php +++ b/tests/Container/MySqlEventStoreFactoryTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Container/MySqlProjectionManagerFactoryTest.php b/tests/Container/MySqlProjectionManagerFactoryTest.php index cdfab5f1..c0df2442 100644 --- a/tests/Container/MySqlProjectionManagerFactoryTest.php +++ b/tests/Container/MySqlProjectionManagerFactoryTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Container/PdoConnectionFactoryTest.php b/tests/Container/PdoConnectionFactoryTest.php index e86ef49d..8de8e5a1 100644 --- a/tests/Container/PdoConnectionFactoryTest.php +++ b/tests/Container/PdoConnectionFactoryTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Container/PostgresEventStoreFactoryTest.php b/tests/Container/PostgresEventStoreFactoryTest.php index 8034160a..d8932a99 100644 --- a/tests/Container/PostgresEventStoreFactoryTest.php +++ b/tests/Container/PostgresEventStoreFactoryTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Container/PostgresProjectionManagerFactoryTest.php b/tests/Container/PostgresProjectionManagerFactoryTest.php index 8c30be8c..4462c1c0 100644 --- a/tests/Container/PostgresProjectionManagerFactoryTest.php +++ b/tests/Container/PostgresProjectionManagerFactoryTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/MariaDbCustomStrategiesEventStoreTest.php b/tests/MariaDbCustomStrategiesEventStoreTest.php index 29f07b88..37c408fe 100644 --- a/tests/MariaDbCustomStrategiesEventStoreTest.php +++ b/tests/MariaDbCustomStrategiesEventStoreTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/MariaDbEventStoreTest.php b/tests/MariaDbEventStoreTest.php index 184c18de..81f0e7c3 100644 --- a/tests/MariaDbEventStoreTest.php +++ b/tests/MariaDbEventStoreTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/MySqlCustomStrategiesEventStoreTest.php b/tests/MySqlCustomStrategiesEventStoreTest.php index 31fa41c7..f80b62f1 100644 --- a/tests/MySqlCustomStrategiesEventStoreTest.php +++ b/tests/MySqlCustomStrategiesEventStoreTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/MySqlEventStoreTest.php b/tests/MySqlEventStoreTest.php index 58ca5ac5..a65d746d 100644 --- a/tests/MySqlEventStoreTest.php +++ b/tests/MySqlEventStoreTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/PersistenceStrategy/AbstractPostgresPersistenceStrategyTest.php b/tests/PersistenceStrategy/AbstractPostgresPersistenceStrategyTest.php index e2a43922..fb691a85 100644 --- a/tests/PersistenceStrategy/AbstractPostgresPersistenceStrategyTest.php +++ b/tests/PersistenceStrategy/AbstractPostgresPersistenceStrategyTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/PersistenceStrategy/PostgresAggregateStreamStrategyTest.php b/tests/PersistenceStrategy/PostgresAggregateStreamStrategyTest.php index 40f4c186..ff244c5b 100644 --- a/tests/PersistenceStrategy/PostgresAggregateStreamStrategyTest.php +++ b/tests/PersistenceStrategy/PostgresAggregateStreamStrategyTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/PersistenceStrategy/PostgresSimpleStreamStrategyTest.php b/tests/PersistenceStrategy/PostgresSimpleStreamStrategyTest.php index e481375f..6f0c3280 100644 --- a/tests/PersistenceStrategy/PostgresSimpleStreamStrategyTest.php +++ b/tests/PersistenceStrategy/PostgresSimpleStreamStrategyTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/PersistenceStrategy/PostgresSingleStreamStrategyTest.php b/tests/PersistenceStrategy/PostgresSingleStreamStrategyTest.php index f6007895..b58b7ce9 100644 --- a/tests/PersistenceStrategy/PostgresSingleStreamStrategyTest.php +++ b/tests/PersistenceStrategy/PostgresSingleStreamStrategyTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/PostgresCustomSchemaEventStoreTest.php b/tests/PostgresCustomSchemaEventStoreTest.php index b3d6cbdb..b476642c 100644 --- a/tests/PostgresCustomSchemaEventStoreTest.php +++ b/tests/PostgresCustomSchemaEventStoreTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/PostgresCustomStrategiesEventStoreTest.php b/tests/PostgresCustomStrategiesEventStoreTest.php index dc111270..ad8ea149 100644 --- a/tests/PostgresCustomStrategiesEventStoreTest.php +++ b/tests/PostgresCustomStrategiesEventStoreTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/PostgresEventStoreTest.php b/tests/PostgresEventStoreTest.php index 3e535549..9ec9c639 100644 --- a/tests/PostgresEventStoreTest.php +++ b/tests/PostgresEventStoreTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MariaDbEventStoreProjectorCustomTablesTest.php b/tests/Projection/MariaDbEventStoreProjectorCustomTablesTest.php index 3425d288..e3b54ba6 100644 --- a/tests/Projection/MariaDbEventStoreProjectorCustomTablesTest.php +++ b/tests/Projection/MariaDbEventStoreProjectorCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MariaDbEventStoreProjectorTest.php b/tests/Projection/MariaDbEventStoreProjectorTest.php index 1014aad4..76e1a3e9 100644 --- a/tests/Projection/MariaDbEventStoreProjectorTest.php +++ b/tests/Projection/MariaDbEventStoreProjectorTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MariaDbEventStoreQueryCustomTablesTest.php b/tests/Projection/MariaDbEventStoreQueryCustomTablesTest.php index 00d4446b..2adcb451 100644 --- a/tests/Projection/MariaDbEventStoreQueryCustomTablesTest.php +++ b/tests/Projection/MariaDbEventStoreQueryCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MariaDbEventStoreQueryTest.php b/tests/Projection/MariaDbEventStoreQueryTest.php index 78866f4e..96944cdd 100644 --- a/tests/Projection/MariaDbEventStoreQueryTest.php +++ b/tests/Projection/MariaDbEventStoreQueryTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MariaDbEventStoreReadModelProjectorCustomTablesTest.php b/tests/Projection/MariaDbEventStoreReadModelProjectorCustomTablesTest.php index ff7a41c0..9acb3b5c 100644 --- a/tests/Projection/MariaDbEventStoreReadModelProjectorCustomTablesTest.php +++ b/tests/Projection/MariaDbEventStoreReadModelProjectorCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MariaDbEventStoreReadModelProjectorTest.php b/tests/Projection/MariaDbEventStoreReadModelProjectorTest.php index f9e64a22..29628b1a 100644 --- a/tests/Projection/MariaDbEventStoreReadModelProjectorTest.php +++ b/tests/Projection/MariaDbEventStoreReadModelProjectorTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MariaDbProjectionManagerCustomTablesTest.php b/tests/Projection/MariaDbProjectionManagerCustomTablesTest.php index 6ad2ea6d..bbdb95c9 100644 --- a/tests/Projection/MariaDbProjectionManagerCustomTablesTest.php +++ b/tests/Projection/MariaDbProjectionManagerCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MariaDbProjectionManagerTest.php b/tests/Projection/MariaDbProjectionManagerTest.php index 8ad77ff0..43a6cb94 100644 --- a/tests/Projection/MariaDbProjectionManagerTest.php +++ b/tests/Projection/MariaDbProjectionManagerTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MySqlEventStoreProjectorCustomTablesTest.php b/tests/Projection/MySqlEventStoreProjectorCustomTablesTest.php index 9c97caa8..37535463 100644 --- a/tests/Projection/MySqlEventStoreProjectorCustomTablesTest.php +++ b/tests/Projection/MySqlEventStoreProjectorCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MySqlEventStoreProjectorTest.php b/tests/Projection/MySqlEventStoreProjectorTest.php index 9bc7279d..112b48ef 100644 --- a/tests/Projection/MySqlEventStoreProjectorTest.php +++ b/tests/Projection/MySqlEventStoreProjectorTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MySqlEventStoreQueryCustomTablesTest.php b/tests/Projection/MySqlEventStoreQueryCustomTablesTest.php index b7ba3369..8bfe56e8 100644 --- a/tests/Projection/MySqlEventStoreQueryCustomTablesTest.php +++ b/tests/Projection/MySqlEventStoreQueryCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MySqlEventStoreQueryTest.php b/tests/Projection/MySqlEventStoreQueryTest.php index d5d9eb99..879fdc5f 100644 --- a/tests/Projection/MySqlEventStoreQueryTest.php +++ b/tests/Projection/MySqlEventStoreQueryTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MySqlEventStoreReadModelProjectorCustomTablesTest.php b/tests/Projection/MySqlEventStoreReadModelProjectorCustomTablesTest.php index f17d9241..0353b346 100644 --- a/tests/Projection/MySqlEventStoreReadModelProjectorCustomTablesTest.php +++ b/tests/Projection/MySqlEventStoreReadModelProjectorCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MySqlEventStoreReadModelProjectorTest.php b/tests/Projection/MySqlEventStoreReadModelProjectorTest.php index 825b05ea..7b398aac 100644 --- a/tests/Projection/MySqlEventStoreReadModelProjectorTest.php +++ b/tests/Projection/MySqlEventStoreReadModelProjectorTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MySqlProjectionManagerCustomTablesTest.php b/tests/Projection/MySqlProjectionManagerCustomTablesTest.php index 42ab3371..516aede9 100644 --- a/tests/Projection/MySqlProjectionManagerCustomTablesTest.php +++ b/tests/Projection/MySqlProjectionManagerCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/MySqlProjectionManagerTest.php b/tests/Projection/MySqlProjectionManagerTest.php index 169e69f4..ef38301f 100644 --- a/tests/Projection/MySqlProjectionManagerTest.php +++ b/tests/Projection/MySqlProjectionManagerTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PdoEventStoreProjectorCustomSchemaTest.php b/tests/Projection/PdoEventStoreProjectorCustomSchemaTest.php index 34f1411c..afdd9e64 100644 --- a/tests/Projection/PdoEventStoreProjectorCustomSchemaTest.php +++ b/tests/Projection/PdoEventStoreProjectorCustomSchemaTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PdoEventStoreProjectorCustomTablesTest.php b/tests/Projection/PdoEventStoreProjectorCustomTablesTest.php index aa925e65..47ce4d05 100644 --- a/tests/Projection/PdoEventStoreProjectorCustomTablesTest.php +++ b/tests/Projection/PdoEventStoreProjectorCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PdoEventStoreProjectorTest.php b/tests/Projection/PdoEventStoreProjectorTest.php index b8618942..de54f131 100644 --- a/tests/Projection/PdoEventStoreProjectorTest.php +++ b/tests/Projection/PdoEventStoreProjectorTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PdoEventStoreQueryCustomSchemaTest.php b/tests/Projection/PdoEventStoreQueryCustomSchemaTest.php index cdd75382..d1e0837c 100644 --- a/tests/Projection/PdoEventStoreQueryCustomSchemaTest.php +++ b/tests/Projection/PdoEventStoreQueryCustomSchemaTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PdoEventStoreQueryCustomTablesTest.php b/tests/Projection/PdoEventStoreQueryCustomTablesTest.php index bcf8f68b..61181f53 100644 --- a/tests/Projection/PdoEventStoreQueryCustomTablesTest.php +++ b/tests/Projection/PdoEventStoreQueryCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PdoEventStoreQueryTest.php b/tests/Projection/PdoEventStoreQueryTest.php index eff13bca..d822021c 100644 --- a/tests/Projection/PdoEventStoreQueryTest.php +++ b/tests/Projection/PdoEventStoreQueryTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PdoEventStoreReadModelProjectorCustomSchemaTest.php b/tests/Projection/PdoEventStoreReadModelProjectorCustomSchemaTest.php index f5791a6a..d9b1a917 100644 --- a/tests/Projection/PdoEventStoreReadModelProjectorCustomSchemaTest.php +++ b/tests/Projection/PdoEventStoreReadModelProjectorCustomSchemaTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PdoEventStoreReadModelProjectorCustomTablesTest.php b/tests/Projection/PdoEventStoreReadModelProjectorCustomTablesTest.php index 3e11fc26..a617828f 100644 --- a/tests/Projection/PdoEventStoreReadModelProjectorCustomTablesTest.php +++ b/tests/Projection/PdoEventStoreReadModelProjectorCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PdoEventStoreReadModelProjectorTest.php b/tests/Projection/PdoEventStoreReadModelProjectorTest.php index b3dadb8a..83b90eac 100644 --- a/tests/Projection/PdoEventStoreReadModelProjectorTest.php +++ b/tests/Projection/PdoEventStoreReadModelProjectorTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PostgresEventStoreProjectorCustomSchemaTest.php b/tests/Projection/PostgresEventStoreProjectorCustomSchemaTest.php index 340a0c7c..dc6397f6 100644 --- a/tests/Projection/PostgresEventStoreProjectorCustomSchemaTest.php +++ b/tests/Projection/PostgresEventStoreProjectorCustomSchemaTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PostgresEventStoreProjectorCustomTablesTest.php b/tests/Projection/PostgresEventStoreProjectorCustomTablesTest.php index caefac23..bb4c4f2d 100644 --- a/tests/Projection/PostgresEventStoreProjectorCustomTablesTest.php +++ b/tests/Projection/PostgresEventStoreProjectorCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PostgresEventStoreProjectorTest.php b/tests/Projection/PostgresEventStoreProjectorTest.php index 19a71edb..8a11590f 100644 --- a/tests/Projection/PostgresEventStoreProjectorTest.php +++ b/tests/Projection/PostgresEventStoreProjectorTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PostgresEventStoreQueryCustomSchemaTest.php b/tests/Projection/PostgresEventStoreQueryCustomSchemaTest.php index e192b212..8a43ac1d 100644 --- a/tests/Projection/PostgresEventStoreQueryCustomSchemaTest.php +++ b/tests/Projection/PostgresEventStoreQueryCustomSchemaTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PostgresEventStoreQueryCustomTablesTest.php b/tests/Projection/PostgresEventStoreQueryCustomTablesTest.php index 69142c3d..a899232c 100644 --- a/tests/Projection/PostgresEventStoreQueryCustomTablesTest.php +++ b/tests/Projection/PostgresEventStoreQueryCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PostgresEventStoreQueryTest.php b/tests/Projection/PostgresEventStoreQueryTest.php index 40110b03..c9dbefa5 100644 --- a/tests/Projection/PostgresEventStoreQueryTest.php +++ b/tests/Projection/PostgresEventStoreQueryTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PostgresEventStoreReadModelProjectorCustomSchemaTest.php b/tests/Projection/PostgresEventStoreReadModelProjectorCustomSchemaTest.php index 55a9bbf5..f691e482 100644 --- a/tests/Projection/PostgresEventStoreReadModelProjectorCustomSchemaTest.php +++ b/tests/Projection/PostgresEventStoreReadModelProjectorCustomSchemaTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PostgresEventStoreReadModelProjectorCustomTablesTest.php b/tests/Projection/PostgresEventStoreReadModelProjectorCustomTablesTest.php index b628263f..a08292ed 100644 --- a/tests/Projection/PostgresEventStoreReadModelProjectorCustomTablesTest.php +++ b/tests/Projection/PostgresEventStoreReadModelProjectorCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PostgresEventStoreReadModelProjectorTest.php b/tests/Projection/PostgresEventStoreReadModelProjectorTest.php index 73a94355..7bbc946c 100644 --- a/tests/Projection/PostgresEventStoreReadModelProjectorTest.php +++ b/tests/Projection/PostgresEventStoreReadModelProjectorTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PostgresProjectionManagerCustomSchemaTest.php b/tests/Projection/PostgresProjectionManagerCustomSchemaTest.php index c41613b4..bffcdec9 100644 --- a/tests/Projection/PostgresProjectionManagerCustomSchemaTest.php +++ b/tests/Projection/PostgresProjectionManagerCustomSchemaTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PostgresProjectionManagerCustomTablesTest.php b/tests/Projection/PostgresProjectionManagerCustomTablesTest.php index dfdcc889..8b2c894b 100644 --- a/tests/Projection/PostgresProjectionManagerCustomTablesTest.php +++ b/tests/Projection/PostgresProjectionManagerCustomTablesTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/PostgresProjectionManagerTest.php b/tests/Projection/PostgresProjectionManagerTest.php index f24e5fb2..faf0f1cc 100644 --- a/tests/Projection/PostgresProjectionManagerTest.php +++ b/tests/Projection/PostgresProjectionManagerTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/isolated-projection.php b/tests/Projection/isolated-projection.php index 29a38646..3dd094af 100755 --- a/tests/Projection/isolated-projection.php +++ b/tests/Projection/isolated-projection.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/isolated-read-model-projection.php b/tests/Projection/isolated-read-model-projection.php index 94ae87f1..4b68563c 100755 --- a/tests/Projection/isolated-read-model-projection.php +++ b/tests/Projection/isolated-read-model-projection.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/mariadb-isolated-long-running-projection.php b/tests/Projection/mariadb-isolated-long-running-projection.php index 9dd1b05d..c723b3da 100755 --- a/tests/Projection/mariadb-isolated-long-running-projection.php +++ b/tests/Projection/mariadb-isolated-long-running-projection.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/mariadb-isolated-long-running-query.php b/tests/Projection/mariadb-isolated-long-running-query.php index c5a10f11..d219c25d 100755 --- a/tests/Projection/mariadb-isolated-long-running-query.php +++ b/tests/Projection/mariadb-isolated-long-running-query.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/mariadb-isolated-long-running-read-model-projection.php b/tests/Projection/mariadb-isolated-long-running-read-model-projection.php index 444a1e16..ec515907 100755 --- a/tests/Projection/mariadb-isolated-long-running-read-model-projection.php +++ b/tests/Projection/mariadb-isolated-long-running-read-model-projection.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/mysql-isolated-long-running-projection.php b/tests/Projection/mysql-isolated-long-running-projection.php index 5a0e66f2..47279bed 100755 --- a/tests/Projection/mysql-isolated-long-running-projection.php +++ b/tests/Projection/mysql-isolated-long-running-projection.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/mysql-isolated-long-running-query.php b/tests/Projection/mysql-isolated-long-running-query.php index 69fe69f0..bf32ad91 100755 --- a/tests/Projection/mysql-isolated-long-running-query.php +++ b/tests/Projection/mysql-isolated-long-running-query.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/mysql-isolated-long-running-read-model-projection.php b/tests/Projection/mysql-isolated-long-running-read-model-projection.php index 3ee57c4e..70fb3408 100755 --- a/tests/Projection/mysql-isolated-long-running-read-model-projection.php +++ b/tests/Projection/mysql-isolated-long-running-read-model-projection.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/postgres-isolated-long-running-projection.php b/tests/Projection/postgres-isolated-long-running-projection.php index 55aadf6a..6a45f993 100755 --- a/tests/Projection/postgres-isolated-long-running-projection.php +++ b/tests/Projection/postgres-isolated-long-running-projection.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/postgres-isolated-long-running-query.php b/tests/Projection/postgres-isolated-long-running-query.php index 64bbfd93..8c78038c 100755 --- a/tests/Projection/postgres-isolated-long-running-query.php +++ b/tests/Projection/postgres-isolated-long-running-query.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Projection/postgres-isolated-long-running-read-model-projection.php b/tests/Projection/postgres-isolated-long-running-read-model-projection.php index 0bbadbf2..73a0521d 100755 --- a/tests/Projection/postgres-isolated-long-running-read-model-projection.php +++ b/tests/Projection/postgres-isolated-long-running-read-model-projection.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/TestUtil.php b/tests/TestUtil.php index 018af343..d9764da0 100644 --- a/tests/TestUtil.php +++ b/tests/TestUtil.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/WriteLockStrategy/MariaDbMetadataLockStrategyTest.php b/tests/WriteLockStrategy/MariaDbMetadataLockStrategyTest.php index acf635a7..63d2fd97 100644 --- a/tests/WriteLockStrategy/MariaDbMetadataLockStrategyTest.php +++ b/tests/WriteLockStrategy/MariaDbMetadataLockStrategyTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/WriteLockStrategy/MysqlMetadataLockStrategyTest.php b/tests/WriteLockStrategy/MysqlMetadataLockStrategyTest.php index 21b708d8..46f96ec8 100644 --- a/tests/WriteLockStrategy/MysqlMetadataLockStrategyTest.php +++ b/tests/WriteLockStrategy/MysqlMetadataLockStrategyTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/WriteLockStrategy/NoLockStrategyTest.php b/tests/WriteLockStrategy/NoLockStrategyTest.php index d8a00216..ce17a9fc 100644 --- a/tests/WriteLockStrategy/NoLockStrategyTest.php +++ b/tests/WriteLockStrategy/NoLockStrategyTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE diff --git a/tests/WriteLockStrategy/PostgresAdvisoryLockStrategyTest.php b/tests/WriteLockStrategy/PostgresAdvisoryLockStrategyTest.php index 8b4becab..a76ace3e 100644 --- a/tests/WriteLockStrategy/PostgresAdvisoryLockStrategyTest.php +++ b/tests/WriteLockStrategy/PostgresAdvisoryLockStrategyTest.php @@ -2,7 +2,7 @@ /** * This file is part of prooph/pdo-event-store. - * (c) 2016-2019 prooph software GmbH + * (c) 2016-2019 Alexander Miertsch * (c) 2016-2019 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE