summaryrefslogtreecommitdiff
path: root/ext/sysvsem
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/sysvsem
parenta0c2defe8eac43fb9cf43ce7499319f72ea105de (diff)
downloadphp-git-90613d2282e4863630b2facc023af175dd973311.tar.gz
Maintain headers.
Diffstat (limited to 'ext/sysvsem')
-rw-r--r--ext/sysvsem/php_sysvsem.h2
-rw-r--r--ext/sysvsem/sysvsem.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/sysvsem/php_sysvsem.h b/ext/sysvsem/php_sysvsem.h
index 1c7eff63af..7d46edeacb 100644
--- a/ext/sysvsem/php_sysvsem.h
+++ b/ext/sysvsem/php_sysvsem.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: Tom May <tom@go2net.com> |
+ | Author: Tom May <tom@go2net.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/sysvsem/sysvsem.c b/ext/sysvsem/sysvsem.c
index ba3f54de5d..3bfcca0a84 100644
--- a/ext/sysvsem/sysvsem.c
+++ b/ext/sysvsem/sysvsem.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2002 The PHP Group |
+ | Copyright (c) 1997-2002 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -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: Tom May <tom@go2net.com> |
+ | Authors: Tom May <tom@go2net.com> |
| Gavin Sherry <gavin@linuxworld.com.au> |
+----------------------------------------------------------------------+
*/