Browse Source

Add a license header to PHP files.

Daniele Alessandri 13 years ago
parent
commit
9608a97469
100 changed files with 925 additions and 21 deletions
  1. 15 0
      bin/createPhar.php
  2. 13 1
      bin/createSingleFile.php
  3. 9 0
      examples/CustomDistributionStrategy.php
  4. 9 0
      examples/DispatcherLoop.php
  5. 9 0
      examples/KeyPrefixes.php
  6. 13 7
      examples/MonitorContext.php
  7. 20 13
      examples/MultiExecTransactionsWithCAS.php
  8. 9 0
      examples/MultipleSetAndGet.php
  9. 9 0
      examples/PipelineContext.php
  10. 9 0
      examples/PubSubContext.php
  11. 9 0
      examples/ServerSideScripting.php
  12. 9 0
      examples/SharedConfigurations.php
  13. 9 0
      examples/SimpleDebuggableConnection.php
  14. 9 0
      examples/SimpleSetAndGet.php
  15. 9 0
      lib/Predis/Autoloader.php
  16. 9 0
      lib/Predis/Client.php
  17. 9 0
      lib/Predis/ClientException.php
  18. 9 0
      lib/Predis/ClientOptions.php
  19. 9 0
      lib/Predis/Commands/Command.php
  20. 9 0
      lib/Predis/Commands/ConnectionAuth.php
  21. 9 0
      lib/Predis/Commands/ConnectionEcho.php
  22. 9 0
      lib/Predis/Commands/ConnectionPing.php
  23. 9 0
      lib/Predis/Commands/ConnectionQuit.php
  24. 9 0
      lib/Predis/Commands/ConnectionSelect.php
  25. 9 0
      lib/Predis/Commands/HashDelete.php
  26. 9 0
      lib/Predis/Commands/HashExists.php
  27. 9 0
      lib/Predis/Commands/HashGet.php
  28. 9 0
      lib/Predis/Commands/HashGetAll.php
  29. 9 0
      lib/Predis/Commands/HashGetMultiple.php
  30. 9 0
      lib/Predis/Commands/HashIncrementBy.php
  31. 9 0
      lib/Predis/Commands/HashKeys.php
  32. 9 0
      lib/Predis/Commands/HashLength.php
  33. 9 0
      lib/Predis/Commands/HashSet.php
  34. 9 0
      lib/Predis/Commands/HashSetMultiple.php
  35. 9 0
      lib/Predis/Commands/HashSetPreserve.php
  36. 9 0
      lib/Predis/Commands/HashValues.php
  37. 9 0
      lib/Predis/Commands/ICommand.php
  38. 9 0
      lib/Predis/Commands/KeyDelete.php
  39. 9 0
      lib/Predis/Commands/KeyExists.php
  40. 9 0
      lib/Predis/Commands/KeyExpire.php
  41. 9 0
      lib/Predis/Commands/KeyExpireAt.php
  42. 9 0
      lib/Predis/Commands/KeyKeys.php
  43. 9 0
      lib/Predis/Commands/KeyKeysV12x.php
  44. 9 0
      lib/Predis/Commands/KeyMove.php
  45. 9 0
      lib/Predis/Commands/KeyPersist.php
  46. 9 0
      lib/Predis/Commands/KeyRandom.php
  47. 9 0
      lib/Predis/Commands/KeyRename.php
  48. 9 0
      lib/Predis/Commands/KeyRenamePreserve.php
  49. 9 0
      lib/Predis/Commands/KeySort.php
  50. 9 0
      lib/Predis/Commands/KeyTimeToLive.php
  51. 9 0
      lib/Predis/Commands/KeyType.php
  52. 9 0
      lib/Predis/Commands/ListIndex.php
  53. 9 0
      lib/Predis/Commands/ListInsert.php
  54. 9 0
      lib/Predis/Commands/ListLength.php
  55. 9 0
      lib/Predis/Commands/ListPopFirst.php
  56. 9 0
      lib/Predis/Commands/ListPopFirstBlocking.php
  57. 9 0
      lib/Predis/Commands/ListPopLast.php
  58. 9 0
      lib/Predis/Commands/ListPopLastBlocking.php
  59. 9 0
      lib/Predis/Commands/ListPopLastPushHead.php
  60. 9 0
      lib/Predis/Commands/ListPopLastPushHeadBlocking.php
  61. 9 0
      lib/Predis/Commands/ListPushHead.php
  62. 9 0
      lib/Predis/Commands/ListPushHeadX.php
  63. 9 0
      lib/Predis/Commands/ListPushTail.php
  64. 9 0
      lib/Predis/Commands/ListPushTailX.php
  65. 9 0
      lib/Predis/Commands/ListRange.php
  66. 9 0
      lib/Predis/Commands/ListRemove.php
  67. 9 0
      lib/Predis/Commands/ListSet.php
  68. 9 0
      lib/Predis/Commands/ListTrim.php
  69. 9 0
      lib/Predis/Commands/PrefixHelpers.php
  70. 9 0
      lib/Predis/Commands/Processors/ICommandProcessor.php
  71. 9 0
      lib/Predis/Commands/Processors/ICommandProcessorChain.php
  72. 9 0
      lib/Predis/Commands/Processors/IProcessingSupport.php
  73. 9 0
      lib/Predis/Commands/Processors/KeyPrefixProcessor.php
  74. 9 0
      lib/Predis/Commands/Processors/ProcessorChain.php
  75. 9 0
      lib/Predis/Commands/PubSubPublish.php
  76. 9 0
      lib/Predis/Commands/PubSubSubscribe.php
  77. 9 0
      lib/Predis/Commands/PubSubSubscribeByPattern.php
  78. 9 0
      lib/Predis/Commands/PubSubUnsubscribe.php
  79. 9 0
      lib/Predis/Commands/PubSubUnsubscribeByPattern.php
  80. 9 0
      lib/Predis/Commands/ScriptedCommand.php
  81. 9 0
      lib/Predis/Commands/ServerBackgroundRewriteAOF.php
  82. 9 0
      lib/Predis/Commands/ServerBackgroundSave.php
  83. 9 0
      lib/Predis/Commands/ServerClient.php
  84. 9 0
      lib/Predis/Commands/ServerConfig.php
  85. 9 0
      lib/Predis/Commands/ServerDatabaseSize.php
  86. 9 0
      lib/Predis/Commands/ServerEval.php
  87. 9 0
      lib/Predis/Commands/ServerEvalSHA.php
  88. 9 0
      lib/Predis/Commands/ServerFlushAll.php
  89. 9 0
      lib/Predis/Commands/ServerFlushDatabase.php
  90. 9 0
      lib/Predis/Commands/ServerInfo.php
  91. 9 0
      lib/Predis/Commands/ServerInfoV26x.php
  92. 9 0
      lib/Predis/Commands/ServerLastSave.php
  93. 9 0
      lib/Predis/Commands/ServerMonitor.php
  94. 9 0
      lib/Predis/Commands/ServerObject.php
  95. 9 0
      lib/Predis/Commands/ServerSave.php
  96. 9 0
      lib/Predis/Commands/ServerShutdown.php
  97. 9 0
      lib/Predis/Commands/ServerSlaveOf.php
  98. 9 0
      lib/Predis/Commands/SetAdd.php
  99. 9 0
      lib/Predis/Commands/SetCardinality.php
  100. 9 0
      lib/Predis/Commands/SetDifference.php

+ 15 - 0
bin/createPhar.php

@@ -1,10 +1,25 @@
 #!/usr/bin/env php
 <?php
+
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+// -------------------------------------------------------------------------- //
+
 // In order to be able to execute this script to create a Phar archive of Predis,
 // the Phar module must be loaded and the "phar.readonly" directive php.ini must
 // be set to "off". You can change the values in the $options array to customize
 // the creation of the Phar archive to better suit your needs.
 
+
+// -------------------------------------------------------------------------- //
+
 $options = array(
     'name'           => 'predis',
     'project_path'   => __DIR__ . '/../lib/',

+ 13 - 1
bin/createSingleFile.php

@@ -1,5 +1,17 @@
 #!/usr/bin/env php
 <?php
+
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+// -------------------------------------------------------------------------- //
+
 // This script can be used to automatically glue all the .php files of Predis
 // into a single monolithic script file that can be used without an autoloader,
 // just like the other previous versions of the library.
@@ -11,7 +23,7 @@
 // The current implementation is pretty naïve, but it should do for now.
 //
 
-/* -------------------------------------------------------------------------- */
+// -------------------------------------------------------------------------- //
 
 class CommandLine
 {

+ 9 - 0
examples/CustomDistributionStrategy.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 require 'SharedConfigurations.php';
 
 // Developers can customize the distribution strategy used by the client

+ 9 - 0
examples/DispatcherLoop.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 require 'SharedConfigurations.php';
 
 /*

+ 9 - 0
examples/KeyPrefixes.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 require 'SharedConfigurations.php';
 
 // Predis ships with a KeyPrefixProcessor class that is used to transparently

+ 13 - 7
examples/MonitorContext.php

@@ -1,14 +1,20 @@
 <?php
 
-require 'SharedConfigurations.php';
-
 /*
-This is a basic example on how to use the Predis\MonitorContext class.
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+require 'SharedConfigurations.php';
 
-You can use redis-cli to send commands to the same Redis instance your client is
-connected to, and then type "ECHO QUIT_MONITOR" in redis-cli when you want to
-exit the monitor loop and terminate this script in a graceful way.
-*/
+// This is a basic example on how to use the Predis\MonitorContext class.
+// You can use redis-cli to send commands to the same Redis instance your client is
+// connected to, and then type "ECHO QUIT_MONITOR" in redis-cli when you want to
+// exit the monitor loop and terminate this script in a graceful way.
 
 // Create a client and disable r/w timeout on the socket.
 $client = new Predis\Client($single_server + array('read_write_timeout' => 0));

+ 20 - 13
examples/MultiExecTransactionsWithCAS.php

@@ -1,20 +1,27 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 require 'SharedConfigurations.php';
 
-/*
-This is an implementation of an atomic client-side ZPOP using the support for
-check-and-set (CAS) operations with MULTI/EXEC transactions, as described in
-"WATCH explained" from http://redis.io/topics/transactions
-
-First, populate your database with a tiny sample data set:
-
-./redis-cli
-SELECT 15
-ZADD zset 1 a
-ZADD zset 2 b
-ZADD zset 3 c
-*/
+// This is an implementation of an atomic client-side ZPOP using the support for
+// check-and-set (CAS) operations with MULTI/EXEC transactions, as described in
+// "WATCH explained" from http://redis.io/topics/transactions
+// 
+// First, populate your database with a tiny sample data set:
+//
+// ./redis-cli
+// SELECT 15
+// ZADD zset 1 a
+// ZADD zset 2 b
+// ZADD zset 3 c
 
 function zpop($client, $key)
 {

+ 9 - 0
examples/MultipleSetAndGet.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 require 'SharedConfigurations.php';
 
 // redis can set keys and their relative values in one go

+ 9 - 0
examples/PipelineContext.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 require 'SharedConfigurations.php';
 
 // When you have a whole set of consecutive commands to send to

+ 9 - 0
examples/PubSubContext.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 require 'SharedConfigurations.php';
 
 // Redis 2.0 features new commands that allow clients to subscribe for

+ 9 - 0
examples/ServerSideScripting.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 require 'SharedConfigurations.php';
 
 // Additionally to the EVAL command defined in the current development profile, the new

+ 9 - 0
examples/SharedConfigurations.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 require __DIR__.'/../lib/Predis/Autoloader.php';
 
 Predis\Autoloader::register();

+ 9 - 0
examples/SimpleDebuggableConnection.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 require 'SharedConfigurations.php';
 
 use Predis\ConnectionParameters;

+ 9 - 0
examples/SimpleSetAndGet.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 require 'SharedConfigurations.php';
 
 // simple set and get scenario

+ 9 - 0
lib/Predis/Autoloader.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis;
 
 class Autoloader

+ 9 - 0
lib/Predis/Client.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis;
 
 use Predis\Commands\ICommand;

+ 9 - 0
lib/Predis/ClientException.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis;
 
 class ClientException extends PredisException

+ 9 - 0
lib/Predis/ClientOptions.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis;
 
 use Predis\Options\IOption;

+ 9 - 0
lib/Predis/Commands/Command.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 use Predis\Helpers;

+ 9 - 0
lib/Predis/Commands/ConnectionAuth.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ConnectionAuth extends Command

+ 9 - 0
lib/Predis/Commands/ConnectionEcho.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ConnectionEcho extends Command

+ 9 - 0
lib/Predis/Commands/ConnectionPing.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ConnectionPing extends Command

+ 9 - 0
lib/Predis/Commands/ConnectionQuit.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ConnectionQuit extends Command

+ 9 - 0
lib/Predis/Commands/ConnectionSelect.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ConnectionSelect extends Command

+ 9 - 0
lib/Predis/Commands/HashDelete.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 use Predis\Helpers;

+ 9 - 0
lib/Predis/Commands/HashExists.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class HashExists extends Command

+ 9 - 0
lib/Predis/Commands/HashGet.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class HashGet extends Command

+ 9 - 0
lib/Predis/Commands/HashGetAll.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 use Predis\Iterators\MultiBulkResponseTuple;

+ 9 - 0
lib/Predis/Commands/HashGetMultiple.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 use Predis\Helpers;

+ 9 - 0
lib/Predis/Commands/HashIncrementBy.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class HashIncrementBy extends Command

+ 9 - 0
lib/Predis/Commands/HashKeys.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class HashKeys extends Command

+ 9 - 0
lib/Predis/Commands/HashLength.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class HashLength extends Command

+ 9 - 0
lib/Predis/Commands/HashSet.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class HashSet extends Command {

+ 9 - 0
lib/Predis/Commands/HashSetMultiple.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class HashSetMultiple extends Command

+ 9 - 0
lib/Predis/Commands/HashSetPreserve.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class HashSetPreserve extends Command

+ 9 - 0
lib/Predis/Commands/HashValues.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class HashValues extends Command

+ 9 - 0
lib/Predis/Commands/ICommand.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 use Predis\Distribution\INodeKeyGenerator;

+ 9 - 0
lib/Predis/Commands/KeyDelete.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 use Predis\Helpers;

+ 9 - 0
lib/Predis/Commands/KeyExists.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class KeyExists extends Command

+ 9 - 0
lib/Predis/Commands/KeyExpire.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class KeyExpire extends Command

+ 9 - 0
lib/Predis/Commands/KeyExpireAt.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class KeyExpireAt extends Command

+ 9 - 0
lib/Predis/Commands/KeyKeys.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class KeyKeys extends Command

+ 9 - 0
lib/Predis/Commands/KeyKeysV12x.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class KeyKeysV12x extends KeyKeys

+ 9 - 0
lib/Predis/Commands/KeyMove.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class KeyMove extends Command

+ 9 - 0
lib/Predis/Commands/KeyPersist.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class KeyPersist extends Command

+ 9 - 0
lib/Predis/Commands/KeyRandom.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class KeyRandom extends Command

+ 9 - 0
lib/Predis/Commands/KeyRename.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class KeyRename extends Command

+ 9 - 0
lib/Predis/Commands/KeyRenamePreserve.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class KeyRenamePreserve extends KeyRename

+ 9 - 0
lib/Predis/Commands/KeySort.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class KeySort extends Command

+ 9 - 0
lib/Predis/Commands/KeyTimeToLive.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class KeyTimeToLive extends Command

+ 9 - 0
lib/Predis/Commands/KeyType.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class KeyType extends Command

+ 9 - 0
lib/Predis/Commands/ListIndex.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListIndex extends Command

+ 9 - 0
lib/Predis/Commands/ListInsert.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListInsert extends Command

+ 9 - 0
lib/Predis/Commands/ListLength.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListLength extends Command

+ 9 - 0
lib/Predis/Commands/ListPopFirst.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListPopFirst extends Command

+ 9 - 0
lib/Predis/Commands/ListPopFirstBlocking.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListPopFirstBlocking extends Command

+ 9 - 0
lib/Predis/Commands/ListPopLast.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListPopLast extends Command

+ 9 - 0
lib/Predis/Commands/ListPopLastBlocking.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListPopLastBlocking extends ListPopFirstBlocking

+ 9 - 0
lib/Predis/Commands/ListPopLastPushHead.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListPopLastPushHead extends Command

+ 9 - 0
lib/Predis/Commands/ListPopLastPushHeadBlocking.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListPopLastPushHeadBlocking extends Command

+ 9 - 0
lib/Predis/Commands/ListPushHead.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListPushHead extends ListPushTail

+ 9 - 0
lib/Predis/Commands/ListPushHeadX.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListPushHeadX extends Command

+ 9 - 0
lib/Predis/Commands/ListPushTail.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 use Predis\Helpers;

+ 9 - 0
lib/Predis/Commands/ListPushTailX.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListPushTailX extends Command

+ 9 - 0
lib/Predis/Commands/ListRange.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListRange extends Command

+ 9 - 0
lib/Predis/Commands/ListRemove.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListRemove extends Command

+ 9 - 0
lib/Predis/Commands/ListSet.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListSet extends Command

+ 9 - 0
lib/Predis/Commands/ListTrim.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ListTrim extends Command

+ 9 - 0
lib/Predis/Commands/PrefixHelpers.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class PrefixHelpers

+ 9 - 0
lib/Predis/Commands/Processors/ICommandProcessor.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands\Processors;
 
 use Predis\Commands\ICommand;

+ 9 - 0
lib/Predis/Commands/Processors/ICommandProcessorChain.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands\Processors;
 
 interface ICommandProcessorChain extends ICommandProcessor, \IteratorAggregate, \Countable

+ 9 - 0
lib/Predis/Commands/Processors/IProcessingSupport.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands\Processors;
 
 interface IProcessingSupport

+ 9 - 0
lib/Predis/Commands/Processors/KeyPrefixProcessor.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands\Processors;
 
 use Predis\Commands\ICommand;

+ 9 - 0
lib/Predis/Commands/Processors/ProcessorChain.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands\Processors;
 
 use Predis\Commands\ICommand;

+ 9 - 0
lib/Predis/Commands/PubSubPublish.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class PubSubPublish extends Command

+ 9 - 0
lib/Predis/Commands/PubSubSubscribe.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 use Predis\Helpers;

+ 9 - 0
lib/Predis/Commands/PubSubSubscribeByPattern.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 use Predis\Helpers;

+ 9 - 0
lib/Predis/Commands/PubSubUnsubscribe.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class PubSubUnsubscribe extends Command

+ 9 - 0
lib/Predis/Commands/PubSubUnsubscribeByPattern.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class PubSubUnsubscribeByPattern extends PubSubUnsubscribe

+ 9 - 0
lib/Predis/Commands/ScriptedCommand.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 abstract class ScriptedCommand extends ServerEval

+ 9 - 0
lib/Predis/Commands/ServerBackgroundRewriteAOF.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerBackgroundRewriteAOF extends Command

+ 9 - 0
lib/Predis/Commands/ServerBackgroundSave.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerBackgroundSave extends Command

+ 9 - 0
lib/Predis/Commands/ServerClient.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerClient extends Command

+ 9 - 0
lib/Predis/Commands/ServerConfig.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerConfig extends Command

+ 9 - 0
lib/Predis/Commands/ServerDatabaseSize.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerDatabaseSize extends Command

+ 9 - 0
lib/Predis/Commands/ServerEval.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerEval extends Command

+ 9 - 0
lib/Predis/Commands/ServerEvalSHA.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerEvalSHA extends ServerEval

+ 9 - 0
lib/Predis/Commands/ServerFlushAll.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerFlushAll extends Command

+ 9 - 0
lib/Predis/Commands/ServerFlushDatabase.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerFlushDatabase extends Command

+ 9 - 0
lib/Predis/Commands/ServerInfo.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerInfo extends Command

+ 9 - 0
lib/Predis/Commands/ServerInfoV26x.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerInfoV26x extends ServerInfo

+ 9 - 0
lib/Predis/Commands/ServerLastSave.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerLastSave extends Command

+ 9 - 0
lib/Predis/Commands/ServerMonitor.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerMonitor extends Command

+ 9 - 0
lib/Predis/Commands/ServerObject.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 use Predis\Helpers;

+ 9 - 0
lib/Predis/Commands/ServerSave.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerSave extends Command

+ 9 - 0
lib/Predis/Commands/ServerShutdown.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerShutdown extends Command

+ 9 - 0
lib/Predis/Commands/ServerSlaveOf.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class ServerSlaveOf extends Command

+ 9 - 0
lib/Predis/Commands/SetAdd.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 use Predis\Helpers;

+ 9 - 0
lib/Predis/Commands/SetCardinality.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class SetCardinality extends Command

+ 9 - 0
lib/Predis/Commands/SetDifference.php

@@ -1,5 +1,14 @@
 <?php
 
+/*
+ * This file is part of the Predis package.
+ *
+ * (c) Daniele Alessandri <suppakilla@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Predis\Commands;
 
 class SetDifference extends SetIntersection

Some files were not shown because too many files changed in this diff