From: Remi Collet Date: Wed, 6 May 2020 11:13:19 +0000 (+0200) Subject: enchant: bump license version X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f5dd994d46686aa8a34d3aa3ac98246939e6e7b;p=php enchant: bump license version --- diff --git a/ext/enchant/enchant.c b/ext/enchant/enchant.c index 1c43323f95..8de6924b8e 100644 --- a/ext/enchant/enchant.c +++ b/ext/enchant/enchant.c @@ -2,10 +2,10 @@ +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 3.0 of the PHP license, | + | 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 at through the world-wide-web at | - | http://www.php.net/license/3_0.txt. | + | 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. | diff --git a/ext/enchant/php_enchant.h b/ext/enchant/php_enchant.h index 3c2b8d3c47..431deb8206 100644 --- a/ext/enchant/php_enchant.h +++ b/ext/enchant/php_enchant.h @@ -2,10 +2,10 @@ +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 3.0 of the PHP license, | + | 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 at through the world-wide-web at | - | http://www.php.net/license/3_0.txt. | + | 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. |