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 /ext/hyperwave | |
parent | a0c2defe8eac43fb9cf43ce7499319f72ea105de (diff) | |
download | php-git-90613d2282e4863630b2facc023af175dd973311.tar.gz |
Maintain headers.
Diffstat (limited to 'ext/hyperwave')
-rw-r--r-- | ext/hyperwave/hg_comm.c | 2 | ||||
-rw-r--r-- | ext/hyperwave/hg_comm.h | 2 | ||||
-rw-r--r-- | ext/hyperwave/hw.c | 2 | ||||
-rw-r--r-- | ext/hyperwave/hw_error.h | 2 | ||||
-rw-r--r-- | ext/hyperwave/php_hyperwave.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ext/hyperwave/hg_comm.c b/ext/hyperwave/hg_comm.c index 645d3b88d7..c4ecca4d32 100644 --- a/ext/hyperwave/hg_comm.c +++ b/ext/hyperwave/hg_comm.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: Uwe Steinmann | + | Author: Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de> | +----------------------------------------------------------------------+ */ diff --git a/ext/hyperwave/hg_comm.h b/ext/hyperwave/hg_comm.h index c699f51c8d..3cb441e5c6 100644 --- a/ext/hyperwave/hg_comm.h +++ b/ext/hyperwave/hg_comm.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@lerdorf.on.ca> | + | Author: Rasmus Lerdorf <rasmus@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index fb70ac148f..4720763893 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.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: Uwe Steinmann | + | Author: Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de> | +----------------------------------------------------------------------+ */ diff --git a/ext/hyperwave/hw_error.h b/ext/hyperwave/hw_error.h index b84eb4bf8a..00bc5ee52d 100644 --- a/ext/hyperwave/hw_error.h +++ b/ext/hyperwave/hw_error.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@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/hyperwave/php_hyperwave.h b/ext/hyperwave/php_hyperwave.h index 365910d94f..91437e98f6 100644 --- a/ext/hyperwave/php_hyperwave.h +++ b/ext/hyperwave/php_hyperwave.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@lerdorf.on.ca> | + | Author: Rasmus Lerdorf <rasmus@php.net> | +----------------------------------------------------------------------+ */ |