diff options
Diffstat (limited to 'ext/db')
-rw-r--r-- | ext/db/db.c | 2 | ||||
-rw-r--r-- | ext/db/php_db.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/db/db.c b/ext/db/db.c index 09e58e2825..f089504ad3 100644 --- a/ext/db/db.c +++ b/ext/db/db.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: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Jim Winstead <jimw@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/db/php_db.h b/ext/db/php_db.h index cc27363822..8fc598a57f 100644 --- a/ext/db/php_db.h +++ b/ext/db/php_db.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> | | Jim Winstead <jimw@php.net> | +----------------------------------------------------------------------+ */ |