mirror of
https://github.com/predis/predis.git
synced 2026-09-04 14:56:47 +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\Commands;
|
||||
|
||||
class ZSetScore extends Command
|
||||
|
||||
Reference in New Issue
Block a user