From 46da22b09b31a9d2ad8a6403f9684c99cf7ee60b Mon Sep 17 00:00:00 2001 From: Pavlo Yatsukhnenko Date: Wed, 25 Dec 2019 21:57:22 +0200 Subject: Fix memory leak and add copyright header --- redis_sentinel.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'redis_sentinel.c') diff --git a/redis_sentinel.c b/redis_sentinel.c index 77ec0fdd..f4729d78 100644 --- a/redis_sentinel.c +++ b/redis_sentinel.c @@ -1,3 +1,20 @@ +/* + +----------------------------------------------------------------------+ + | Copyright (c) The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.01 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_01.txt | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Author: Pavlo Yatsukhnenko | + | Maintainer: Michael Grunder | + +----------------------------------------------------------------------+ +*/ + #include "php_redis.h" #include "redis_commands.h" #include "redis_sentinel.h" -- cgit v1.2.3