summaryrefslogtreecommitdiff
path: root/ext/shmop
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2002-02-28 08:29:35 +0000
committerSebastian Bergmann <sebastian@php.net>2002-02-28 08:29:35 +0000
commit90613d2282e4863630b2facc023af175dd973311 (patch)
tree6774779a49c082adbd023fabc33786c1d7286494 /ext/shmop
parenta0c2defe8eac43fb9cf43ce7499319f72ea105de (diff)
downloadphp-git-90613d2282e4863630b2facc023af175dd973311.tar.gz
Maintain headers.
Diffstat (limited to 'ext/shmop')
-rw-r--r--ext/shmop/php_shmop.h4
-rw-r--r--ext/shmop/shmop.c4
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$ */