From 5e55e47f7f32c40c446f2543cbc0002b52db47dd Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 6 Mar 2000 05:26:39 +0000 Subject: [PATCH] It's official now... --- Zend/LICENSE | 12 ++++++------ Zend/zend-parser.y | 6 +++--- Zend/zend-scanner.h | 6 +++--- Zend/zend-scanner.l | 6 +++--- Zend/zend.c | 6 +++--- Zend/zend.h | 6 +++--- Zend/zend_API.c | 6 +++--- Zend/zend_API.h | 6 +++--- Zend/zend_alloc.c | 6 +++--- Zend/zend_alloc.h | 6 +++--- Zend/zend_builtin_functions.c | 6 +++--- Zend/zend_builtin_functions.h | 6 +++--- Zend/zend_compile.c | 6 +++--- Zend/zend_compile.h | 6 +++--- Zend/zend_config.w32.h | 6 +++--- Zend/zend_constants.c | 6 +++--- Zend/zend_constants.h | 6 +++--- Zend/zend_dynamic_array.c | 6 +++--- Zend/zend_dynamic_array.h | 6 +++--- Zend/zend_errors.h | 6 +++--- Zend/zend_execute.c | 6 +++--- Zend/zend_execute.h | 6 +++--- Zend/zend_execute_API.c | 6 +++--- Zend/zend_extensions.c | 6 +++--- Zend/zend_extensions.h | 6 +++--- Zend/zend_fast_cache.h | 6 +++--- Zend/zend_globals.h | 6 +++--- Zend/zend_globals_macros.h | 6 +++--- Zend/zend_hash.c | 6 +++--- Zend/zend_hash.h | 6 +++--- Zend/zend_highlight.c | 6 +++--- Zend/zend_highlight.h | 6 +++--- Zend/zend_indent.c | 6 +++--- Zend/zend_indent.h | 6 +++--- Zend/zend_list.c | 6 +++--- Zend/zend_list.h | 6 +++--- Zend/zend_llist.c | 6 +++--- Zend/zend_llist.h | 6 +++--- Zend/zend_modules.h | 6 +++--- Zend/zend_opcode.c | 6 +++--- Zend/zend_operators.c | 6 +++--- Zend/zend_operators.h | 6 +++--- Zend/zend_ptr_stack.c | 6 +++--- Zend/zend_ptr_stack.h | 8 ++++---- Zend/zend_sprintf.c | 6 +++--- Zend/zend_stack.c | 6 +++--- Zend/zend_stack.h | 6 +++--- Zend/zend_variables.c | 6 +++--- Zend/zend_variables.h | 6 +++--- 49 files changed, 151 insertions(+), 151 deletions(-) diff --git a/Zend/LICENSE b/Zend/LICENSE index 1dd42f1ff34..5950864bd06 100644 --- a/Zend/LICENSE +++ b/Zend/LICENSE @@ -1,11 +1,11 @@ --------------------------------------------------------------------------- - The Zend License, version 0.91 - Copyright (C) 1999 Andi Gutmans & Zeev Suraski + The Zend License, version 0.92 + Copyright (C) 1999-2000 Zend Technologies Ltd. --------------------------------------------------------------------------- -The Zend scripting engine library is a product of Andi Gutmans and -Zeev Suraski. It may be used and/or distributed under the terms of the -Q Public License (QPL) version 1.0, enclosed below. +The Zend scripting engine library is a product of Zend Technologies Ltd. +It may be used and/or distributed under the terms of the Q Public +License (QPL) version 1.0, enclosed below. For more information about Zend please visit http://www.zend.com/ For license related questions please mail license@zend.com @@ -113,4 +113,4 @@ OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -=========================================================================== \ No newline at end of file +=========================================================================== diff --git a/Zend/zend-parser.y b/Zend/zend-parser.y index 37f5011a40a..fb482d75b99 100644 --- a/Zend/zend-parser.y +++ b/Zend/zend-parser.y @@ -3,12 +3,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend-scanner.h b/Zend/zend-scanner.h index e3ec862e3d4..546c3e1a628 100644 --- a/Zend/zend-scanner.h +++ b/Zend/zend-scanner.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend-scanner.l b/Zend/zend-scanner.l index dd99bf9fdbe..63ea2cc567d 100644 --- a/Zend/zend-scanner.l +++ b/Zend/zend-scanner.l @@ -4,12 +4,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend.c b/Zend/zend.c index 178f7a774e8..8854be62c73 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend.h b/Zend/zend.h index 7996f38ad11..3f1474cef51 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_API.c b/Zend/zend_API.c index e07c4b16163..27e106de324 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_API.h b/Zend/zend_API.h index df8507032c1..f3c81abb1a0 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 99677e9a991..000fd646d4c 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index a20b610c7aa..24d2def634c 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 08e9198313b..b7a4168d24c 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_builtin_functions.h b/Zend/zend_builtin_functions.h index 01a801b89c3..60952922bec 100644 --- a/Zend/zend_builtin_functions.h +++ b/Zend/zend_builtin_functions.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 30c2113afbe..844a133930f 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 64bf41ef085..8d7f6c05d48 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_config.w32.h b/Zend/zend_config.w32.h index d0f8ab094bf..a92ae265868 100644 --- a/Zend/zend_config.w32.h +++ b/Zend/zend_config.w32.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_constants.c b/Zend/zend_constants.c index 07510c6146b..ee200b1964a 100644 --- a/Zend/zend_constants.c +++ b/Zend/zend_constants.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_constants.h b/Zend/zend_constants.h index 2e53636c927..09075cc56bf 100644 --- a/Zend/zend_constants.h +++ b/Zend/zend_constants.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_dynamic_array.c b/Zend/zend_dynamic_array.c index 919550b1626..4dfb4d121f1 100644 --- a/Zend/zend_dynamic_array.c +++ b/Zend/zend_dynamic_array.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_dynamic_array.h b/Zend/zend_dynamic_array.h index 5e408edba74..838bc117e40 100644 --- a/Zend/zend_dynamic_array.h +++ b/Zend/zend_dynamic_array.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_errors.h b/Zend/zend_errors.h index 2983883cb2e..8c5548dad5e 100644 --- a/Zend/zend_errors.h +++ b/Zend/zend_errors.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index a5f5fb93cb0..b66d21331f8 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_execute.h b/Zend/zend_execute.h index 2e2a9856f8d..0a94b82786b 100644 --- a/Zend/zend_execute.h +++ b/Zend/zend_execute.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index d03f3dc95cc..ee5485e14ea 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_extensions.c b/Zend/zend_extensions.c index 78b04e13cec..51264b3c8e1 100644 --- a/Zend/zend_extensions.c +++ b/Zend/zend_extensions.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_extensions.h b/Zend/zend_extensions.h index 57b13d4e917..d68a071eddb 100644 --- a/Zend/zend_extensions.h +++ b/Zend/zend_extensions.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_fast_cache.h b/Zend/zend_fast_cache.h index cd56506f7e5..ab238b2d117 100644 --- a/Zend/zend_fast_cache.h +++ b/Zend/zend_fast_cache.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index d0e54fc1759..a592bebb5a8 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_globals_macros.h b/Zend/zend_globals_macros.h index e3d35c3542c..8735da4bf05 100644 --- a/Zend/zend_globals_macros.h +++ b/Zend/zend_globals_macros.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_hash.c b/Zend/zend_hash.c index e0e8d39d487..d5d5f3326b8 100644 --- a/Zend/zend_hash.c +++ b/Zend/zend_hash.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_hash.h b/Zend/zend_hash.h index 0f5b023a9b2..fee4206f93a 100644 --- a/Zend/zend_hash.h +++ b/Zend/zend_hash.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_highlight.c b/Zend/zend_highlight.c index 83bb87fe0a7..3acaaf9106c 100644 --- a/Zend/zend_highlight.c +++ b/Zend/zend_highlight.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_highlight.h b/Zend/zend_highlight.h index 742229f8cfc..0707d1de188 100644 --- a/Zend/zend_highlight.h +++ b/Zend/zend_highlight.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_indent.c b/Zend/zend_indent.c index 0e37e845c5d..b61c89a1b43 100644 --- a/Zend/zend_indent.c +++ b/Zend/zend_indent.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_indent.h b/Zend/zend_indent.h index 98e3d91a535..a4fa3f0520f 100644 --- a/Zend/zend_indent.h +++ b/Zend/zend_indent.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_list.c b/Zend/zend_list.c index b2224b7d34b..4d1bc495b5a 100644 --- a/Zend/zend_list.c +++ b/Zend/zend_list.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_list.h b/Zend/zend_list.h index 0fba9d9808f..1a8e411448b 100644 --- a/Zend/zend_list.h +++ b/Zend/zend_list.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_llist.c b/Zend/zend_llist.c index 2d22343f124..ffb535ab790 100644 --- a/Zend/zend_llist.c +++ b/Zend/zend_llist.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_llist.h b/Zend/zend_llist.h index 203d7aeb5ae..c51f9074a70 100644 --- a/Zend/zend_llist.h +++ b/Zend/zend_llist.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h index f203f81b6f2..0fb418d6b51 100644 --- a/Zend/zend_modules.h +++ b/Zend/zend_modules.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_opcode.c b/Zend/zend_opcode.c index 01a8bf8f69b..2f9c0907a32 100644 --- a/Zend/zend_opcode.c +++ b/Zend/zend_opcode.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index 3432621cdef..fdf10c543e5 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index 147f4e9cf5d..ad3cab6ef11 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_ptr_stack.c b/Zend/zend_ptr_stack.c index b361a811054..ec9b448bfe0 100644 --- a/Zend/zend_ptr_stack.c +++ b/Zend/zend_ptr_stack.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_ptr_stack.h b/Zend/zend_ptr_stack.h index fd1b124fae9..ef607c55a04 100644 --- a/Zend/zend_ptr_stack.h +++ b/Zend/zend_ptr_stack.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | @@ -22,7 +22,7 @@ #define _ZEND_PTR_STACK_H typedef struct _zend_ptr_stack { - short top, max; + int top, max; void **elements; void **top_element; } zend_ptr_stack; diff --git a/Zend/zend_sprintf.c b/Zend/zend_sprintf.c index bd31312d030..6ea503b489d 100644 --- a/Zend/zend_sprintf.c +++ b/Zend/zend_sprintf.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_stack.c b/Zend/zend_stack.c index 0e7ab5ee313..231f6bc0c51 100644 --- a/Zend/zend_stack.c +++ b/Zend/zend_stack.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_stack.h b/Zend/zend_stack.h index 849d4a72174..09daeba6158 100644 --- a/Zend/zend_stack.h +++ b/Zend/zend_stack.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_variables.c b/Zend/zend_variables.c index 4ca0dc6dcbe..a87cb7b1399 100644 --- a/Zend/zend_variables.c +++ b/Zend/zend_variables.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend_variables.h b/Zend/zend_variables.h index 6651b5e7d61..e3740030030 100644 --- a/Zend/zend_variables.h +++ b/Zend/zend_variables.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski | + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.91 of the Zend license, | + | This source file is subject to version 0.92 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | - | http://www.zend.com/license/0_91.txt. | + | http://www.zend.com/license/0_92.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. |