summaryrefslogtreecommitdiff
path: root/ext/standard
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard')
-rw-r--r--ext/standard/flock_compat.c2
-rw-r--r--ext/standard/lcg.c2
-rw-r--r--ext/standard/php_lcg.h2
3 files changed, 3 insertions, 3 deletions
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> |
+----------------------------------------------------------------------+
*/