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 e072c45a52..c999478da8 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. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans <andi@zend.com> | + | Author: Andi Gutmans <andi@zend.com> | +----------------------------------------------------------------------+ */ diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h index d7959a100f..8ead3253b8 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. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans <andi@zend.com> | + | Author: Andi Gutmans <andi@zend.com> | +----------------------------------------------------------------------+ */ |
