From: Anatol Belski Date: Wed, 20 May 2015 17:08:59 +0000 (+0200) Subject: add license header X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~42^2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ea429494e5937ae8bc1819d8bc572282b7d4098;p=php add license header --- diff --git a/win32/php_registry.h b/win32/php_registry.h index bce2fe0978..f8a57dbac7 100644 --- a/win32/php_registry.h +++ b/win32/php_registry.h @@ -1,3 +1,21 @@ +/* + +----------------------------------------------------------------------+ + | PHP Version 7 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2015 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: Zeev Suraski | + +----------------------------------------------------------------------+ + */ + #ifndef PHP_REGISTRY_H #define PHP_REGISTRY_H diff --git a/win32/registry.c b/win32/registry.c index 982d09c02d..be16e1880f 100644 --- a/win32/registry.c +++ b/win32/registry.c @@ -1,3 +1,21 @@ +/* + +----------------------------------------------------------------------+ + | PHP Version 7 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2015 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: Zeev Suraski | + +----------------------------------------------------------------------+ + */ + #include "php.h" #include "php_ini.h" #include "php_win32_globals.h"