diff options
-rw-r--r-- | ext/sodium/libsodium.c | 7 | ||||
-rw-r--r-- | ext/sodium/php_libsodium.h | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/ext/sodium/libsodium.c b/ext/sodium/libsodium.c index ae93e6dc58..34bf7d4a2e 100644 --- a/ext/sodium/libsodium.c +++ b/ext/sodium/libsodium.c @@ -12,12 +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> | - | Zeev Suraski <zeev@zend.com> | - | Rasmus Lerdorf <rasmus@php.net> | - | Andrei Zmievski <andrei@php.net> | - | Stig Venaas <venaas@php.net> | - | Jason Greene <jason@php.net> | + | Authors: Frank Denis <jedisct1@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/sodium/php_libsodium.h b/ext/sodium/php_libsodium.h index 3348c41a6e..93d92e3e03 100644 --- a/ext/sodium/php_libsodium.h +++ b/ext/sodium/php_libsodium.h @@ -12,12 +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> | - | Zeev Suraski <zeev@zend.com> | - | Rasmus Lerdorf <rasmus@php.net> | - | Andrei Zmievski <andrei@php.net> | - | Stig Venaas <venaas@php.net> | - | Jason Greene <jason@php.net> | + | Authors: Frank Denis <jedisct1@php.net> | +----------------------------------------------------------------------+ */ |