summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2001-12-11 15:16:21 +0000
committerSebastian Bergmann <sebastian@php.net>2001-12-11 15:16:21 +0000
commitd863d52a5d1bd35d08950df8955a9d353b79b8b3 (patch)
tree63f3965f0eee3f2220668bba696701788fe812bc
parentdb9da7b423a212c58cfb4a3aedfbe71c486b6f04 (diff)
downloadphp-git-d863d52a5d1bd35d08950df8955a9d353b79b8b3.tar.gz
Update headers.
-rw-r--r--TSRM/tsrm_virtual_cwd.c4
-rw-r--r--TSRM/tsrm_virtual_cwd.h4
-rw-r--r--TSRM/tsrm_win32.c4
-rw-r--r--TSRM/tsrm_win32.h4
-rw-r--r--Zend/LICENSE2
-rw-r--r--Zend/zend.c4
-rw-r--r--Zend/zend.h4
-rw-r--r--Zend/zend_API.c4
-rw-r--r--Zend/zend_API.h4
-rw-r--r--Zend/zend_alloc.c4
-rw-r--r--Zend/zend_alloc.h4
-rw-r--r--Zend/zend_builtin_functions.c4
-rw-r--r--Zend/zend_builtin_functions.h4
-rw-r--r--Zend/zend_compile.c4
-rw-r--r--Zend/zend_compile.h4
-rw-r--r--Zend/zend_config.w32.h4
-rw-r--r--Zend/zend_constants.c4
-rw-r--r--Zend/zend_constants.h4
-rw-r--r--Zend/zend_dynamic_array.c4
-rw-r--r--Zend/zend_dynamic_array.h4
-rw-r--r--Zend/zend_errors.h4
-rw-r--r--Zend/zend_execute.c4
-rw-r--r--Zend/zend_execute.h4
-rw-r--r--Zend/zend_execute_API.c4
-rw-r--r--Zend/zend_extensions.c4
-rw-r--r--Zend/zend_extensions.h4
-rw-r--r--Zend/zend_fast_cache.h4
-rw-r--r--Zend/zend_globals.h4
-rw-r--r--Zend/zend_globals_macros.h4
-rw-r--r--Zend/zend_hash.c4
-rw-r--r--Zend/zend_hash.h4
-rw-r--r--Zend/zend_highlight.c4
-rw-r--r--Zend/zend_highlight.h4
-rw-r--r--Zend/zend_indent.c4
-rw-r--r--Zend/zend_indent.h4
-rw-r--r--Zend/zend_ini.c4
-rw-r--r--Zend/zend_ini.h4
-rw-r--r--Zend/zend_ini_parser.y4
-rw-r--r--Zend/zend_ini_scanner.l4
-rw-r--r--Zend/zend_language_parser.y4
-rw-r--r--Zend/zend_language_scanner.h4
-rw-r--r--Zend/zend_language_scanner.l4
-rw-r--r--Zend/zend_list.c4
-rw-r--r--Zend/zend_list.h4
-rw-r--r--Zend/zend_llist.c4
-rw-r--r--Zend/zend_llist.h4
-rw-r--r--Zend/zend_modules.h4
-rw-r--r--Zend/zend_opcode.c4
-rw-r--r--Zend/zend_operators.c4
-rw-r--r--Zend/zend_operators.h4
-rw-r--r--Zend/zend_ptr_stack.c4
-rw-r--r--Zend/zend_ptr_stack.h4
-rw-r--r--Zend/zend_qsort.c4
-rw-r--r--Zend/zend_qsort.h4
-rw-r--r--Zend/zend_sprintf.c4
-rw-r--r--Zend/zend_stack.c4
-rw-r--r--Zend/zend_stack.h4
-rw-r--r--Zend/zend_static_allocator.c4
-rw-r--r--Zend/zend_static_allocator.h4
-rw-r--r--Zend/zend_variables.c4
-rw-r--r--Zend/zend_variables.h4
61 files changed, 121 insertions, 121 deletions
diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c
index 265c5b07bb..ae8efd93e4 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 e50c2ba1ca..52afebe0da 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 638e85b24f..09999af69e 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 08e7c7a509..7931beafc4 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 d68a6aa4b7..d7adcb6526 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 85eb43d03f..56ac51e6a0 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 545a20da6b..37783dc26e 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 8c1c0bea60..53a990fc89 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 7fe243eafa..47cac6466e 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 a53b32a0af..8a383819c8 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 83962eda71..5c7dedfd2b 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 7da9fa9e53..ccd68a41d4 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 bd144b1409..3b0fe8dc7c 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 c81c4f0283..8ac58e49fc 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 0b73d0ee60..759be87054 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 c41c12e429..f246854dac 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 dee1315ca4..b0169d72e1 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 85df4c8656..5ef5860ab8 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 9961e20c85..ce875cfb27 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 3c3b46ffdf..c2faef7f03 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 f42a12565b..48bccb575a 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 c0cd0ff88f..67c80458b4 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 7d78cda398..feb991abfb 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 689a3235fc..ea9c3dee4a 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 b60efbea19..0c59ab1c4c 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 c7839262e5..c5d69808b2 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 a13b5a185f..c57983d7ff 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 79bef05ae0..b6aa5e2893 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 232bec1cf6..1c6fb3d4c6 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 b2ef798f19..4c0c84b04a 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 b5d22211e4..2adb858bde 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 3d2482c734..69fc8c8d0a 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 d8cba4a9c6..1395f0952f 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 5d49531f81..0aa2e46dfb 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 f3bb7a815f..0272667d2a 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 6a87189e20..53526e00ec 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 43fd272f7d..0e88d32670 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 ea7f6dc0c3..bd1ddc7d22 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 d7ddd244cc..3d3245132a 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 14c47faa91..171d927e4f 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 0379697972..ea373d6b36 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 219f537bb8..88b4cef268 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 de90c4a471..5ca3c930d8 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 40c1d2609e..43268aa918 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 5ed13f0077..ad7367658b 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 3d702abbae..2f2c3263b3 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 035390e6a5..a1b26ead12 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 9d9b924632..788d359125 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 6af80a36ee..1f9ab5eefc 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 2e93e2cd53..9566c60995 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 0f95730f4a..2b4d27ef8e 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 e541aefbdf..39f59a88f3 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 63056584cb..b148b64939 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 3ee3c3db30..8049988ec0 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 79ccda20b1..359f2fcf52 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 c195c65e78..2180fef7c2 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 e1a4e8bc2e..24ae956565 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 46b63d8786..2188281311 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 ab03d7c976..177f0d245d 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 cc2218fc75..2b28f41e7a 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 20a75b50e6..fa4c192c13 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. |