Skip to content

Commit

Permalink
Merge 340a0e4 into 423ff66
Browse files Browse the repository at this point in the history
  • Loading branch information
codeliner committed Jul 1, 2019
2 parents 423ff66 + 340a0e4 commit 50cb9ec
Show file tree
Hide file tree
Showing 131 changed files with 133 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .docheader
@@ -1,6 +1,6 @@
/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-%year% prooph software GmbH <contact@prooph.de>
* (c) 2016-%year% Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-%year% Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
6 changes: 3 additions & 3 deletions 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 <kontakt@codeliner.ws>
Copyright (c) 2016-2019, Sascha-Oliver Prolic
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand All @@ -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.

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Container/AbstractEventStoreFactory.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Container/AbstractProjectionManagerFactory.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Container/MariaDbEventStoreFactory.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Container/MariaDbProjectionManagerFactory.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Container/MySqlEventStoreFactory.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Container/MySqlProjectionManagerFactory.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Container/PdoConnectionFactory.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Container/PostgresEventStoreFactory.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Container/PostgresProjectionManagerFactory.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/DefaultMessageConverter.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ConcurrencyExceptionFactory.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ExtensionNotLoaded.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/InvalidArgumentException.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/JsonException.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/PdoEventStoreException.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ProjectionNotCreatedException.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/RuntimeException.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/HasQueryHint.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/MariaDBIndexedPersistenceStrategy.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/MariaDbEventStore.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/MySqlEventStore.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PdoEventStore.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PdoStreamIterator.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PersistenceStrategy.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PersistenceStrategy/MariaDbAggregateStreamStrategy.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PersistenceStrategy/MariaDbSimpleStreamStrategy.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PersistenceStrategy/MariaDbSingleStreamStrategy.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PersistenceStrategy/MySqlAggregateStreamStrategy.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PersistenceStrategy/MySqlSimpleStreamStrategy.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PersistenceStrategy/MySqlSingleStreamStrategy.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PersistenceStrategy/PostgresSimpleStreamStrategy.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PersistenceStrategy/PostgresSingleStreamStrategy.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PostgresEventStore.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Projection/MariaDbProjectionManager.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Projection/MySqlProjectionManager.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Projection/PdoEventStoreProjector.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Projection/PdoEventStoreQuery.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Projection/PdoEventStoreReadModelProjector.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Projection/PostgresProjectionManager.php
Expand Up @@ -2,7 +2,7 @@

/**
* This file is part of prooph/pdo-event-store.
* (c) 2016-2019 prooph software GmbH <contact@prooph.de>
* (c) 2016-2019 Alexander Miertsch <kontakt@codeliner.ws>
* (c) 2016-2019 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
Expand Down

0 comments on commit 50cb9ec

Please sign in to comment.