summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2002-02-28 08:29:35 +0000
committerSebastian Bergmann <sebastian@php.net>2002-02-28 08:29:35 +0000
commit90613d2282e4863630b2facc023af175dd973311 (patch)
tree6774779a49c082adbd023fabc33786c1d7286494 /main
parenta0c2defe8eac43fb9cf43ce7499319f72ea105de (diff)
downloadphp-git-90613d2282e4863630b2facc023af175dd973311.tar.gz
Maintain headers.
Diffstat (limited to 'main')
-rw-r--r--main/SAPI.h2
-rw-r--r--main/build-defs.h.in2
-rw-r--r--main/fopen_wrappers.h2
-rw-r--r--main/network.c2
-rw-r--r--main/php_content_types.c2
-rw-r--r--main/php_globals.h2
-rw-r--r--main/php_logos.c2
-rw-r--r--main/php_network.h2
-rw-r--r--main/php_open_temporary_file.c2
-rw-r--r--main/php_open_temporary_file.h2
-rw-r--r--main/php_output.h2
-rw-r--r--main/php_reentrancy.h2
-rw-r--r--main/php_sprintf.c2
-rwxr-xr-xmain/php_streams.h5
-rw-r--r--main/php_ticks.c2
-rw-r--r--main/php_ticks.h2
-rw-r--r--main/reentrancy.c2
-rw-r--r--main/safe_mode.c2
-rw-r--r--main/snprintf.h2
-rwxr-xr-xmain/streams.c5
20 files changed, 22 insertions, 24 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 9ca41da77b..1b228cb5f3 100644
--- a/main/SAPI.h
+++ b/main/SAPI.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: Zeev Suraski <zeev@zend.com> |
+ | Author: Zeev Suraski <zeev@zend.com> |
+----------------------------------------------------------------------+
*/
diff --git a/main/build-defs.h.in b/main/build-defs.h.in
index 936d080e28..2ca412db67 100644
--- a/main/build-defs.h.in
+++ b/main/build-defs.h.in
@@ -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> |
+ | Author: Stig Sæther Bakken <ssb@fast.no> |
+----------------------------------------------------------------------+
*/
diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h
index a380d357be..dc28af9f47 100644
--- a/main/fopen_wrappers.h
+++ b/main/fopen_wrappers.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: Jim Winstead <jimw@php.net> |
+ | Author: Jim Winstead <jimw@php.net> |
+----------------------------------------------------------------------+
*/
/* $Id$ */
diff --git a/main/network.c b/main/network.c
index 83eaf6dad0..6be650875a 100644
--- a/main/network.c
+++ b/main/network.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 Venaas <venaas@uninett.no> |
+ | Author: Stig Venaas <venaas@uninett.no> |
+----------------------------------------------------------------------+
*/
/* $Id$ */
diff --git a/main/php_content_types.c b/main/php_content_types.c
index 935b7a7938..f40b55ce18 100644
--- a/main/php_content_types.c
+++ b/main/php_content_types.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: |
+ | Author: |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_globals.h b/main/php_globals.h
index a07de2b548..eb7fb6339e 100644
--- a/main/php_globals.h
+++ b/main/php_globals.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: Zeev Suraski <zeev@zend.com> |
+ | Author: Zeev Suraski <zeev@zend.com> |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_logos.c b/main/php_logos.c
index 7979ed5082..e93fa4abfe 100644
--- a/main/php_logos.c
+++ b/main/php_logos.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: Hartmut Holzgraefe <hartmut@six.de> |
+ | Author: Hartmut Holzgraefe <hartmut@six.de> |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_network.h b/main/php_network.h
index dbb3be4627..b71737265f 100644
--- a/main/php_network.h
+++ b/main/php_network.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 Venaas <venaas@uninett.no> |
+ | Author: Stig Venaas <venaas@uninett.no> |
+----------------------------------------------------------------------+
*/
/* $Id$ */
diff --git a/main/php_open_temporary_file.c b/main/php_open_temporary_file.c
index 86dc4d0093..258e920a4f 100644
--- a/main/php_open_temporary_file.c
+++ b/main/php_open_temporary_file.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: Zeev Suraski <zeev@zend.com> |
+ | Author: Zeev Suraski <zeev@zend.com> |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_open_temporary_file.h b/main/php_open_temporary_file.h
index 0dec62fb82..d33deedcf0 100644
--- a/main/php_open_temporary_file.h
+++ b/main/php_open_temporary_file.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: Zeev Suraski <zeev@zend.com> |
+ | Author: Zeev Suraski <zeev@zend.com> |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_output.h b/main/php_output.h
index 87f35b4097..4a6b5f1ae2 100644
--- a/main/php_output.h
+++ b/main/php_output.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: Zeev Suraski <zeev@zend.com> |
+ | Author: Zeev Suraski <zeev@zend.com> |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_reentrancy.h b/main/php_reentrancy.h
index 9c8b8277ab..2908283fae 100644
--- a/main/php_reentrancy.h
+++ b/main/php_reentrancy.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 <sascha@schumann.cx> |
+ | Author: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_sprintf.c b/main/php_sprintf.c
index f55c63a102..1b8e516d44 100644
--- a/main/php_sprintf.c
+++ b/main/php_sprintf.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: Jaakko Hyvätti <jaakko.hyvatti@iki.fi> |
+ | Author: Jaakko Hyvätti <jaakko.hyvatti@iki.fi> |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_streams.h b/main/php_streams.h
index 03eadade39..6acaafb3fc 100755
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2002 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -12,8 +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: |
- | Wez Furlong (wez@thebrainroom.com) |
+ | Author: Wez Furlong (wez@thebrainroom.com) |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_ticks.c b/main/php_ticks.c
index 4328751890..460c1c0e33 100644
--- a/main/php_ticks.c
+++ b/main/php_ticks.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 Bakken <ssb@fast.no> |
+ | Author: Stig Bakken <ssb@fast.no> |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_ticks.h b/main/php_ticks.h
index dd88bfacd0..932c9bc808 100644
--- a/main/php_ticks.h
+++ b/main/php_ticks.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 Bakken <ssb@fast.no> |
+ | Author: Stig Bakken <ssb@fast.no> |
+----------------------------------------------------------------------+
*/
diff --git a/main/reentrancy.c b/main/reentrancy.c
index 62ea5381ce..d5f4909760 100644
--- a/main/reentrancy.c
+++ b/main/reentrancy.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.cx> |
+ | Author: Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/main/safe_mode.c b/main/safe_mode.c
index b0c8adbe54..b017dd0258 100644
--- a/main/safe_mode.c
+++ b/main/safe_mode.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> |
+ | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
+----------------------------------------------------------------------+
*/
/* $Id$ */
diff --git a/main/snprintf.h b/main/snprintf.h
index 8dbc13456f..59b332f9a8 100644
--- a/main/snprintf.h
+++ b/main/snprintf.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@guardian.no> |
+ | Author: Stig Sæther Bakken <ssb@fast.no> |
+----------------------------------------------------------------------+
*/
diff --git a/main/streams.c b/main/streams.c
index 0e1cd399a6..b79d04a6d4 100755
--- a/main/streams.c
+++ b/main/streams.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2002 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -12,8 +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: |
- | Wez Furlong (wez@thebrainroom.com) |
+ | Author: Wez Furlong (wez@thebrainroom.com) |
+----------------------------------------------------------------------+
*/