diff options
author | Frank M. Kromann <fmk@php.net> | 2001-03-13 16:33:39 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2001-03-13 16:33:39 +0000 |
commit | 0981778351f8466b824590577ae0a94ba1e19daf (patch) | |
tree | e1195565ba888e1f980d3df4f35ccc6521677988 /ext/mssql | |
parent | a37a9db454d8910201bd3bbf6d6bef1bdd8cfb66 (diff) | |
download | php-git-0981778351f8466b824590577ae0a94ba1e19daf.tar.gz |
Changed email
Diffstat (limited to 'ext/mssql')
-rw-r--r-- | ext/mssql/php_mssql.c | 4 | ||||
-rw-r--r-- | ext/mssql/php_mssql.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index b96f605656..b9fdf811ef 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -1,5 +1,5 @@ /* - +----------------------------------------------------------------------+ + +----------------------------------------------------------------------+ | PHP version 4.0 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2001 The PHP Group | @@ -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: Frank M. Kromann <fmk@swwwing.com> | + | Authors: Frank M. Kromann frank@frontbase.com> | +----------------------------------------------------------------------+ */ diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h index 16da48abe4..72d3a6a32d 100644 --- a/ext/mssql/php_mssql.h +++ b/ext/mssql/php_mssql.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: Frank M. Kromann <fmk@swwwing.com> | + | Authors: Frank M. Kromann frank@frontbase.com> | +----------------------------------------------------------------------+ */ |