diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-02-28 08:29:35 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-02-28 08:29:35 +0000 |
commit | 90613d2282e4863630b2facc023af175dd973311 (patch) | |
tree | 6774779a49c082adbd023fabc33786c1d7286494 /sapi | |
parent | a0c2defe8eac43fb9cf43ce7499319f72ea105de (diff) | |
download | php-git-90613d2282e4863630b2facc023af175dd973311.tar.gz |
Maintain headers.
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/apache/mod_php4.h | 2 | ||||
-rw-r--r-- | sapi/apache/php_apache.c | 2 | ||||
-rw-r--r-- | sapi/apache2filter/apache_config.c | 2 | ||||
-rw-r--r-- | sapi/apache2filter/php_apache.h | 2 | ||||
-rw-r--r-- | sapi/apache2filter/php_functions.c | 2 | ||||
-rw-r--r-- | sapi/isapi/php4isapi.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sapi/apache/mod_php4.h b/sapi/apache/mod_php4.h index 9b3c50ead0..2570793e53 100644 --- a/sapi/apache/mod_php4.h +++ b/sapi/apache/mod_php4.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: Rasmus Lerdorf <rasmus@php.net> | + | Author: Rasmus Lerdorf <rasmus@php.net> | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index cb3cfb05f7..4fff27fae1 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | - | Stig Sæther Bakken <ssb@guardian.no> | + | Stig Sæther Bakken <ssb@fast.no> | | David Sklar <sklar@student.net> | +----------------------------------------------------------------------+ */ diff --git a/sapi/apache2filter/apache_config.c b/sapi/apache2filter/apache_config.c index e3273dacf0..178253d825 100644 --- a/sapi/apache2filter/apache_config.c +++ b/sapi/apache2filter/apache_config.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: Sascha Schumann <sascha@schumann.cx> | + | Author: Sascha Schumann <sascha@schumann.cx> | +----------------------------------------------------------------------+ */ diff --git a/sapi/apache2filter/php_apache.h b/sapi/apache2filter/php_apache.h index bc8a3cd6d6..931f45c28a 100644 --- a/sapi/apache2filter/php_apache.h +++ b/sapi/apache2filter/php_apache.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: Sascha Schumann <sascha@schumann.cx> | + | Author: Sascha Schumann <sascha@schumann.cx> | +----------------------------------------------------------------------+ */ diff --git a/sapi/apache2filter/php_functions.c b/sapi/apache2filter/php_functions.c index 7594e8b84e..f465e036b6 100644 --- a/sapi/apache2filter/php_functions.c +++ b/sapi/apache2filter/php_functions.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: Sascha Schumann <sascha@schumann.cx> | + | Author: Sascha Schumann <sascha@schumann.cx> | +----------------------------------------------------------------------+ */ diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c index 709fafcfc5..2d55d13c4e 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Zeev Suraski <zeev@zend.com> | - | Zeus Support: Ben Mansell <ben@zeus.com> | + | Ben Mansell <ben@zeus.com> (Zeus Support) | +----------------------------------------------------------------------+ */ |