diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2002-11-25 12:30:28 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2002-11-25 12:30:28 +0000 |
commit | 8bd550825f3e338e4496766c27bff7fa72f04b55 (patch) | |
tree | 0146116328ba81b0beadef21d63e8b4ddf0eba08 /ext/ncurses | |
parent | 9251486567c9a12e318c9de73da3703033c7e84b (diff) | |
download | php-git-8bd550825f3e338e4496766c27bff7fa72f04b55.tar.gz |
email address change
Diffstat (limited to 'ext/ncurses')
-rw-r--r-- | ext/ncurses/ncurses.c | 2 | ||||
-rw-r--r-- | ext/ncurses/ncurses_fe.c | 2 | ||||
-rw-r--r-- | ext/ncurses/ncurses_functions.c | 2 | ||||
-rw-r--r-- | ext/ncurses/php_ncurses.h | 2 | ||||
-rw-r--r-- | ext/ncurses/php_ncurses_fe.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ext/ncurses/ncurses.c b/ext/ncurses/ncurses.c index 59309da5cf..f72b82a811 100644 --- a/ext/ncurses/ncurses.c +++ b/ext/ncurses/ncurses.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. | +----------------------------------------------------------------------+ - | Author: Hartmut Holzgraefe <hartmut@six.de> | + | Author: Hartmut Holzgraefe <hholzgra@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/ncurses/ncurses_fe.c b/ext/ncurses/ncurses_fe.c index 00e1402e54..4e0da6ff46 100644 --- a/ext/ncurses/ncurses_fe.c +++ b/ext/ncurses/ncurses_fe.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: Hartmut Holzgraefe <hartmut@six.de> | + | Authors: Hartmut Holzgraefe <hholzgra@php.net> | | Georg Richter <georg.richter@php-ev.de> | +----------------------------------------------------------------------+ */ diff --git a/ext/ncurses/ncurses_functions.c b/ext/ncurses/ncurses_functions.c index 5c3e7f60c4..61c99a25e2 100644 --- a/ext/ncurses/ncurses_functions.c +++ b/ext/ncurses/ncurses_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: Hartmut Holzgraefe <hartmut@six.de> | + | Authors: Hartmut Holzgraefe <hholzgra@php.net> | | Georg Richter <georg.richter@php-ev.de> | +----------------------------------------------------------------------+ */ diff --git a/ext/ncurses/php_ncurses.h b/ext/ncurses/php_ncurses.h index 3cf60cf72e..e432bf4e3c 100644 --- a/ext/ncurses/php_ncurses.h +++ b/ext/ncurses/php_ncurses.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. | +----------------------------------------------------------------------+ - | Author: Hartmut Holzgraefe <hartmut@six.de> | + | Author: Hartmut Holzgraefe <hholzgra@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/ncurses/php_ncurses_fe.h b/ext/ncurses/php_ncurses_fe.h index 55526f9fa1..40e2480840 100644 --- a/ext/ncurses/php_ncurses_fe.h +++ b/ext/ncurses/php_ncurses_fe.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: Hartmut Holzgraefe <hartmut@six.de> | + | Authors: Hartmut Holzgraefe <hholzgra@php.net> | | Georg Richter <georg.richter@php-ev.de> | +----------------------------------------------------------------------+ */ |