From d863d52a5d1bd35d08950df8955a9d353b79b8b3 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 11 Dec 2001 15:16:21 +0000 Subject: [PATCH] Update headers. --- TSRM/tsrm_virtual_cwd.c | 4 ++-- TSRM/tsrm_virtual_cwd.h | 4 ++-- TSRM/tsrm_win32.c | 4 ++-- TSRM/tsrm_win32.h | 4 ++-- Zend/LICENSE | 2 +- Zend/zend.c | 4 ++-- Zend/zend.h | 4 ++-- Zend/zend_API.c | 4 ++-- Zend/zend_API.h | 4 ++-- Zend/zend_alloc.c | 4 ++-- Zend/zend_alloc.h | 4 ++-- Zend/zend_builtin_functions.c | 4 ++-- Zend/zend_builtin_functions.h | 4 ++-- 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_dynamic_array.c | 4 ++-- Zend/zend_dynamic_array.h | 4 ++-- Zend/zend_errors.h | 4 ++-- Zend/zend_execute.c | 4 ++-- Zend/zend_execute.h | 4 ++-- Zend/zend_execute_API.c | 4 ++-- Zend/zend_extensions.c | 4 ++-- Zend/zend_extensions.h | 4 ++-- Zend/zend_fast_cache.h | 4 ++-- Zend/zend_globals.h | 4 ++-- Zend/zend_globals_macros.h | 4 ++-- Zend/zend_hash.c | 4 ++-- Zend/zend_hash.h | 4 ++-- Zend/zend_highlight.c | 4 ++-- Zend/zend_highlight.h | 4 ++-- Zend/zend_indent.c | 4 ++-- Zend/zend_indent.h | 4 ++-- Zend/zend_ini.c | 4 ++-- Zend/zend_ini.h | 4 ++-- Zend/zend_ini_parser.y | 4 ++-- Zend/zend_ini_scanner.l | 4 ++-- Zend/zend_language_parser.y | 4 ++-- Zend/zend_language_scanner.h | 4 ++-- Zend/zend_language_scanner.l | 4 ++-- Zend/zend_list.c | 4 ++-- Zend/zend_list.h | 4 ++-- Zend/zend_llist.c | 4 ++-- Zend/zend_llist.h | 4 ++-- Zend/zend_modules.h | 4 ++-- Zend/zend_opcode.c | 4 ++-- Zend/zend_operators.c | 4 ++-- Zend/zend_operators.h | 4 ++-- Zend/zend_ptr_stack.c | 4 ++-- Zend/zend_ptr_stack.h | 4 ++-- Zend/zend_qsort.c | 4 ++-- Zend/zend_qsort.h | 4 ++-- Zend/zend_sprintf.c | 4 ++-- Zend/zend_stack.c | 4 ++-- Zend/zend_stack.h | 4 ++-- Zend/zend_static_allocator.c | 4 ++-- Zend/zend_static_allocator.h | 4 ++-- Zend/zend_variables.c | 4 ++-- Zend/zend_variables.h | 4 ++-- 61 files changed, 121 insertions(+), 121 deletions(-) diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 265c5b07bbc..ae8efd93e46 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP version 4.0 | + | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | + | Copyright (c) 1997-2002 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/TSRM/tsrm_virtual_cwd.h b/TSRM/tsrm_virtual_cwd.h index e50c2ba1caa..52afebe0dac 100644 --- a/TSRM/tsrm_virtual_cwd.h +++ b/TSRM/tsrm_virtual_cwd.h @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP version 4.0 | + | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | + | Copyright (c) 1997-2002 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c index 638e85b24fe..09999af69e5 100644 --- a/TSRM/tsrm_win32.c +++ b/TSRM/tsrm_win32.c @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP version 4.0 | + | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | + | Copyright (c) 1997-2002 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h index 08e7c7a509e..7931beafc49 100644 --- a/TSRM/tsrm_win32.h +++ b/TSRM/tsrm_win32.h @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP version 4.0 | + | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | + | Copyright (c) 1997-2002 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/Zend/LICENSE b/Zend/LICENSE index d68a6aa4b7b..d7adcb65262 100644 --- a/Zend/LICENSE +++ b/Zend/LICENSE @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- - The Zend License, version 0.92 + The Zend License, version 2.00 Copyright (C) 1999-2001 Zend Technologies Ltd. --------------------------------------------------------------------------- diff --git a/Zend/zend.c b/Zend/zend.c index 85eb43d03f3..56ac51e6a0e 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 545a20da6b6..37783dc26e8 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 8c1c0bea60e..53a990fc89a 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 7fe243eafa6..47cac6466e2 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 a53b32a0afc..8a383819c89 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 83962eda716..5c7dedfd2ba 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 7da9fa9e53c..ccd68a41d4d 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 bd144b14092..3b0fe8dc7c6 100644 --- a/Zend/zend_builtin_functions.h +++ b/Zend/zend_builtin_functions.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 c81c4f02837..8ac58e49fc3 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 0b73d0ee603..759be87054e 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 c41c12e429b..f246854dac7 100644 --- a/Zend/zend_config.w32.h +++ b/Zend/zend_config.w32.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 dee1315ca4d..b0169d72e1a 100644 --- a/Zend/zend_constants.c +++ b/Zend/zend_constants.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 85df4c86569..5ef5860ab81 100644 --- a/Zend/zend_constants.h +++ b/Zend/zend_constants.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 9961e20c85e..ce875cfb277 100644 --- a/Zend/zend_dynamic_array.c +++ b/Zend/zend_dynamic_array.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 3c3b46ffdf7..c2faef7f035 100644 --- a/Zend/zend_dynamic_array.h +++ b/Zend/zend_dynamic_array.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 f42a12565b0..48bccb575a4 100644 --- a/Zend/zend_errors.h +++ b/Zend/zend_errors.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 c0cd0ff88f6..67c80458b4b 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 7d78cda3984..feb991abfb6 100644 --- a/Zend/zend_execute.h +++ b/Zend/zend_execute.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 689a3235fc7..ea9c3dee4ac 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 b60efbea193..0c59ab1c4ca 100644 --- a/Zend/zend_extensions.c +++ b/Zend/zend_extensions.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 c7839262e58..c5d69808b27 100644 --- a/Zend/zend_extensions.h +++ b/Zend/zend_extensions.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 a13b5a185f5..c57983d7ffb 100644 --- a/Zend/zend_fast_cache.h +++ b/Zend/zend_fast_cache.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 79bef05ae09..b6aa5e2893c 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 232bec1cf66..1c6fb3d4c64 100644 --- a/Zend/zend_globals_macros.h +++ b/Zend/zend_globals_macros.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 b2ef798f19f..4c0c84b04a1 100644 --- a/Zend/zend_hash.c +++ b/Zend/zend_hash.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 b5d22211e4d..2adb858bded 100644 --- a/Zend/zend_hash.h +++ b/Zend/zend_hash.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 3d2482c734e..69fc8c8d0ad 100644 --- a/Zend/zend_highlight.c +++ b/Zend/zend_highlight.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 d8cba4a9c61..1395f0952fb 100644 --- a/Zend/zend_highlight.h +++ b/Zend/zend_highlight.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 5d49531f819..0aa2e46dfb5 100644 --- a/Zend/zend_indent.c +++ b/Zend/zend_indent.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 f3bb7a815f1..0272667d2a3 100644 --- a/Zend/zend_indent.h +++ b/Zend/zend_indent.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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_ini.c b/Zend/zend_ini.c index 6a87189e209..53526e00ec3 100644 --- a/Zend/zend_ini.c +++ b/Zend/zend_ini.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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_ini.h b/Zend/zend_ini.h index 43fd272f7d1..0e88d326704 100644 --- a/Zend/zend_ini.h +++ b/Zend/zend_ini.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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_ini_parser.y b/Zend/zend_ini_parser.y index ea7f6dc0c34..bd1ddc7d22f 100644 --- a/Zend/zend_ini_parser.y +++ b/Zend/zend_ini_parser.y @@ -5,10 +5,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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_ini_scanner.l b/Zend/zend_ini_scanner.l index d7ddd244cc6..3d3245132a4 100644 --- a/Zend/zend_ini_scanner.l +++ b/Zend/zend_ini_scanner.l @@ -5,10 +5,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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_language_parser.y b/Zend/zend_language_parser.y index 14c47faa919..171d927e4fb 100644 --- a/Zend/zend_language_parser.y +++ b/Zend/zend_language_parser.y @@ -5,10 +5,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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_language_scanner.h b/Zend/zend_language_scanner.h index 0379697972c..ea373d6b36f 100644 --- a/Zend/zend_language_scanner.h +++ b/Zend/zend_language_scanner.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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_language_scanner.l b/Zend/zend_language_scanner.l index 219f537bb8c..88b4cef2683 100644 --- a/Zend/zend_language_scanner.l +++ b/Zend/zend_language_scanner.l @@ -6,10 +6,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 de90c4a4711..5ca3c930d81 100644 --- a/Zend/zend_list.c +++ b/Zend/zend_list.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 40c1d2609ee..43268aa9189 100644 --- a/Zend/zend_list.h +++ b/Zend/zend_list.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 5ed13f0077d..ad7367658b6 100644 --- a/Zend/zend_llist.c +++ b/Zend/zend_llist.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 3d702abbae0..2f2c3263b3a 100644 --- a/Zend/zend_llist.h +++ b/Zend/zend_llist.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 035390e6a55..a1b26ead12d 100644 --- a/Zend/zend_modules.h +++ b/Zend/zend_modules.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 9d9b924632d..788d3591258 100644 --- a/Zend/zend_opcode.c +++ b/Zend/zend_opcode.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 6af80a36eed..1f9ab5eefc7 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 2e93e2cd537..9566c609953 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 0f95730f4af..2b4d27ef8e3 100644 --- a/Zend/zend_ptr_stack.c +++ b/Zend/zend_ptr_stack.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 e541aefbdf6..39f59a88f3a 100644 --- a/Zend/zend_ptr_stack.h +++ b/Zend/zend_ptr_stack.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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_qsort.c b/Zend/zend_qsort.c index 63056584cb1..b148b649396 100644 --- a/Zend/zend_qsort.c +++ b/Zend/zend_qsort.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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_qsort.h b/Zend/zend_qsort.h index 3ee3c3db30d..8049988ec0d 100644 --- a/Zend/zend_qsort.h +++ b/Zend/zend_qsort.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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_sprintf.c b/Zend/zend_sprintf.c index 79ccda20b1f..359f2fcf526 100644 --- a/Zend/zend_sprintf.c +++ b/Zend/zend_sprintf.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 c195c65e78e..2180fef7c24 100644 --- a/Zend/zend_stack.c +++ b/Zend/zend_stack.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 e1a4e8bc2e7..24ae9565658 100644 --- a/Zend/zend_stack.h +++ b/Zend/zend_stack.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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_static_allocator.c b/Zend/zend_static_allocator.c index 46b63d8786c..21882813116 100644 --- a/Zend/zend_static_allocator.c +++ b/Zend/zend_static_allocator.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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_static_allocator.h b/Zend/zend_static_allocator.h index ab03d7c976f..177f0d245d1 100644 --- a/Zend/zend_static_allocator.h +++ b/Zend/zend_static_allocator.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 cc2218fc75e..2b28f41e7a6 100644 --- a/Zend/zend_variables.c +++ b/Zend/zend_variables.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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 20a75b50e67..fa4c192c130 100644 --- a/Zend/zend_variables.h +++ b/Zend/zend_variables.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 0.92 of the Zend license, | + | This source file is subject to version 2.00 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_92.txt. | + | http://www.zend.com/license/2_00.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. |