Skip to content

Commit c9babb1

Browse files
committed
update copyright comments
1 parent c2af942 commit c9babb1

File tree

642 files changed

+2056
-549
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

642 files changed

+2056
-549
lines changed

autoload.php

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
7-
*
86
* For the full copyright and license information, please view the LICENSE
97
* file that was distributed with this source code.
108
*/

bin/create-command-test

-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
/*
55
* This file is part of the Predis package.
66
*
7-
* (c) Daniele Alessandri <[email protected]>
8-
*
97
* For the full copyright and license information, please view the LICENSE
108
* file that was distributed with this source code.
119
*/
@@ -170,8 +168,6 @@ class CommandTestCaseGenerator
170168
/*
171169
* This file is part of the Predis package.
172170
*
173-
* (c) Daniele Alessandri <[email protected]>
174-
*
175171
* For the full copyright and license information, please view the LICENSE
176172
* file that was distributed with this source code.
177173
*/

examples/custom_cluster_distributor.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/debuggable_connection.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/dispatcher_loop.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/executing_redis_commands.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/key_prefixing.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/lua_scripting_abstraction.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/monitor_consumer.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/pipelining_commands.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/pubsub_consumer.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/redis_collections_iterators.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/replication_complex.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/replication_sentinel.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/replication_simple.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/session_handler.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/shared.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

examples/transaction_using_cas.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Autoloader.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Client.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/ClientContextInterface.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/ClientException.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/ClientInterface.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Cluster/ClusterStrategy.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Cluster/Distributor/DistributorInterface.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Cluster/Distributor/EmptyRingException.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Cluster/Distributor/HashRing.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Cluster/Distributor/KetamaRing.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Cluster/Hash/CRC16.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Cluster/Hash/HashGeneratorInterface.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Cluster/Hash/PhpiredisCRC16.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Cluster/PredisStrategy.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Cluster/RedisStrategy.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Cluster/SlotMap.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Cluster/StrategyInterface.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Collection/Iterator/CursorBasedIterator.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Collection/Iterator/HashKey.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Collection/Iterator/Keyspace.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Collection/Iterator/ListKey.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/*
44
* This file is part of the Predis package.
55
*
6-
* (c) Daniele Alessandri <[email protected]>
6+
* (c) 2009-2020 Daniele Alessandri
7+
* (c) 2021-2023 Till Krüss
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

0 commit comments

Comments
 (0)