diff options
Diffstat (limited to 'ext/bcmath')
-rw-r--r-- | ext/bcmath/bcmath.c | 2 | ||||
-rw-r--r-- | ext/bcmath/php_bcmath.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c index 9a39642a2d..cc9d901fdf 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Andi Gutmans <andi@zend.com> | + | Author: Andi Gutmans <andi@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h index 3f15ee2c7c..b72b8dd56d 100644 --- a/ext/bcmath/php_bcmath.h +++ b/ext/bcmath/php_bcmath.h @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Andi Gutmans <andi@zend.com> | + | Author: Andi Gutmans <andi@php.net> | +----------------------------------------------------------------------+ */ |