summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/gd/gd.c2
-rw-r--r--ext/gd/php_gd.h2
-rw-r--r--ext/iconv/iconv.c2
-rw-r--r--ext/iconv/php_iconv.h2
-rw-r--r--ext/oci8/oci8.c2
-rw-r--r--ext/oci8/php_oci8.h2
-rw-r--r--ext/odbc/php_odbc.c2
-rw-r--r--ext/odbc/php_odbc.h2
-rw-r--r--ext/odbc/php_odbc_includes.h2
-rw-r--r--ext/oracle/oracle.c2
-rw-r--r--ext/standard/file.c2
-rw-r--r--ext/standard/formatted_print.c2
-rw-r--r--ext/standard/math.c2
-rw-r--r--ext/standard/php_ext_syslog.h2
-rw-r--r--ext/standard/php_math.h2
-rw-r--r--ext/standard/php_string.h2
-rw-r--r--ext/standard/php_versioning.h2
-rw-r--r--ext/standard/string.c2
-rw-r--r--ext/standard/syslog.c2
-rw-r--r--ext/standard/uniqid.c2
-rw-r--r--ext/standard/uniqid.h2
-rw-r--r--ext/standard/versioning.c2
-rw-r--r--ext/xml/php_xml.h2
-rw-r--r--ext/xml/xml.c2
24 files changed, 24 insertions, 24 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index 2438876fb2..f4843ae758 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@php.net> |
- | Stig Bakken <ssb@fast.no> |
+ | Stig Bakken <ssb@php.net> |
| Jim Winstead <jimw@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index d5614dc3d7..ee5f3b9391 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@php.net> |
- | Stig Bakken <ssb@fast.no> |
+ | Stig Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c
index 22bb195b8d..1d83c3fd16 100644
--- a/ext/iconv/iconv.c
+++ b/ext/iconv/iconv.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rui Hirokawa <rui_hirokawa@ybb.ne.jp> |
- | Stig Bakken <ssb@fast.no> |
+ | Stig Bakken <ssb@php.net> |
| Moriyoshi Koizumi <moriyoshi@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/iconv/php_iconv.h b/ext/iconv/php_iconv.h
index ad5509c26f..93a28662ae 100644
--- a/ext/iconv/php_iconv.h
+++ b/ext/iconv/php_iconv.h
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rui Hirokawa <rui_hirokawa@ybb.ne.jp> |
- | Stig Bakken <ssb@fast.no> |
+ | Stig Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index 3b14052ff7..23409ca51a 100644
--- a/ext/oci8/oci8.c
+++ b/ext/oci8/oci8.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Thies C. Arntzen <thies@thieso.net> |
| Maxim Maletsky <maxim@maxim.cx> |
| |
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index 3f0d707713..23054a8a26 100644
--- a/ext/oci8/php_oci8.h
+++ b/ext/oci8/php_oci8.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c
index 0298ec8789..a1eeeb27cb 100644
--- a/ext/odbc/php_odbc.c
+++ b/ext/odbc/php_odbc.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Andreas Karajannis <Andreas.Karajannis@gmd.de> |
| Frank M. Kromann <frank@frontbase.com> Support for DB/2 CLI |
| Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support|
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h
index ffda57f74e..6b5140295e 100644
--- a/ext/odbc/php_odbc.h
+++ b/ext/odbc/php_odbc.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Andreas Karajannis <Andreas.Karajannis@gmd.de> |
| Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support |
+----------------------------------------------------------------------+
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h
index 03d880e560..adb64be938 100644
--- a/ext/odbc/php_odbc_includes.h
+++ b/ext/odbc/php_odbc_includes.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Andreas Karajannis <Andreas.Karajannis@gmd.de> |
| Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support|
+----------------------------------------------------------------------+
diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c
index 5eb076563a..0f1881a933 100644
--- a/ext/oracle/oracle.c
+++ b/ext/oracle/oracle.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Mitch Golden <mgolden@interport.net> |
| Rasmus Lerdorf <rasmus@php.net> |
| Andreas Karajannis <Andreas.Karajannis@gmd.de> |
diff --git a/ext/standard/file.c b/ext/standard/file.c
index 359f32b217..8054554836 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@php.net> |
- | Stig Bakken <ssb@fast.no> |
+ | Stig Bakken <ssb@php.net> |
| Andi Gutmans <andi@zend.com> |
| Zeev Suraski <zeev@zend.com> |
| PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) |
diff --git a/ext/standard/formatted_print.c b/ext/standard/formatted_print.c
index 67915bed65..111d8e89fd 100644
--- a/ext/standard/formatted_print.c
+++ b/ext/standard/formatted_print.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/math.c b/ext/standard/math.c
index 137b228d96..1772097e52 100644
--- a/ext/standard/math.c
+++ b/ext/standard/math.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Jim Winstead <jimw@php.net> |
- | Stig Sæther Bakken <ssb@fast.no> |
+ | Stig Sæther Bakken <ssb@php.net> |
| Zeev Suraski <zeev@zend.com> |
| PHP 4.0 patches by Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
diff --git a/ext/standard/php_ext_syslog.h b/ext/standard/php_ext_syslog.h
index 18f4667967..3942bf6af7 100644
--- a/ext/standard/php_ext_syslog.h
+++ b/ext/standard/php_ext_syslog.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h
index 12e8224a12..5285011cd1 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Jim Winstead <jimw@php.net> |
- | Stig Sæther Bakken <ssb@fast.no> |
+ | Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h
index 8b032847aa..39ce9ce993 100644
--- a/ext/standard/php_string.h
+++ b/ext/standard/php_string.h
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@php.net> |
- | Stig Sæther Bakken <ssb@fast.no> |
+ | Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/php_versioning.h b/ext/standard/php_versioning.h
index 2dfa543073..fa71d49f80 100644
--- a/ext/standard/php_versioning.h
+++ b/ext/standard/php_versioning.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/string.c b/ext/standard/string.c
index da4444db95..759c5851b8 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@php.net> |
- | Stig Sæther Bakken <ssb@fast.no> |
+ | Stig Sæther Bakken <ssb@php.net> |
| Zeev Suraski <zeev@zend.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/syslog.c b/ext/standard/syslog.c
index 14294fb3eb..b6103b991a 100644
--- a/ext/standard/syslog.c
+++ b/ext/standard/syslog.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/uniqid.c b/ext/standard/uniqid.c
index 9a9c7f7f74..5842fc4b36 100644
--- a/ext/standard/uniqid.c
+++ b/ext/standard/uniqid.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/uniqid.h b/ext/standard/uniqid.h
index 36e94aa2cb..480bdb66ad 100644
--- a/ext/standard/uniqid.h
+++ b/ext/standard/uniqid.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/versioning.c b/ext/standard/versioning.c
index f611a8bc81..c2fccb65b5 100644
--- a/ext/standard/versioning.c
+++ b/ext/standard/versioning.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h
index 2504f8b6c2..7fef7c6070 100644
--- a/ext/xml/php_xml.h
+++ b/ext/xml/php_xml.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/xml/xml.c b/ext/xml/xml.c
index 67c094c396..76a8bf5ed2 100644
--- a/ext/xml/xml.c
+++ b/ext/xml/xml.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/