diff options
author | Zeev Suraski <zeev@php.net> | 2018-11-01 18:35:32 +0200 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2018-11-01 18:35:32 +0200 |
commit | 9afce019e0e4229c78654349d73ad3a69fce1497 (patch) | |
tree | 699b3aa2cddad37ada2ac93d9a09643d2b516f18 /ext/phar | |
parent | 99a9e85c65bb01d8254557a7685f25b6b26ef111 (diff) | |
download | php-git-9afce019e0e4229c78654349d73ad3a69fce1497.tar.gz |
Future-proof email addresses
Diffstat (limited to 'ext/phar')
-rw-r--r-- | ext/phar/tar.c | 2 | ||||
-rw-r--r-- | ext/phar/tar.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/tar.c b/ext/phar/tar.c index 83e8fbcaff..5b5b796ffe 100644 --- a/ext/phar/tar.c +++ b/ext/phar/tar.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: Dmitry Stogov <dmitry@zend.com> | + | Authors: Dmitry Stogov <dmitry@php.net> | | Gregory Beaver <cellog@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/phar/tar.h b/ext/phar/tar.h index 6284103eed..b7ad75b5fa 100644 --- a/ext/phar/tar.h +++ b/ext/phar/tar.h @@ -14,7 +14,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: Dmitry Stogov <dmitry@zend.com> | + | Authors: Dmitry Stogov <dmitry@php.net> | | Gregory Beaver <cellog@php.net> | +----------------------------------------------------------------------+ */ |