From 9afce019e0e4229c78654349d73ad3a69fce1497 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 1 Nov 2018 18:35:32 +0200 Subject: [PATCH] Future-proof email addresses --- EXTENSIONS | 6 +++--- TSRM/TSRM.c | 2 +- TSRM/TSRM.h | 2 +- Zend/zend.c | 4 ++-- Zend/zend.h | 4 ++-- Zend/zend_API.c | 6 +++--- Zend/zend_API.h | 6 +++--- Zend/zend_alloc.c | 6 +++--- Zend/zend_alloc.h | 6 +++--- Zend/zend_alloc_sizes.h | 2 +- Zend/zend_arena.h | 2 +- Zend/zend_ast.c | 2 +- Zend/zend_ast.h | 2 +- Zend/zend_bitset.h | 2 +- Zend/zend_builtin_functions.c | 4 ++-- Zend/zend_builtin_functions.h | 4 ++-- Zend/zend_closures.c | 2 +- Zend/zend_closures.h | 2 +- Zend/zend_compile.c | 4 ++-- Zend/zend_compile.h | 4 ++-- Zend/zend_config.nw.h | 4 ++-- Zend/zend_config.w32.h | 4 ++-- Zend/zend_constants.c | 4 ++-- Zend/zend_constants.h | 4 ++-- Zend/zend_errors.h | 4 ++-- Zend/zend_exceptions.c | 4 ++-- Zend/zend_exceptions.h | 4 ++-- Zend/zend_execute.c | 6 +++--- Zend/zend_execute.h | 6 +++--- Zend/zend_execute_API.c | 6 +++--- Zend/zend_extensions.c | 4 ++-- Zend/zend_extensions.h | 4 ++-- Zend/zend_gc.c | 2 +- Zend/zend_gc.h | 2 +- Zend/zend_globals.h | 4 ++-- Zend/zend_globals_macros.h | 4 ++-- Zend/zend_hash.c | 6 +++--- Zend/zend_hash.h | 6 +++--- Zend/zend_highlight.c | 4 ++-- Zend/zend_highlight.h | 4 ++-- Zend/zend_inheritance.c | 4 ++-- Zend/zend_inheritance.h | 4 ++-- Zend/zend_ini.c | 2 +- Zend/zend_ini.h | 2 +- Zend/zend_ini_parser.y | 2 +- Zend/zend_ini_scanner.c | 2 +- Zend/zend_ini_scanner.h | 4 ++-- Zend/zend_ini_scanner.l | 2 +- Zend/zend_istdiostream.h | 4 ++-- Zend/zend_language_parser.y | 4 ++-- Zend/zend_language_scanner.c | 4 ++-- Zend/zend_language_scanner.h | 4 ++-- Zend/zend_language_scanner.l | 4 ++-- Zend/zend_list.c | 4 ++-- Zend/zend_list.h | 4 ++-- Zend/zend_llist.c | 4 ++-- Zend/zend_llist.h | 4 ++-- Zend/zend_modules.h | 4 ++-- Zend/zend_object_handlers.c | 6 +++--- Zend/zend_object_handlers.h | 4 ++-- Zend/zend_objects.c | 6 +++--- Zend/zend_objects.h | 4 ++-- Zend/zend_objects_API.c | 6 +++--- Zend/zend_objects_API.h | 4 ++-- Zend/zend_opcode.c | 6 +++--- Zend/zend_operators.c | 6 +++--- Zend/zend_operators.h | 6 +++--- Zend/zend_portability.h | 6 +++--- Zend/zend_ptr_stack.c | 4 ++-- Zend/zend_ptr_stack.h | 4 ++-- Zend/zend_smart_str.c | 2 +- Zend/zend_sprintf.c | 4 ++-- Zend/zend_stack.c | 4 ++-- Zend/zend_stack.h | 4 ++-- Zend/zend_string.c | 2 +- Zend/zend_string.h | 2 +- Zend/zend_type_info.h | 2 +- Zend/zend_types.h | 6 +++--- Zend/zend_variables.c | 6 +++--- Zend/zend_variables.h | 6 +++--- Zend/zend_virtual_cwd.c | 2 +- Zend/zend_virtual_cwd.h | 2 +- Zend/zend_vm.h | 2 +- Zend/zend_vm_def.h | 6 +++--- Zend/zend_vm_execute.h | 6 +++--- Zend/zend_vm_gen.php | 8 ++++---- Zend/zend_vm_opcodes.c | 6 +++--- Zend/zend_vm_opcodes.h | 6 +++--- Zend/zend_vm_trace_handlers.h | 2 +- Zend/zend_vm_trace_map.h | 2 +- ext/bcmath/bcmath.c | 2 +- ext/bcmath/php_bcmath.h | 2 +- ext/imap/php_imap.c | 2 +- ext/imap/php_imap.h | 2 +- ext/ldap/ldap.c | 2 +- ext/mysqlnd/mysqlnd_block_alloc.c | 2 +- ext/oci8/oci8.c | 2 +- ext/oci8/oci8_collection.c | 2 +- ext/oci8/oci8_failover.c | 2 +- ext/oci8/oci8_interface.c | 2 +- ext/oci8/oci8_lob.c | 2 +- ext/oci8/oci8_statement.c | 2 +- ext/oci8/php_oci8.h | 2 +- ext/oci8/php_oci8_int.h | 2 +- ext/opcache/Optimizer/block_pass.c | 6 +++--- ext/opcache/Optimizer/compact_literals.c | 2 +- ext/opcache/Optimizer/dce.c | 2 +- ext/opcache/Optimizer/dfa_pass.c | 2 +- ext/opcache/Optimizer/escape_analysis.c | 2 +- ext/opcache/Optimizer/nop_removal.c | 6 +++--- ext/opcache/Optimizer/optimize_func_calls.c | 2 +- ext/opcache/Optimizer/optimize_temp_vars_5.c | 6 +++--- ext/opcache/Optimizer/pass1_5.c | 6 +++--- ext/opcache/Optimizer/pass2.c | 6 +++--- ext/opcache/Optimizer/pass3.c | 6 +++--- ext/opcache/Optimizer/sccp.c | 2 +- ext/opcache/Optimizer/zend_call_graph.c | 2 +- ext/opcache/Optimizer/zend_call_graph.h | 2 +- ext/opcache/Optimizer/zend_cfg.c | 2 +- ext/opcache/Optimizer/zend_cfg.h | 2 +- ext/opcache/Optimizer/zend_dfg.c | 2 +- ext/opcache/Optimizer/zend_dfg.h | 2 +- ext/opcache/Optimizer/zend_dump.c | 2 +- ext/opcache/Optimizer/zend_dump.h | 2 +- ext/opcache/Optimizer/zend_func_info.c | 2 +- ext/opcache/Optimizer/zend_func_info.h | 2 +- ext/opcache/Optimizer/zend_inference.c | 2 +- ext/opcache/Optimizer/zend_inference.h | 2 +- ext/opcache/Optimizer/zend_optimizer.c | 6 +++--- ext/opcache/Optimizer/zend_optimizer.h | 6 +++--- ext/opcache/Optimizer/zend_optimizer_internal.h | 6 +++--- ext/opcache/Optimizer/zend_ssa.c | 2 +- ext/opcache/Optimizer/zend_ssa.h | 2 +- ext/opcache/ZendAccelerator.c | 6 +++--- ext/opcache/ZendAccelerator.h | 6 +++--- ext/opcache/shared_alloc_mmap.c | 6 +++--- ext/opcache/shared_alloc_posix.c | 6 +++--- ext/opcache/shared_alloc_shm.c | 6 +++--- ext/opcache/shared_alloc_win32.c | 6 +++--- ext/opcache/zend_accelerator_blacklist.c | 6 +++--- ext/opcache/zend_accelerator_blacklist.h | 6 +++--- ext/opcache/zend_accelerator_debug.c | 6 +++--- ext/opcache/zend_accelerator_debug.h | 6 +++--- ext/opcache/zend_accelerator_hash.c | 6 +++--- ext/opcache/zend_accelerator_hash.h | 6 +++--- ext/opcache/zend_accelerator_module.c | 6 +++--- ext/opcache/zend_accelerator_module.h | 6 +++--- ext/opcache/zend_accelerator_util_funcs.c | 6 +++--- ext/opcache/zend_accelerator_util_funcs.h | 6 +++--- ext/opcache/zend_file_cache.c | 2 +- ext/opcache/zend_file_cache.h | 2 +- ext/opcache/zend_persist.c | 6 +++--- ext/opcache/zend_persist.h | 6 +++--- ext/opcache/zend_persist_calc.c | 6 +++--- ext/opcache/zend_shared_alloc.c | 6 +++--- ext/opcache/zend_shared_alloc.h | 6 +++--- ext/pgsql/pgsql.c | 2 +- ext/pgsql/php_pgsql.h | 2 +- ext/phar/tar.c | 2 +- ext/phar/tar.h | 2 +- ext/soap/php_encoding.c | 2 +- ext/soap/php_encoding.h | 2 +- ext/soap/php_http.c | 2 +- ext/soap/php_http.h | 2 +- ext/soap/php_packet_soap.c | 2 +- ext/soap/php_packet_soap.h | 2 +- ext/soap/php_schema.c | 2 +- ext/soap/php_schema.h | 2 +- ext/soap/php_sdl.c | 2 +- ext/soap/php_sdl.h | 2 +- ext/soap/php_soap.h | 2 +- ext/soap/php_xml.c | 2 +- ext/soap/php_xml.h | 2 +- ext/soap/soap.c | 2 +- ext/standard/array.c | 4 ++-- ext/standard/basic_functions.c | 4 ++-- ext/standard/basic_functions.h | 4 ++-- ext/standard/browscap.c | 2 +- ext/standard/credits.c | 2 +- ext/standard/credits.h | 2 +- ext/standard/crypt.c | 2 +- ext/standard/datetime.c | 4 ++-- ext/standard/datetime.h | 4 ++-- ext/standard/dl.c | 2 +- ext/standard/dl.h | 2 +- ext/standard/file.c | 4 ++-- ext/standard/info.c | 2 +- ext/standard/info.h | 2 +- ext/standard/math.c | 2 +- ext/standard/mt_rand.c | 2 +- ext/standard/php_array.h | 4 ++-- ext/standard/php_browscap.h | 2 +- ext/standard/php_crypt.h | 2 +- ext/standard/php_mt_rand.h | 2 +- ext/standard/php_rand.h | 2 +- ext/standard/rand.c | 2 +- ext/standard/string.c | 2 +- ext/zlib/zlib.c | 2 +- main/SAPI.c | 4 ++-- main/SAPI.h | 2 +- main/fastcgi.c | 2 +- main/fastcgi.h | 2 +- main/internal_functions.c.in | 4 ++-- main/internal_functions_win32.c | 4 ++-- main/main.c | 4 ++-- main/output.c | 2 +- main/php.h | 4 ++-- main/php_globals.h | 2 +- main/php_ini.c | 2 +- main/php_ini.h | 2 +- main/php_main.h | 4 ++-- main/php_open_temporary_file.c | 2 +- main/php_open_temporary_file.h | 2 +- main/php_variables.c | 2 +- main/php_variables.h | 2 +- sapi/cgi/cgi_main.c | 4 ++-- sapi/fpm/fpm/fpm_main.c | 4 ++-- win32/php_registry.h | 2 +- win32/registry.c | 2 +- win32/winutil.c | 2 +- 220 files changed, 386 insertions(+), 386 deletions(-) diff --git a/EXTENSIONS b/EXTENSIONS index ac0e214bebf..553f45591f4 100644 --- a/EXTENSIONS +++ b/EXTENSIONS @@ -194,7 +194,7 @@ STATUS: Working SINCE: 5.0 ------------------------------------------------------------------------------- EXTENSION: soap -PRIMARY MAINTAINER: Dmitry Stogov (2004 - 2018) +PRIMARY MAINTAINER: Dmitry Stogov (2004 - 2018) MAINTENANCE: Maintained STATUS: Working ------------------------------------------------------------------------------- @@ -244,7 +244,7 @@ SINCE: 5.0 ------------------------------------------------------------------------------- EXTENSION: bcmath -MAINTENANCE: Andi Gutmans (2000 - 2004) +MAINTENANCE: Andi Gutmans (2000 - 2004) STATUS: Working ------------------------------------------------------------------------------- EXTENSION: bz2 @@ -378,7 +378,7 @@ MAINTENANCE: Maintained STATUS: Working ------------------------------------------------------------------------------- EXTENSION: opcache -PRIMARY MAINTAINER: Dmitry Stogov (2013 - 2018) +PRIMARY MAINTAINER: Dmitry Stogov (2013 - 2018) Xinchen Hui (2013 - 2018) MAINTENANCE: Maintained STATUS: Working diff --git a/TSRM/TSRM.c b/TSRM/TSRM.c index 9451ed1731e..01433db53bd 100644 --- a/TSRM/TSRM.c +++ b/TSRM/TSRM.c @@ -6,7 +6,7 @@ | This source file is subject to the TSRM license, that is bundled | | with this package in the file LICENSE | +----------------------------------------------------------------------+ - | Authors: Zeev Suraski | + | Authors: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h index 875f39e5a4a..0fa2ccb48b0 100644 --- a/TSRM/TSRM.h +++ b/TSRM/TSRM.h @@ -6,7 +6,7 @@ | This source file is subject to the TSRM license, that is bundled | | with this package in the file LICENSE | +----------------------------------------------------------------------+ - | Authors: Zeev Suraski | + | Authors: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend.c b/Zend/zend.c index ba1a795062e..dc30a041d54 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend.h b/Zend/zend.h index c8d24ffc55d..8f2621c7106 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_API.c b/Zend/zend_API.c index 87d62729802..d774d427660 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Andrei Zmievski | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_API.h b/Zend/zend_API.h index de48b526bcd..3c134f44ef4 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Andrei Zmievski | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 05992a7cdf9..0039228d510 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index 57d7147d531..b3986ab9618 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_alloc_sizes.h b/Zend/zend_alloc_sizes.h index afcfcab5086..09e89ed907f 100644 --- a/Zend/zend_alloc_sizes.h +++ b/Zend/zend_alloc_sizes.h @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_arena.h b/Zend/zend_arena.h index 3bb7cf6c4f7..f83a5103cea 100644 --- a/Zend/zend_arena.h +++ b/Zend/zend_arena.h @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_ast.c b/Zend/zend_ast.c index 1907df258d4..d288503a357 100644 --- a/Zend/zend_ast.c +++ b/Zend/zend_ast.c @@ -13,7 +13,7 @@ | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Bob Weinand | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_ast.h b/Zend/zend_ast.h index ec173eed4c1..db1f51b3786 100644 --- a/Zend/zend_ast.h +++ b/Zend/zend_ast.h @@ -13,7 +13,7 @@ | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Bob Weinand | - | Dmitry Stogov | + | Dmitry Stogov | | Nikita Popov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_bitset.h b/Zend/zend_bitset.h index 8bfa6534fc5..263cf222a5a 100644 --- a/Zend/zend_bitset.h +++ b/Zend/zend_bitset.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index a603b1d89a3..f4c4a4f31d7 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_builtin_functions.h b/Zend/zend_builtin_functions.h index e073ca97566..4137f480a0f 100644 --- a/Zend/zend_builtin_functions.h +++ b/Zend/zend_builtin_functions.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_closures.c b/Zend/zend_closures.c index 56808e2496e..ac638262624 100644 --- a/Zend/zend_closures.c +++ b/Zend/zend_closures.c @@ -13,7 +13,7 @@ | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Christian Seiler | - | Dmitry Stogov | + | Dmitry Stogov | | Marcus Boerger | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_closures.h b/Zend/zend_closures.h index 0b50ef26221..8847ecb4374 100644 --- a/Zend/zend_closures.h +++ b/Zend/zend_closures.h @@ -13,7 +13,7 @@ | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Christian Seiler | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index f018d10152e..98c58650ab7 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Nikita Popov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 805369edfaa..a8244d6b5be 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_config.nw.h b/Zend/zend_config.nw.h index b42cbaae4bd..c7cc81ea7f9 100644 --- a/Zend/zend_config.nw.h +++ b/Zend/zend_config.nw.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_config.w32.h b/Zend/zend_config.w32.h index 71d550e57ba..cb58c8bdb24 100644 --- a/Zend/zend_config.w32.h +++ b/Zend/zend_config.w32.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_constants.c b/Zend/zend_constants.c index 49c3febaef5..80ed43513af 100644 --- a/Zend/zend_constants.c +++ b/Zend/zend_constants.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_constants.h b/Zend/zend_constants.h index 201a2f26930..d4499e09f32 100644 --- a/Zend/zend_constants.h +++ b/Zend/zend_constants.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_errors.h b/Zend/zend_errors.h index 2677b5e58c0..8fa82623e1f 100644 --- a/Zend/zend_errors.h +++ b/Zend/zend_errors.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_exceptions.c b/Zend/zend_exceptions.c index e4f2a99da25..8e390feb1a5 100644 --- a/Zend/zend_exceptions.c +++ b/Zend/zend_exceptions.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | + | Authors: Andi Gutmans | | Marcus Boerger | | Sterling Hughes | - | Zeev Suraski | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_exceptions.h b/Zend/zend_exceptions.h index fd95c636405..357a561ec74 100644 --- a/Zend/zend_exceptions.h +++ b/Zend/zend_exceptions.h @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | + | Authors: Andi Gutmans | | Marcus Boerger | | Sterling Hughes | - | Zeev Suraski | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 0c1c72d6b04..9bee0938be6 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_execute.h b/Zend/zend_execute.h index 81f3f49982f..d09a3f3bc24 100644 --- a/Zend/zend_execute.h +++ b/Zend/zend_execute.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 8dfeaf28ca9..a551449e799 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_extensions.c b/Zend/zend_extensions.c index a2db4f590f0..b08cef43267 100644 --- a/Zend/zend_extensions.c +++ b/Zend/zend_extensions.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_extensions.h b/Zend/zend_extensions.h index 866f8521417..9e0e826e082 100644 --- a/Zend/zend_extensions.h +++ b/Zend/zend_extensions.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_gc.c b/Zend/zend_gc.c index 1732fdefc40..833ca5f66fe 100644 --- a/Zend/zend_gc.c +++ b/Zend/zend_gc.c @@ -13,7 +13,7 @@ | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: David Wang | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_gc.h b/Zend/zend_gc.h index 53f4a6868e8..b6df0632006 100644 --- a/Zend/zend_gc.h +++ b/Zend/zend_gc.h @@ -13,7 +13,7 @@ | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: David Wang | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index 907349c1731..45744cedbf9 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_globals_macros.h b/Zend/zend_globals_macros.h index 3a5cb856d74..131161e4994 100644 --- a/Zend/zend_globals_macros.h +++ b/Zend/zend_globals_macros.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_hash.c b/Zend/zend_hash.c index 3d5da267c4f..b29f3437846 100644 --- a/Zend/zend_hash.c +++ b/Zend/zend_hash.c @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_hash.h b/Zend/zend_hash.h index 440c92160e3..66c8ce37854 100644 --- a/Zend/zend_hash.h +++ b/Zend/zend_hash.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_highlight.c b/Zend/zend_highlight.c index e3c6d0acace..b3bc6316543 100644 --- a/Zend/zend_highlight.c +++ b/Zend/zend_highlight.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_highlight.h b/Zend/zend_highlight.h index d30453e1dc9..067d2ddbd25 100644 --- a/Zend/zend_highlight.h +++ b/Zend/zend_highlight.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_inheritance.c b/Zend/zend_inheritance.c index 87e1297a7e3..3a1497da7b9 100644 --- a/Zend/zend_inheritance.c +++ b/Zend/zend_inheritance.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_inheritance.h b/Zend/zend_inheritance.h index cf25516efc8..ef2b0676dfb 100644 --- a/Zend/zend_inheritance.h +++ b/Zend/zend_inheritance.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_ini.c b/Zend/zend_ini.c index 260bb8e71d4..b8185950ae2 100644 --- a/Zend/zend_ini.c +++ b/Zend/zend_ini.c @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Zeev Suraski | + | Author: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_ini.h b/Zend/zend_ini.h index 7662d9739c7..5299dcd532e 100644 --- a/Zend/zend_ini.h +++ b/Zend/zend_ini.h @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Zeev Suraski | + | Author: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_ini_parser.y b/Zend/zend_ini_parser.y index 15fd742d4f9..ffc2203e8ff 100644 --- a/Zend/zend_ini_parser.y +++ b/Zend/zend_ini_parser.y @@ -13,7 +13,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Zeev Suraski | + | Authors: Zeev Suraski | | Jani Taskinen | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_ini_scanner.c b/Zend/zend_ini_scanner.c index 9ffae6941d1..b563ce2a101 100644 --- a/Zend/zend_ini_scanner.c +++ b/Zend/zend_ini_scanner.c @@ -14,7 +14,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Zeev Suraski | + | Authors: Zeev Suraski | | Jani Taskinen | | Marcus Boerger | | Nuno Lopes | diff --git a/Zend/zend_ini_scanner.h b/Zend/zend_ini_scanner.h index 39aaed29678..8d6e00d055a 100644 --- a/Zend/zend_ini_scanner.h +++ b/Zend/zend_ini_scanner.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_ini_scanner.l b/Zend/zend_ini_scanner.l index 206afb2a702..efd7a024692 100644 --- a/Zend/zend_ini_scanner.l +++ b/Zend/zend_ini_scanner.l @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Zeev Suraski | + | Authors: Zeev Suraski | | Jani Taskinen | | Marcus Boerger | | Nuno Lopes | diff --git a/Zend/zend_istdiostream.h b/Zend/zend_istdiostream.h index 4512cee2662..e814539e673 100644 --- a/Zend/zend_istdiostream.h +++ b/Zend/zend_istdiostream.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_language_parser.y b/Zend/zend_language_parser.y index c6060dee320..cf6f0662601 100644 --- a/Zend/zend_language_parser.y +++ b/Zend/zend_language_parser.y @@ -13,8 +13,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Nikita Popov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_language_scanner.c b/Zend/zend_language_scanner.c index 4cf352d8c20..5d6d9cae91e 100644 --- a/Zend/zend_language_scanner.c +++ b/Zend/zend_language_scanner.c @@ -18,8 +18,8 @@ | Nuno Lopes | | Scott MacVicar | | Flex version authors: | - | Andi Gutmans | - | Zeev Suraski | + | Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_language_scanner.h b/Zend/zend_language_scanner.h index 1de35873169..9241ae3fc28 100644 --- a/Zend/zend_language_scanner.h +++ b/Zend/zend_language_scanner.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_language_scanner.l b/Zend/zend_language_scanner.l index 13bf8302ba4..daaf0c5d3c3 100644 --- a/Zend/zend_language_scanner.l +++ b/Zend/zend_language_scanner.l @@ -16,8 +16,8 @@ | Nuno Lopes | | Scott MacVicar | | Flex version authors: | - | Andi Gutmans | - | Zeev Suraski | + | Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_list.c b/Zend/zend_list.c index 2d95cf2a714..aa16c5b7efc 100644 --- a/Zend/zend_list.c +++ b/Zend/zend_list.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_list.h b/Zend/zend_list.h index 0cfb62cd90c..820a6a925b3 100644 --- a/Zend/zend_list.h +++ b/Zend/zend_list.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_llist.c b/Zend/zend_llist.c index e696f414caa..ea5e2cae45a 100644 --- a/Zend/zend_llist.c +++ b/Zend/zend_llist.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_llist.h b/Zend/zend_llist.h index ba1c1d55035..e98cb5c8b4e 100644 --- a/Zend/zend_llist.h +++ b/Zend/zend_llist.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h index 344bfd198aa..f73c3058e0c 100644 --- a/Zend/zend_modules.h +++ b/Zend/zend_modules.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_object_handlers.c b/Zend/zend_object_handlers.c index b10e5afb0a0..6d9156b1a1d 100644 --- a/Zend/zend_object_handlers.c +++ b/Zend/zend_object_handlers.c @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_object_handlers.h b/Zend/zend_object_handlers.h index 662b881d998..e35074c33a9 100644 --- a/Zend/zend_object_handlers.h +++ b/Zend/zend_object_handlers.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_objects.c b/Zend/zend_objects.c index 7f173c93444..6f44ee22a11 100644 --- a/Zend/zend_objects.c +++ b/Zend/zend_objects.c @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_objects.h b/Zend/zend_objects.h index 2ef1000f09c..68577655256 100644 --- a/Zend/zend_objects.h +++ b/Zend/zend_objects.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_objects_API.c b/Zend/zend_objects_API.c index 672a580caa6..f757f282bcd 100644 --- a/Zend/zend_objects_API.c +++ b/Zend/zend_objects_API.c @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_objects_API.h b/Zend/zend_objects_API.h index 8d01eedbc0a..25c263863cb 100644 --- a/Zend/zend_objects_API.h +++ b/Zend/zend_objects_API.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_opcode.c b/Zend/zend_opcode.c index 1e82dc7bf5b..cd1525bdab9 100644 --- a/Zend/zend_opcode.c +++ b/Zend/zend_opcode.c @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index 685d75001d3..cd857ee217c 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index 5affc906aa6..e7b94d16bce 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_portability.h b/Zend/zend_portability.h index 296ffe74367..108eb7e7916 100644 --- a/Zend/zend_portability.h +++ b/Zend/zend_portability.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_ptr_stack.c b/Zend/zend_ptr_stack.c index ec3af650083..082caed7fbb 100644 --- a/Zend/zend_ptr_stack.c +++ b/Zend/zend_ptr_stack.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_ptr_stack.h b/Zend/zend_ptr_stack.h index 2e88e89c7fb..4ec00bf2551 100644 --- a/Zend/zend_ptr_stack.h +++ b/Zend/zend_ptr_stack.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_smart_str.c b/Zend/zend_smart_str.c index 102f881a494..0e34f12cde6 100644 --- a/Zend/zend_smart_str.c +++ b/Zend/zend_smart_str.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: Dmitry Stogov | + | Author: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_sprintf.c b/Zend/zend_sprintf.c index 59a5713a7e2..efe08971958 100644 --- a/Zend/zend_sprintf.c +++ b/Zend/zend_sprintf.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_stack.c b/Zend/zend_stack.c index b6cf47ce28f..1bb3aa0c553 100644 --- a/Zend/zend_stack.c +++ b/Zend/zend_stack.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_stack.h b/Zend/zend_stack.h index 9896ba84b32..889cdd3c945 100644 --- a/Zend/zend_stack.h +++ b/Zend/zend_stack.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_string.c b/Zend/zend_string.c index b047202a14d..9b8c4d809c2 100644 --- a/Zend/zend_string.c +++ b/Zend/zend_string.c @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_string.h b/Zend/zend_string.h index d34cf5862d1..58975987eb0 100644 --- a/Zend/zend_string.h +++ b/Zend/zend_string.h @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_type_info.h b/Zend/zend_type_info.h index ecd8dfec3c7..7273892dd71 100644 --- a/Zend/zend_type_info.h +++ b/Zend/zend_type_info.h @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_types.h b/Zend/zend_types.h index 64f8dee295b..5492f17c00c 100644 --- a/Zend/zend_types.h +++ b/Zend/zend_types.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | | Xinchen Hui | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_variables.c b/Zend/zend_variables.c index a65c2e5aabd..c2594274dd4 100644 --- a/Zend/zend_variables.c +++ b/Zend/zend_variables.c @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_variables.h b/Zend/zend_variables.h index 8de71e3f498..665dbbd760c 100644 --- a/Zend/zend_variables.h +++ b/Zend/zend_variables.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_virtual_cwd.c b/Zend/zend_virtual_cwd.c index acaa0551b26..ca5accb786f 100644 --- a/Zend/zend_virtual_cwd.c +++ b/Zend/zend_virtual_cwd.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: Andi Gutmans | + | Authors: Andi Gutmans | | Sascha Schumann | | Pierre Joye | +----------------------------------------------------------------------+ diff --git a/Zend/zend_virtual_cwd.h b/Zend/zend_virtual_cwd.h index 43d3965adb6..6799dba630f 100644 --- a/Zend/zend_virtual_cwd.h +++ b/Zend/zend_virtual_cwd.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: Andi Gutmans | + | Authors: Andi Gutmans | | Sascha Schumann | | Pierre Joye | +----------------------------------------------------------------------+ diff --git a/Zend/zend_vm.h b/Zend/zend_vm.h index 6ba10d296b6..f14267e8285 100644 --- a/Zend/zend_vm.h +++ b/Zend/zend_vm.h @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_vm_def.h b/Zend/zend_vm_def.h index fd250cb8cb5..29f7563a2d5 100644 --- a/Zend/zend_vm_def.h +++ b/Zend/zend_vm_def.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_vm_execute.h b/Zend/zend_vm_execute.h index c5e3cdd2e67..5355f7be645 100644 --- a/Zend/zend_vm_execute.h +++ b/Zend/zend_vm_execute.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_vm_gen.php b/Zend/zend_vm_gen.php index 383b0cb00f8..02fcceafdbf 100644 --- a/Zend/zend_vm_gen.php +++ b/Zend/zend_vm_gen.php @@ -13,7 +13,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ @@ -32,9 +32,9 @@ const HEADER_TEXT = <<< DATA | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_vm_opcodes.c b/Zend/zend_vm_opcodes.c index c272f7314a6..56c3ac7c25c 100644 --- a/Zend/zend_vm_opcodes.c +++ b/Zend/zend_vm_opcodes.c @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_vm_opcodes.h b/Zend/zend_vm_opcodes.h index b5c0a483d83..ea9e523b364 100644 --- a/Zend/zend_vm_opcodes.h +++ b/Zend/zend_vm_opcodes.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | - | Dmitry Stogov | + | Authors: Andi Gutmans | + | Zeev Suraski | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_vm_trace_handlers.h b/Zend/zend_vm_trace_handlers.h index e178601de38..5f10d9ea1c4 100644 --- a/Zend/zend_vm_trace_handlers.h +++ b/Zend/zend_vm_trace_handlers.h @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/Zend/zend_vm_trace_map.h b/Zend/zend_vm_trace_map.h index 70b00556f44..9ff42d492df 100644 --- a/Zend/zend_vm_trace_map.h +++ b/Zend/zend_vm_trace_map.h @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c index 9a39642a2d0..cc9d901fdfd 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.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: Andi Gutmans | + | Author: Andi Gutmans | +----------------------------------------------------------------------+ */ diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h index 3f15ee2c7cd..b72b8dd56d2 100644 --- a/ext/bcmath/php_bcmath.h +++ b/ext/bcmath/php_bcmath.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: Andi Gutmans | + | Author: Andi Gutmans | +----------------------------------------------------------------------+ */ diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 24b18212a31..5fa32df2bc6 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -23,7 +23,7 @@ | Hartmut Holzgraefe | | Jani Taskinen | | Daniel R. Kalowsky | - | PHP 4.0 updates: Zeev Suraski | + | PHP 4.0 updates: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index 7a9ae3a9b14..1a086c4ea31 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -23,7 +23,7 @@ | Hartmut Holzgraefe | | Jani Taskinen | | Daniel R. Kalowsky | - | PHP 4.0 updates: Zeev Suraski | + | PHP 4.0 updates: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 110c53a0ad9..35e0c06e822 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -20,7 +20,7 @@ | Stig Venaas | | Doug Goldstein | | Côme Chilliet | - | PHP 4.0 updates: Zeev Suraski | + | PHP 4.0 updates: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/mysqlnd/mysqlnd_block_alloc.c b/ext/mysqlnd/mysqlnd_block_alloc.c index 227b9540e2f..e1d3f846ec8 100644 --- a/ext/mysqlnd/mysqlnd_block_alloc.c +++ b/ext/mysqlnd/mysqlnd_block_alloc.c @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Andrey Hristov | | Ulf Wendel | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index aac2484d3e9..25d2927c687 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -21,7 +21,7 @@ | ZTS per process OCIPLogon by Harald Radi | | | | Redesigned by: Antony Dovgal | - | Andi Gutmans | + | Andi Gutmans | | Wez Furlong | +----------------------------------------------------------------------+ */ diff --git a/ext/oci8/oci8_collection.c b/ext/oci8/oci8_collection.c index 7ddda06bb28..f9dcccb2f22 100644 --- a/ext/oci8/oci8_collection.c +++ b/ext/oci8/oci8_collection.c @@ -20,7 +20,7 @@ | ZTS per process OCIPLogon by Harald Radi | | | | Redesigned by: Antony Dovgal | - | Andi Gutmans | + | Andi Gutmans | | Wez Furlong | +----------------------------------------------------------------------+ */ diff --git a/ext/oci8/oci8_failover.c b/ext/oci8/oci8_failover.c index ab279974581..34033ee66e3 100644 --- a/ext/oci8/oci8_failover.c +++ b/ext/oci8/oci8_failover.c @@ -20,7 +20,7 @@ | ZTS per process OCIPLogon by Harald Radi | | | | Redesigned by: Antony Dovgal | - | Andi Gutmans | + | Andi Gutmans | | Wez Furlong | +----------------------------------------------------------------------+ */ diff --git a/ext/oci8/oci8_interface.c b/ext/oci8/oci8_interface.c index 82cb30bfbfe..06fd913b3f9 100644 --- a/ext/oci8/oci8_interface.c +++ b/ext/oci8/oci8_interface.c @@ -20,7 +20,7 @@ | ZTS per process OCIPLogon by Harald Radi | | | | Redesigned by: Antony Dovgal | - | Andi Gutmans | + | Andi Gutmans | | Wez Furlong | +----------------------------------------------------------------------+ */ diff --git a/ext/oci8/oci8_lob.c b/ext/oci8/oci8_lob.c index 1a443899513..8c7cc95adef 100644 --- a/ext/oci8/oci8_lob.c +++ b/ext/oci8/oci8_lob.c @@ -20,7 +20,7 @@ | ZTS per process OCIPLogon by Harald Radi | | | | Redesigned by: Antony Dovgal | - | Andi Gutmans | + | Andi Gutmans | | Wez Furlong | +----------------------------------------------------------------------+ */ diff --git a/ext/oci8/oci8_statement.c b/ext/oci8/oci8_statement.c index 31b5a48cb8e..1a3a035518d 100644 --- a/ext/oci8/oci8_statement.c +++ b/ext/oci8/oci8_statement.c @@ -20,7 +20,7 @@ | ZTS per process OCIPLogon by Harald Radi | | | | Redesigned by: Antony Dovgal | - | Andi Gutmans | + | Andi Gutmans | | Wez Furlong | +----------------------------------------------------------------------+ */ diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 8f66cfbc9bf..0df48207a5c 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -20,7 +20,7 @@ | ZTS per process OCIPLogon by Harald Radi | | | | Redesigned by: Antony Dovgal | - | Andi Gutmans | + | Andi Gutmans | | Wez Furlong | +----------------------------------------------------------------------+ */ diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index 90448d36ea4..5243b663cce 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -20,7 +20,7 @@ | ZTS per process OCIPLogon by Harald Radi | | | | Redesigned by: Antony Dovgal | - | Andi Gutmans | + | Andi Gutmans | | Wez Furlong | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/block_pass.c b/ext/opcache/Optimizer/block_pass.c index 7700d0dea07..4168730e303 100644 --- a/ext/opcache/Optimizer/block_pass.c +++ b/ext/opcache/Optimizer/block_pass.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/compact_literals.c b/ext/opcache/Optimizer/compact_literals.c index 065962be738..89525128fcd 100644 --- a/ext/opcache/Optimizer/compact_literals.c +++ b/ext/opcache/Optimizer/compact_literals.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: Dmitry Stogov | + | Authors: Dmitry Stogov | | Xinchen Hui | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/dce.c b/ext/opcache/Optimizer/dce.c index 58925975cad..60da544bcc4 100644 --- a/ext/opcache/Optimizer/dce.c +++ b/ext/opcache/Optimizer/dce.c @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Nikita Popov | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/dfa_pass.c b/ext/opcache/Optimizer/dfa_pass.c index 7e52226af55..fc65c2bea45 100644 --- a/ext/opcache/Optimizer/dfa_pass.c +++ b/ext/opcache/Optimizer/dfa_pass.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/escape_analysis.c b/ext/opcache/Optimizer/escape_analysis.c index 66866e8b24b..f88de6202a5 100644 --- a/ext/opcache/Optimizer/escape_analysis.c +++ b/ext/opcache/Optimizer/escape_analysis.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/nop_removal.c b/ext/opcache/Optimizer/nop_removal.c index c7ecad4d0e8..cfd2ca90cf2 100644 --- a/ext/opcache/Optimizer/nop_removal.c +++ b/ext/opcache/Optimizer/nop_removal.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/optimize_func_calls.c b/ext/opcache/Optimizer/optimize_func_calls.c index 4b48b73bee5..1eae2ca22a0 100644 --- a/ext/opcache/Optimizer/optimize_func_calls.c +++ b/ext/opcache/Optimizer/optimize_func_calls.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: Dmitry Stogov | + | Authors: Dmitry Stogov | | Xinchen Hui | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/optimize_temp_vars_5.c b/ext/opcache/Optimizer/optimize_temp_vars_5.c index c2ddeeeda0a..912136433fe 100644 --- a/ext/opcache/Optimizer/optimize_temp_vars_5.c +++ b/ext/opcache/Optimizer/optimize_temp_vars_5.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/pass1_5.c b/ext/opcache/Optimizer/pass1_5.c index 1cf6d2d34d1..2a09b2118ae 100644 --- a/ext/opcache/Optimizer/pass1_5.c +++ b/ext/opcache/Optimizer/pass1_5.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/pass2.c b/ext/opcache/Optimizer/pass2.c index 19ebb89b597..d5ce86e1332 100644 --- a/ext/opcache/Optimizer/pass2.c +++ b/ext/opcache/Optimizer/pass2.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/pass3.c b/ext/opcache/Optimizer/pass3.c index e0129d6911a..e1081dfaddd 100644 --- a/ext/opcache/Optimizer/pass3.c +++ b/ext/opcache/Optimizer/pass3.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/sccp.c b/ext/opcache/Optimizer/sccp.c index 78db802ebc2..411081aff84 100644 --- a/ext/opcache/Optimizer/sccp.c +++ b/ext/opcache/Optimizer/sccp.c @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Nikita Popov | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_call_graph.c b/ext/opcache/Optimizer/zend_call_graph.c index d70cb0d33b4..4dde2982804 100644 --- a/ext/opcache/Optimizer/zend_call_graph.c +++ b/ext/opcache/Optimizer/zend_call_graph.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_call_graph.h b/ext/opcache/Optimizer/zend_call_graph.h index 47600efa1cb..6c8e5efa092 100644 --- a/ext/opcache/Optimizer/zend_call_graph.h +++ b/ext/opcache/Optimizer/zend_call_graph.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_cfg.c b/ext/opcache/Optimizer/zend_cfg.c index 6c29b37c416..ef7df61c2d9 100644 --- a/ext/opcache/Optimizer/zend_cfg.c +++ b/ext/opcache/Optimizer/zend_cfg.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_cfg.h b/ext/opcache/Optimizer/zend_cfg.h index 1f1cad2f78b..2f144dbe5ca 100644 --- a/ext/opcache/Optimizer/zend_cfg.h +++ b/ext/opcache/Optimizer/zend_cfg.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_dfg.c b/ext/opcache/Optimizer/zend_dfg.c index 403ac3c0b34..4430f193a89 100644 --- a/ext/opcache/Optimizer/zend_dfg.c +++ b/ext/opcache/Optimizer/zend_dfg.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_dfg.h b/ext/opcache/Optimizer/zend_dfg.h index 3a7a4b910b8..0c50cef7daf 100644 --- a/ext/opcache/Optimizer/zend_dfg.h +++ b/ext/opcache/Optimizer/zend_dfg.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_dump.c b/ext/opcache/Optimizer/zend_dump.c index fea4595963b..90107785b74 100644 --- a/ext/opcache/Optimizer/zend_dump.c +++ b/ext/opcache/Optimizer/zend_dump.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_dump.h b/ext/opcache/Optimizer/zend_dump.h index 26a2d1c8360..035bc517316 100644 --- a/ext/opcache/Optimizer/zend_dump.h +++ b/ext/opcache/Optimizer/zend_dump.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_func_info.c b/ext/opcache/Optimizer/zend_func_info.c index f89e8c79468..894c42dcee3 100644 --- a/ext/opcache/Optimizer/zend_func_info.c +++ b/ext/opcache/Optimizer/zend_func_info.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: Dmitry Stogov | + | Authors: Dmitry Stogov | | Xinchen Hui | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_func_info.h b/ext/opcache/Optimizer/zend_func_info.h index 37a88d8bf0a..45d38ddc2cd 100644 --- a/ext/opcache/Optimizer/zend_func_info.h +++ b/ext/opcache/Optimizer/zend_func_info.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_inference.c b/ext/opcache/Optimizer/zend_inference.c index 101ac9ecf8e..258284f46ca 100644 --- a/ext/opcache/Optimizer/zend_inference.c +++ b/ext/opcache/Optimizer/zend_inference.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_inference.h b/ext/opcache/Optimizer/zend_inference.h index e3d767da04d..297be8e616c 100644 --- a/ext/opcache/Optimizer/zend_inference.h +++ b/ext/opcache/Optimizer/zend_inference.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_optimizer.c b/ext/opcache/Optimizer/zend_optimizer.c index bdfd52d8d10..84f07a105fe 100644 --- a/ext/opcache/Optimizer/zend_optimizer.c +++ b/ext/opcache/Optimizer/zend_optimizer.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_optimizer.h b/ext/opcache/Optimizer/zend_optimizer.h index 3c6a0fe50ea..bdd8c85add3 100644 --- a/ext/opcache/Optimizer/zend_optimizer.h +++ b/ext/opcache/Optimizer/zend_optimizer.h @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_optimizer_internal.h b/ext/opcache/Optimizer/zend_optimizer_internal.h index 914e6e717a8..7bb5144ff4a 100644 --- a/ext/opcache/Optimizer/zend_optimizer_internal.h +++ b/ext/opcache/Optimizer/zend_optimizer_internal.h @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_ssa.c b/ext/opcache/Optimizer/zend_ssa.c index b4f54264bab..ea387bb95fd 100644 --- a/ext/opcache/Optimizer/zend_ssa.c +++ b/ext/opcache/Optimizer/zend_ssa.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: Dmitry Stogov | + | Authors: Dmitry Stogov | | Nikita Popov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/Optimizer/zend_ssa.h b/ext/opcache/Optimizer/zend_ssa.h index cfb6f1dec2d..4ee442dcab6 100644 --- a/ext/opcache/Optimizer/zend_ssa.h +++ b/ext/opcache/Optimizer/zend_ssa.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c index 1ca8f35ce2d..a066954bf49 100644 --- a/ext/opcache/ZendAccelerator.c +++ b/ext/opcache/ZendAccelerator.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/ZendAccelerator.h b/ext/opcache/ZendAccelerator.h index d6660dd2d65..834e572e6a4 100644 --- a/ext/opcache/ZendAccelerator.h +++ b/ext/opcache/ZendAccelerator.h @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/shared_alloc_mmap.c b/ext/opcache/shared_alloc_mmap.c index 3691cd79422..121a2e4a40d 100644 --- a/ext/opcache/shared_alloc_mmap.c +++ b/ext/opcache/shared_alloc_mmap.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/shared_alloc_posix.c b/ext/opcache/shared_alloc_posix.c index 9aa7d637fc3..9d860a68cac 100644 --- a/ext/opcache/shared_alloc_posix.c +++ b/ext/opcache/shared_alloc_posix.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/shared_alloc_shm.c b/ext/opcache/shared_alloc_shm.c index 71d07e21aca..832593935be 100644 --- a/ext/opcache/shared_alloc_shm.c +++ b/ext/opcache/shared_alloc_shm.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/shared_alloc_win32.c b/ext/opcache/shared_alloc_win32.c index 5207a598127..ca60c9f5f07 100644 --- a/ext/opcache/shared_alloc_win32.c +++ b/ext/opcache/shared_alloc_win32.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_accelerator_blacklist.c b/ext/opcache/zend_accelerator_blacklist.c index e2b510c6cd3..25dc3ecd6a5 100644 --- a/ext/opcache/zend_accelerator_blacklist.c +++ b/ext/opcache/zend_accelerator_blacklist.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_accelerator_blacklist.h b/ext/opcache/zend_accelerator_blacklist.h index 79d5a85118e..2b8e1856b72 100644 --- a/ext/opcache/zend_accelerator_blacklist.h +++ b/ext/opcache/zend_accelerator_blacklist.h @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_accelerator_debug.c b/ext/opcache/zend_accelerator_debug.c index bd3e55d6948..bd0a5bdb0a4 100644 --- a/ext/opcache/zend_accelerator_debug.c +++ b/ext/opcache/zend_accelerator_debug.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_accelerator_debug.h b/ext/opcache/zend_accelerator_debug.h index bb5294fd217..833cffd9d06 100644 --- a/ext/opcache/zend_accelerator_debug.h +++ b/ext/opcache/zend_accelerator_debug.h @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_accelerator_hash.c b/ext/opcache/zend_accelerator_hash.c index 6623532fe67..85581eaa964 100644 --- a/ext/opcache/zend_accelerator_hash.c +++ b/ext/opcache/zend_accelerator_hash.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_accelerator_hash.h b/ext/opcache/zend_accelerator_hash.h index 3f14bc518e2..83258c2f5a2 100644 --- a/ext/opcache/zend_accelerator_hash.h +++ b/ext/opcache/zend_accelerator_hash.h @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_accelerator_module.c b/ext/opcache/zend_accelerator_module.c index e2c73c61ed7..11301a75d2b 100644 --- a/ext/opcache/zend_accelerator_module.c +++ b/ext/opcache/zend_accelerator_module.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_accelerator_module.h b/ext/opcache/zend_accelerator_module.h index 221a9674334..6454699db30 100644 --- a/ext/opcache/zend_accelerator_module.h +++ b/ext/opcache/zend_accelerator_module.h @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_accelerator_util_funcs.c b/ext/opcache/zend_accelerator_util_funcs.c index 707c49533f9..90f82fd53da 100644 --- a/ext/opcache/zend_accelerator_util_funcs.c +++ b/ext/opcache/zend_accelerator_util_funcs.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_accelerator_util_funcs.h b/ext/opcache/zend_accelerator_util_funcs.h index 5d7834abe7c..bd0ec3ed1f4 100644 --- a/ext/opcache/zend_accelerator_util_funcs.h +++ b/ext/opcache/zend_accelerator_util_funcs.h @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_file_cache.c b/ext/opcache/zend_file_cache.c index 8a4953c39ff..4e52fedb576 100644 --- a/ext/opcache/zend_file_cache.c +++ b/ext/opcache/zend_file_cache.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_file_cache.h b/ext/opcache/zend_file_cache.h index 5ab311d9247..f04a3af29f7 100644 --- a/ext/opcache/zend_file_cache.h +++ b/ext/opcache/zend_file_cache.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_persist.c b/ext/opcache/zend_persist.c index f7310232e5c..9ddcad0551b 100644 --- a/ext/opcache/zend_persist.c +++ b/ext/opcache/zend_persist.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_persist.h b/ext/opcache/zend_persist.h index 6774c046f08..d659b88f577 100644 --- a/ext/opcache/zend_persist.h +++ b/ext/opcache/zend_persist.h @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_persist_calc.c b/ext/opcache/zend_persist_calc.c index 4e08d754c70..5bb50434c63 100644 --- a/ext/opcache/zend_persist_calc.c +++ b/ext/opcache/zend_persist_calc.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_shared_alloc.c b/ext/opcache/zend_shared_alloc.c index a40eac3d713..17ddadbdd80 100644 --- a/ext/opcache/zend_shared_alloc.c +++ b/ext/opcache/zend_shared_alloc.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/opcache/zend_shared_alloc.h b/ext/opcache/zend_shared_alloc.h index 8b5b45f8efa..b41f79b6e5a 100644 --- a/ext/opcache/zend_shared_alloc.h +++ b/ext/opcache/zend_shared_alloc.h @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Stanislav Malyshev | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 5b613a43280..41d3a0a28d3 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.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 | + | Authors: Zeev Suraski | | Jouni Ahto | | Yasuo Ohgaki | | Youichi Iwakiri (pg_copy_*) | diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 0d575d2b853..17cda7e923a 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.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 | + | Authors: Zeev Suraski | | Jouni Ahto | +----------------------------------------------------------------------+ */ diff --git a/ext/phar/tar.c b/ext/phar/tar.c index 83e8fbcaff3..5b5b796ffe6 100644 --- a/ext/phar/tar.c +++ b/ext/phar/tar.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: Dmitry Stogov | + | Authors: Dmitry Stogov | | Gregory Beaver | +----------------------------------------------------------------------+ */ diff --git a/ext/phar/tar.h b/ext/phar/tar.h index 6284103eed1..b7ad75b5fa7 100644 --- a/ext/phar/tar.h +++ b/ext/phar/tar.h @@ -14,7 +14,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: Dmitry Stogov | + | Authors: Dmitry Stogov | | Gregory Beaver | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/php_encoding.c b/ext/soap/php_encoding.c index 1f6a09aa5f4..733b3e6b753 100644 --- a/ext/soap/php_encoding.c +++ b/ext/soap/php_encoding.c @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h index d55824f18f2..2ce500b7c02 100644 --- a/ext/soap/php_encoding.h +++ b/ext/soap/php_encoding.h @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index fc068bf4d14..0637b7e699b 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/php_http.h b/ext/soap/php_http.h index ff596a87c82..8f0f75e42de 100644 --- a/ext/soap/php_http.h +++ b/ext/soap/php_http.h @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/php_packet_soap.c b/ext/soap/php_packet_soap.c index bc7d9a919b6..8ee40c78bc3 100644 --- a/ext/soap/php_packet_soap.c +++ b/ext/soap/php_packet_soap.c @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/php_packet_soap.h b/ext/soap/php_packet_soap.h index 7ee3f07cb5b..855c74bbdbd 100644 --- a/ext/soap/php_packet_soap.h +++ b/ext/soap/php_packet_soap.h @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/php_schema.c b/ext/soap/php_schema.c index 0e6bec5e819..edfe6940210 100644 --- a/ext/soap/php_schema.c +++ b/ext/soap/php_schema.c @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/php_schema.h b/ext/soap/php_schema.h index a3386bbe80f..54db98c7406 100644 --- a/ext/soap/php_schema.h +++ b/ext/soap/php_schema.h @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/php_sdl.c b/ext/soap/php_sdl.c index 2f0fd60f891..2cc46b7387a 100644 --- a/ext/soap/php_sdl.c +++ b/ext/soap/php_sdl.c @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/php_sdl.h b/ext/soap/php_sdl.h index 26f26c5f72c..fbc6118bf38 100644 --- a/ext/soap/php_sdl.h +++ b/ext/soap/php_sdl.h @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/php_soap.h b/ext/soap/php_soap.h index b30c40940e9..b01e963a983 100644 --- a/ext/soap/php_soap.h +++ b/ext/soap/php_soap.h @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/php_xml.c b/ext/soap/php_xml.c index 2bb6f2f50bc..8d07bb0d832 100644 --- a/ext/soap/php_xml.c +++ b/ext/soap/php_xml.c @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/php_xml.h b/ext/soap/php_xml.h index fc98fb04f05..01d0d738602 100644 --- a/ext/soap/php_xml.h +++ b/ext/soap/php_xml.h @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/soap/soap.c b/ext/soap/soap.c index d22ed14da18..6781e9c1566 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brad Lafountain | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/array.c b/ext/standard/array.c index bc236b5287e..febd13fcd75 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Rasmus Lerdorf | | Andrei Zmievski | | Stig Venaas | diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 160e510831f..f34be0d1093 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index c9b03e7a101..76884e61151 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/browscap.c b/ext/standard/browscap.c index 3e6d0839d09..8a2272fe00f 100644 --- a/ext/standard/browscap.c +++ b/ext/standard/browscap.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: Zeev Suraski | + | Author: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 1c435369e81..0f6735b9829 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | - | Zeev Suraski | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/credits.h b/ext/standard/credits.h index 9c64549f8b4..e13ee8682e8 100644 --- a/ext/standard/credits.h +++ b/ext/standard/credits.h @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | - | Zeev Suraski | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c index 64ad0c1435a..fec04ec584c 100644 --- a/ext/standard/crypt.c +++ b/ext/standard/crypt.c @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Stig Bakken | - | Zeev Suraski | + | Zeev Suraski | | Rasmus Lerdorf | | Pierre Joye | +----------------------------------------------------------------------+ diff --git a/ext/standard/datetime.c b/ext/standard/datetime.c index 5395fe766c5..880d1e1a1f2 100644 --- a/ext/standard/datetime.c +++ b/ext/standard/datetime.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Rasmus Lerdorf | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h index 91d71eedd40..09df7e28795 100644 --- a/ext/standard/datetime.h +++ b/ext/standard/datetime.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 6b50f22bf47..9b596a85e8b 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brian Schaffner | | Shane Caraveo | - | Zeev Suraski | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/dl.h b/ext/standard/dl.h index d2d01958775..831ff1e6944 100644 --- a/ext/standard/dl.h +++ b/ext/standard/dl.h @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Brian Schaffner | | Shane Caraveo | - | Zeev Suraski | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/file.c b/ext/standard/file.c index 3304c643080..c2fd7d4a3b2 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -14,8 +14,8 @@ +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | | Stig Bakken | - | Andi Gutmans | - | Zeev Suraski | + | Andi Gutmans | + | Zeev Suraski | | PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) | | PHP streams by Wez Furlong (wez@thebrainroom.com) | +----------------------------------------------------------------------+ diff --git a/ext/standard/info.c b/ext/standard/info.c index 0b4d6e4803e..a51bd01969a 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | - | Zeev Suraski | + | Zeev Suraski | | Colin Viebrock | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/info.h b/ext/standard/info.h index 5b458bf8466..717816802ae 100644 --- a/ext/standard/info.h +++ b/ext/standard/info.h @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | - | Zeev Suraski | + | Zeev Suraski | | Colin Viebrock | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/math.c b/ext/standard/math.c index 5432f9855f3..bdfc1f090b1 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Jim Winstead | | Stig Sæther Bakken | - | Zeev Suraski | + | Zeev Suraski | | PHP 4.0 patches by Thies C. Arntzen | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/mt_rand.c b/ext/standard/mt_rand.c index bf945b181fe..e2304bb272d 100644 --- a/ext/standard/mt_rand.c +++ b/ext/standard/mt_rand.c @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | - | Zeev Suraski | + | Zeev Suraski | | Pedro Melo | | Sterling Hughes | | | diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index b12c82caf63..9a96c34b757 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | | Rasmus Lerdorf | | Andrei Zmievski | +----------------------------------------------------------------------+ diff --git a/ext/standard/php_browscap.h b/ext/standard/php_browscap.h index cfee4815f2f..191f25d59cf 100644 --- a/ext/standard/php_browscap.h +++ b/ext/standard/php_browscap.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: Zeev Suraski | + | Author: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_crypt.h b/ext/standard/php_crypt.h index 6f85b879ad8..21208f401a4 100644 --- a/ext/standard/php_crypt.h +++ b/ext/standard/php_crypt.h @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Stig Bakken | - | Zeev Suraski | + | Zeev Suraski | | Rasmus Lerdorf | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_mt_rand.h b/ext/standard/php_mt_rand.h index 04d8842638d..89caa6b022a 100644 --- a/ext/standard/php_mt_rand.h +++ b/ext/standard/php_mt_rand.h @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | - | Zeev Suraski | + | Zeev Suraski | | Pedro Melo | | Sterling Hughes | | | diff --git a/ext/standard/php_rand.h b/ext/standard/php_rand.h index 14a348ebda6..4ec3011ed95 100644 --- a/ext/standard/php_rand.h +++ b/ext/standard/php_rand.h @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | - | Zeev Suraski | + | Zeev Suraski | | Pedro Melo | | Sterling Hughes | | | diff --git a/ext/standard/rand.c b/ext/standard/rand.c index 898f108150a..f357c2da2e9 100644 --- a/ext/standard/rand.c +++ b/ext/standard/rand.c @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | - | Zeev Suraski | + | Zeev Suraski | | Pedro Melo | | Sterling Hughes | | | diff --git a/ext/standard/string.c b/ext/standard/string.c index 2f20d62a748..3d3d886dd31 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | | Stig Sæther Bakken | - | Zeev Suraski | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 5fd396dc406..f4283c827e8 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | | Stefan Röhrich | - | Zeev Suraski | + | Zeev Suraski | | Jade Nicoletti | | Michael Wallner | +----------------------------------------------------------------------+ diff --git a/main/SAPI.c b/main/SAPI.c index b6e63132d20..afb0c77276c 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -13,8 +13,8 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Original design: Shane Caraveo | - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/main/SAPI.h b/main/SAPI.h index ba54e57c8e4..94612afd641 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. | +----------------------------------------------------------------------+ - | Author: Zeev Suraski | + | Author: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/main/fastcgi.c b/main/fastcgi.c index 1382ccded04..a255baedc75 100644 --- a/main/fastcgi.c +++ b/main/fastcgi.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/main/fastcgi.h b/main/fastcgi.h index 967b80889c7..aa7a8578f4e 100644 --- a/main/fastcgi.h +++ b/main/fastcgi.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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/main/internal_functions.c.in b/main/internal_functions.c.in index 26799f95a3e..6592824baf1 100644 --- a/main/internal_functions.c.in +++ b/main/internal_functions.c.in @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index d275a971069..affbb392860 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/main/main.c b/main/main.c index 70e5736e567..fee7b038bdb 100644 --- a/main/main.c +++ b/main/main.c @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | + | Authors: Andi Gutmans | | Rasmus Lerdorf | - | Zeev Suraski | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/main/output.c b/main/output.c index 3e8b6fe77e1..631c08178b3 100644 --- a/main/output.c +++ b/main/output.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 | + | Authors: Zeev Suraski | | Thies C. Arntzen | | Marcus Boerger | | New API: Michael Wallner | diff --git a/main/php.h b/main/php.h index 697d3ff935c..0b5a904b2c7 100644 --- a/main/php.h +++ b/main/php.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/main/php_globals.h b/main/php_globals.h index f9c62cb554d..077fa1f4bba 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. | +----------------------------------------------------------------------+ - | Author: Zeev Suraski | + | Author: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/main/php_ini.c b/main/php_ini.c index 24c3cdd5c57..d5d920a8078 100644 --- a/main/php_ini.c +++ b/main/php_ini.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: Zeev Suraski | + | Author: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/main/php_ini.h b/main/php_ini.h index dffbd3f8274..57a6427ab64 100644 --- a/main/php_ini.h +++ b/main/php_ini.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: Zeev Suraski | + | Author: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/main/php_main.h b/main/php_main.h index 08fa5ec30d8..82d6e0fe18d 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andi Gutmans | - | Zeev Suraski | + | Authors: Andi Gutmans | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/main/php_open_temporary_file.c b/main/php_open_temporary_file.c index a22bab42621..448c0c19a19 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. | +----------------------------------------------------------------------+ - | Author: Zeev Suraski | + | Author: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/main/php_open_temporary_file.h b/main/php_open_temporary_file.h index c4c9a29fff4..8d7c14cdd1b 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. | +----------------------------------------------------------------------+ - | Author: Zeev Suraski | + | Author: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/main/php_variables.c b/main/php_variables.c index df28887732d..ca8d8b73344 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | - | Zeev Suraski | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/main/php_variables.h b/main/php_variables.h index d214c80019d..bc2da537327 100644 --- a/main/php_variables.h +++ b/main/php_variables.h @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | - | Zeev Suraski | + | Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 9e7d7726dfc..fb16f2b577c 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -14,10 +14,10 @@ +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | | Stig Bakken | - | Zeev Suraski | + | Zeev Suraski | | FastCGI: Ben Mansell | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/sapi/fpm/fpm/fpm_main.c b/sapi/fpm/fpm/fpm_main.c index fa75efbf851..483fabe9d85 100644 --- a/sapi/fpm/fpm/fpm_main.c +++ b/sapi/fpm/fpm/fpm_main.c @@ -14,10 +14,10 @@ +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | | Stig Bakken | - | Zeev Suraski | + | Zeev Suraski | | FastCGI: Ben Mansell | | Shane Caraveo | - | Dmitry Stogov | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ diff --git a/win32/php_registry.h b/win32/php_registry.h index 042d3bc798c..a55a057628f 100644 --- a/win32/php_registry.h +++ b/win32/php_registry.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: Zeev Suraski | + | Author: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/win32/registry.c b/win32/registry.c index 5a366bca71b..eddfa78edef 100644 --- a/win32/registry.c +++ b/win32/registry.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: Zeev Suraski | + | Author: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/win32/winutil.c b/win32/winutil.c index 7faf3bf7bfa..78b5af6d7c3 100644 --- a/win32/winutil.c +++ b/win32/winutil.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: Zeev Suraski | + | Author: Zeev Suraski | * Pierre Joye | +----------------------------------------------------------------------+ */