Skip to content

Commit d562111

Browse files
committed
Change copyright
1 parent 36ebb10 commit d562111

15 files changed

+29
-30
lines changed

.docheader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* This file is part of prooph/snapshot-store.
3-
* (c) 2017-%year% prooph software GmbH <[email protected]>
3+
* (c) 2017-%year% Alexander Miertsch <[email protected]>
44
* (c) 2017-%year% Sascha-Oliver Prolic <[email protected]>
55
*
66
* For the full copyright and license information, please view the LICENSE

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (c) 2017-2017, prooph software GmbH
2-
Copyright (c) 2017-2017, Sascha-Oliver Prolic
1+
Copyright (c) 2017-2019, Alexander Miertsch
2+
Copyright (c) 2017-2019, Sascha-Oliver Prolic
33
All rights reserved.
44

55
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:
1212
this list of conditions and the following disclaimer in the documentation
1313
and/or other materials provided with the distribution.
1414

15-
* Neither the name of the {organization} nor the names of its
15+
* Neither the name of prooph nor the names of its
1616
contributors may be used to endorse or promote products derived from
1717
this software without specific prior written permission.
1818

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"authors": [
88
{
99
"name": "Alexander Miertsch",
10-
"email": "[email protected]",
11-
"homepage": "http://www.prooph.de"
10+
"email": "[email protected]"
1211
},
1312
{
1413
"name": "Sascha-Oliver Prolic",

src/CallbackSerializer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of prooph/snapshot-store.
5-
* (c) 2017-2018 prooph software GmbH <[email protected]>
6-
* (c) 2017-2018 Sascha-Oliver Prolic <[email protected]>
5+
* (c) 2017-2019 Alexander Miertsch <[email protected]>
6+
* (c) 2017-2019 Sascha-Oliver Prolic <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/CompositeSnapshotStore.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of prooph/snapshot-store.
5-
* (c) 2017-2018 prooph software GmbH <[email protected]>
6-
* (c) 2017-2018 Sascha-Oliver Prolic <[email protected]>
5+
* (c) 2017-2019 Alexander Miertsch <[email protected]>
6+
* (c) 2017-2019 Sascha-Oliver Prolic <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Container/CompositeSnapshotStoreFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of prooph/snapshot-store.
5-
* (c) 2017-2018 prooph software GmbH <[email protected]>
6-
* (c) 2017-2018 Sascha-Oliver Prolic <[email protected]>
5+
* (c) 2017-2019 Alexander Miertsch <[email protected]>
6+
* (c) 2017-2019 Sascha-Oliver Prolic <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/InMemorySnapshotStore.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of prooph/snapshot-store.
5-
* (c) 2017-2018 prooph software GmbH <[email protected]>
6-
* (c) 2017-2018 Sascha-Oliver Prolic <[email protected]>
5+
* (c) 2017-2019 Alexander Miertsch <[email protected]>
6+
* (c) 2017-2019 Sascha-Oliver Prolic <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Serializer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of prooph/snapshot-store.
5-
* (c) 2017-2018 prooph software GmbH <[email protected]>
6-
* (c) 2017-2018 Sascha-Oliver Prolic <[email protected]>
5+
* (c) 2017-2019 Alexander Miertsch <[email protected]>
6+
* (c) 2017-2019 Sascha-Oliver Prolic <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Snapshot.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of prooph/snapshot-store.
5-
* (c) 2017-2018 prooph software GmbH <[email protected]>
6-
* (c) 2017-2018 Sascha-Oliver Prolic <[email protected]>
5+
* (c) 2017-2019 Alexander Miertsch <[email protected]>
6+
* (c) 2017-2019 Sascha-Oliver Prolic <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/SnapshotStore.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of prooph/snapshot-store.
5-
* (c) 2017-2018 prooph software GmbH <[email protected]>
6-
* (c) 2017-2018 Sascha-Oliver Prolic <[email protected]>
5+
* (c) 2017-2019 Alexander Miertsch <[email protected]>
6+
* (c) 2017-2019 Sascha-Oliver Prolic <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

tests/CallbackSerializerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of prooph/snapshot-store.
5-
* (c) 2017-2018 prooph software GmbH <[email protected]>
6-
* (c) 2017-2018 Sascha-Oliver Prolic <[email protected]>
5+
* (c) 2017-2019 Alexander Miertsch <[email protected]>
6+
* (c) 2017-2019 Sascha-Oliver Prolic <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

tests/CompositeSnapshotStoreTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of prooph/snapshot-store.
5-
* (c) 2017-2018 prooph software GmbH <[email protected]>
6-
* (c) 2017-2018 Sascha-Oliver Prolic <[email protected]>
5+
* (c) 2017-2019 Alexander Miertsch <[email protected]>
6+
* (c) 2017-2019 Sascha-Oliver Prolic <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

tests/Container/CompositeSnapshotStoreFactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of prooph/snapshot-store.
5-
* (c) 2017-2018 prooph software GmbH <[email protected]>
6-
* (c) 2017-2018 Sascha-Oliver Prolic <[email protected]>
5+
* (c) 2017-2019 Alexander Miertsch <[email protected]>
6+
* (c) 2017-2019 Sascha-Oliver Prolic <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

tests/InMemorySnapshotStoreTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of prooph/snapshot-store.
5-
* (c) 2017-2018 prooph software GmbH <[email protected]>
6-
* (c) 2017-2018 Sascha-Oliver Prolic <[email protected]>
5+
* (c) 2017-2019 Alexander Miertsch <[email protected]>
6+
* (c) 2017-2019 Sascha-Oliver Prolic <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

tests/SnapshotTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of prooph/snapshot-store.
5-
* (c) 2017-2018 prooph software GmbH <[email protected]>
6-
* (c) 2017-2018 Sascha-Oliver Prolic <[email protected]>
5+
* (c) 2017-2019 Alexander Miertsch <[email protected]>
6+
* (c) 2017-2019 Sascha-Oliver Prolic <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

0 commit comments

Comments
 (0)