diff options
Diffstat (limited to 'ext/zip')
-rw-r--r-- | ext/zip/php_zip.h | 2 | ||||
-rw-r--r-- | ext/zip/zip.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index 85b4c3938d..743cac8ade 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.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: Sterling Hughes <sterling@php.net> | + | Author: Sterling Hughes <sterling@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/zip/zip.c b/ext/zip/zip.c index 78f8eed40e..f5bf798ba4 100644 --- a/ext/zip/zip.c +++ b/ext/zip/zip.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: Sterling Hughes <sterling@php.net> | + | Author: Sterling Hughes <sterling@php.net> | +----------------------------------------------------------------------+ */ |