diff options
-rw-r--r-- | ext/ming/ming.c | 4 | ||||
-rw-r--r-- | 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 5e4fc9e88c..2e1be95d18 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 55bfad7625..3fc7046823 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. | |