mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
Add a license header to PHP files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user