summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-07-10 10:09:15 +0000
committerSascha Schumann <sas@php.net>2000-07-10 10:09:15 +0000
commite8101d4f7b2cd94471c8317f6fe15dd5a9c86923 (patch)
tree47ad1ba55eb941444c89027b69194d8385f745fb
parent06382f01fdfa94230b086639665262a1f0c66bcc (diff)
downloadphp-git-e8101d4f7b2cd94471c8317f6fe15dd5a9c86923.tar.gz
Unify use of my email address
-rw-r--r--ext/dba/dba.c2
-rw-r--r--ext/dba/dba_cdb.c2
-rw-r--r--ext/dba/dba_db2.c2
-rw-r--r--ext/dba/dba_db3.c2
-rw-r--r--ext/dba/dba_dbm.c2
-rw-r--r--ext/dba/dba_gdbm.c2
-rw-r--r--ext/dba/dba_ndbm.c2
-rw-r--r--ext/dba/php_dba.h2
-rw-r--r--ext/mcrypt/mcrypt.c2
-rw-r--r--ext/session/mod_files.c2
-rw-r--r--ext/session/mod_files.h2
-rw-r--r--ext/session/mod_mm.c2
-rw-r--r--ext/session/mod_mm.h2
-rw-r--r--ext/session/mod_user.c2
-rw-r--r--ext/session/mod_user.h2
-rw-r--r--ext/session/php_session.h2
-rw-r--r--ext/session/session.c2
-rw-r--r--ext/standard/flock_compat.c2
-rw-r--r--ext/standard/lcg.c2
-rw-r--r--ext/standard/php_lcg.h2
-rw-r--r--main/php_virtual_cwd.c2
-rw-r--r--main/php_virtual_cwd.h2
-rw-r--r--sapi/thttpd/README3
23 files changed, 24 insertions, 23 deletions
diff --git a/ext/dba/dba.c b/ext/dba/dba.c
index b84de998c9..63f053382f 100644
--- a/ext/dba/dba.c
+++ b/ext/dba/dba.c
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: Sascha Schumann <sas@schell.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/dba/dba_cdb.c b/ext/dba/dba_cdb.c
index 8f90805fad..93abec5934 100644
--- a/ext/dba/dba_cdb.c
+++ b/ext/dba/dba_cdb.c
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: Sascha Schumann <sas@schell.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/dba/dba_db2.c b/ext/dba/dba_db2.c
index de68974358..d79e62ed42 100644
--- a/ext/dba/dba_db2.c
+++ b/ext/dba/dba_db2.c
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: Sascha Schumann <sas@schell.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/dba/dba_db3.c b/ext/dba/dba_db3.c
index ae1405705d..f324da63dd 100644
--- a/ext/dba/dba_db3.c
+++ b/ext/dba/dba_db3.c
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: Sascha Schumann <sas@schell.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/dba/dba_dbm.c b/ext/dba/dba_dbm.c
index 13b7ac7d5d..cda5aa7200 100644
--- a/ext/dba/dba_dbm.c
+++ b/ext/dba/dba_dbm.c
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: Sascha Schumann <sas@schell.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/dba/dba_gdbm.c b/ext/dba/dba_gdbm.c
index fd345997d9..85666991bb 100644
--- a/ext/dba/dba_gdbm.c
+++ b/ext/dba/dba_gdbm.c
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: Sascha Schumann <sas@schell.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/dba/dba_ndbm.c b/ext/dba/dba_ndbm.c
index 8ae24eca53..45652e3b54 100644
--- a/ext/dba/dba_ndbm.c
+++ b/ext/dba/dba_ndbm.c
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: Sascha Schumann <sas@schell.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h
index 6a7b0e48a6..d8d1c9cbfe 100644
--- a/ext/dba/php_dba.h
+++ b/ext/dba/php_dba.h
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: Sascha Schumann <sas@schell.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c
index fb05fb65e9..9f18aaa832 100644
--- a/ext/mcrypt/mcrypt.c
+++ b/ext/mcrypt/mcrypt.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: Sascha Schumann <sascha@schumann.2ns.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c
index c1f7ecc9ba..6a9abea04a 100644
--- a/ext/session/mod_files.c
+++ b/ext/session/mod_files.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: Sascha Schumann <ss@2ns.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/session/mod_files.h b/ext/session/mod_files.h
index 9f40704a42..c0ecab2d01 100644
--- a/ext/session/mod_files.h
+++ b/ext/session/mod_files.h
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: Sascha Schumann <ss@2ns.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/session/mod_mm.c b/ext/session/mod_mm.c
index d0a69b3f87..c8d4e374e3 100644
--- a/ext/session/mod_mm.c
+++ b/ext/session/mod_mm.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: Sascha Schumann <ss@2ns.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/session/mod_mm.h b/ext/session/mod_mm.h
index 69d9a7d3e1..4a2dc7d191 100644
--- a/ext/session/mod_mm.h
+++ b/ext/session/mod_mm.h
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: Sascha Schumann <ss@2ns.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/session/mod_user.c b/ext/session/mod_user.c
index 98cf6db22d..d0bf39205e 100644
--- a/ext/session/mod_user.c
+++ b/ext/session/mod_user.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: Sascha Schumann <ss@2ns.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/session/mod_user.h b/ext/session/mod_user.h
index 2c638e6911..8d63f9a104 100644
--- a/ext/session/mod_user.h
+++ b/ext/session/mod_user.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: Sascha Schumann <ss@2ns.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/session/php_session.h b/ext/session/php_session.h
index f42ae20d9c..9a143d0401 100644
--- a/ext/session/php_session.h
+++ b/ext/session/php_session.h
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: Sascha Schumann <ss@2ns.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/session/session.c b/ext/session/session.c
index 24bad6fad9..1c9be84858 100644
--- a/ext/session/session.c
+++ b/ext/session/session.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: Sascha Schumann <ss@schumann.cx> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
| Andrei Zmievski <andrei@ispi.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/flock_compat.c b/ext/standard/flock_compat.c
index 8447b07fb0..191623d53f 100644
--- a/ext/standard/flock_compat.c
+++ b/ext/standard/flock_compat.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: Sascha Schumann <sas@schell.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
$Id$
diff --git a/ext/standard/lcg.c b/ext/standard/lcg.c
index 43148517f5..ab72bb14f1 100644
--- a/ext/standard/lcg.c
+++ b/ext/standard/lcg.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: Sascha Schumann <ss@2ns.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/php_lcg.h b/ext/standard/php_lcg.h
index 99c8e33f6f..83b51802b7 100644
--- a/ext/standard/php_lcg.h
+++ b/ext/standard/php_lcg.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: Sascha Schumann <ss@2ns.de> |
+ | Authors: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_virtual_cwd.c b/main/php_virtual_cwd.c
index 3fd4d5542c..0e39587f38 100644
--- a/main/php_virtual_cwd.c
+++ b/main/php_virtual_cwd.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Andi Gutmans <andi@zend.com> |
- | Sascha Schumann <ss@schumann.cx> |
+ | Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_virtual_cwd.h b/main/php_virtual_cwd.h
index 812bbc26bf..a858318828 100644
--- a/main/php_virtual_cwd.h
+++ b/main/php_virtual_cwd.h
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Andi Gutmans <andi@zend.com> |
- | Sascha Schumann <ss@schumann.cx> |
+ | Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/sapi/thttpd/README b/sapi/thttpd/README
index 7dc32d8a64..816234b039 100644
--- a/sapi/thttpd/README
+++ b/sapi/thttpd/README
@@ -1,4 +1,5 @@
-README FOR THTTPD MODULE (by Sascha Schumann) ($Date$)
+README FOR THTTPD MODULE (by Sascha Schumann)
+($Date$)
This is a SAPI module for PHP 4.0 supporting thttpd, the tiny,
turbo, throttling HTTP server by Jef Poskanzer.