diff options
Diffstat (limited to 'ext/shmop')
-rw-r--r-- | ext/shmop/php_shmop.h | 4 | ||||
-rw-r--r-- | ext/shmop/shmop.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/shmop/php_shmop.h b/ext/shmop/php_shmop.h index 791289dd09..5ea935a1f3 100644 --- a/ext/shmop/php_shmop.h +++ b/ext/shmop/php_shmop.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Slava Poliakov (slavapl@mailandnews.com) | - | Ilia Alshanetsky (iliaa@home.com) | + | Authors: Slava Poliakov <slavapl@mailandnews.com> | + | Ilia Alshanetsky <iliaa@home.com> | +----------------------------------------------------------------------+ */ #ifndef PHP_SHMOP_H diff --git a/ext/shmop/shmop.c b/ext/shmop/shmop.c index 7e4fa3df0e..ebce1afa78 100644 --- a/ext/shmop/shmop.c +++ b/ext/shmop/shmop.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Slava Poliakov (hackie@prohost.org) | - | Ilia Alshanetsky (ilia@prohost.org) | + | Authors: Slava Poliakov <hackie@prohost.org> | + | Ilia Alshanetsky <ilia@prohost.org> | +----------------------------------------------------------------------+ */ /* $Id$ */ |