From 54dc07f3dc9fa2fcfeb2d2c6aebf79bd34ab041c Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 1 Nov 2018 17:20:07 +0200 Subject: [PATCH] Update email addresses. We're still @Zend, but future proofing it... --- 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.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_map_ptr.h | 2 +- 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 +- 87 files changed, 175 insertions(+), 175 deletions(-) diff --git a/Zend/zend.c b/Zend/zend.c index 61ac0c62490..f8d5dc13173 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 c7885a68a5f..9b701c79d80 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 0672ec15104..d1cb145c50d 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 d80f5d2f0d5..60f16b629e1 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 959d8dcdc66..e13f16fc1e7 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 9e77e17c2ac..834696c2ca9 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 8302ab91d31..c020c98b207 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 a5e2123db1e..c89407a646e 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 93766b98b5d..5055dcb0d97 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 8d34e0107c6..8b39a7a77f9 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.w32.h b/Zend/zend_config.w32.h index db42c49fee2..ea3ceef08cb 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 0c30a6be30b..fb6bdb66a93 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 6cf75d0926f..6a5b0265424 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 6b10c753fa2..2ac0ecf998d 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 d321485ad3a..bd2e24d954d 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 076dcee5b58..1b6c58636a5 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 8258aee276d..cd4064994f0 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 15a594da606..19efe0e2593 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 f3d775af2e6..460e0056e03 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 51ea2ba3480..c78eadd1c6e 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 1ef4e974ab6..d045a7abc53 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 132b48b53fd..00ae866054d 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 d6cca74389b..bda628fc294 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 637efe55739..e0a38029e24 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 720e4b50529..9fd8d04dd11 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_map_ptr.h b/Zend/zend_map_ptr.h index 88872ab1fe5..4b779b63652 100644 --- a/Zend/zend_map_ptr.h +++ b/Zend/zend_map_ptr.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_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 ba1eaf1acc3..0f59f7378a4 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 b3373f40494..fbb66f798ac 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 ae178132a38..0051ce84383 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 23c88424118..d82eea59c50 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 aa10f806c24..658c8407cf8 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 9d974620ac6..3bfeb1f79c5 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 79ccffab5f7..3e0a4b47a80 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 b29a67ba594..7d8e1793c2c 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 29c3888c26a..a5cfd281834 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 5163261ed23..ed4054aac18 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 ed82a46f2a6..e3dc16c522e 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 1ef6a17c0c1..7b243be18ba 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 1ee4e6d135f..8693c5b1006 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 de731c310ef..d17443aa1e1 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 7afda25b344..58b0a99c4af 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 0d62a6b16ca..74e323947cb 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 16734501ecb..8a90f25bf7f 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 afee6ee7d44..43a5667999e 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 2fbbf475d0f..0025b9b3f10 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 c0e4bf1a721..d9bf97bb749 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 341ed14a0d2..e3187d74962 100755 --- a/Zend/zend_vm_gen.php +++ b/Zend/zend_vm_gen.php @@ -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: Dmitry Stogov | + | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ */ @@ -33,9 +33,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 787a870f101..663e5ba038f 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 9a6a8467417..35938069b7f 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 | +----------------------------------------------------------------------+ */