Add a license header to PHP files.

This commit is contained in:
Daniele Alessandri
2011-10-18 16:41:46 +02:00
parent b4d5b19b30
commit 9608a97469
228 changed files with 2101 additions and 47 deletions
@@ -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\Distribution;
class EmptyRingException extends \Exception