From e1b285dc93a3067281b88b72db956930622faecf Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 16 Jun 2003 15:25:00 +0000 Subject: [PATCH] updating license to 3.0 --- ext/ming/ming.c | 4 ++-- ext/ming/php_ming.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/ming/ming.c b/ext/ming/ming.c index 5e4fc9e88c6..2e1be95d181 100644 --- a/ext/ming/ming.c +++ b/ext/ming/ming.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997-2003 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.01 of the PHP license, | + | This source file is subject to version 3.0 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/2_01.txt. | + | http://www.php.net/license/3_0.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. | diff --git a/ext/ming/php_ming.h b/ext/ming/php_ming.h index 55bfad76253..3fc70468239 100644 --- a/ext/ming/php_ming.h +++ b/ext/ming/php_ming.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997-2003 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.01 of the PHP license, | + | This source file is subject to version 3.0 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/2_01.txt. | + | http://www.php.net/license/3_0.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. |