diff options
author | Zeev Suraski <zeev@php.net> | 1999-07-19 20:02:12 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-07-19 20:02:12 +0000 |
commit | 8d1de13aef82b5bed8f0f50737ec1065f94b7660 (patch) | |
tree | 6c379740b2897d1e45bbbd1455150bd1d110be54 | |
parent | e78fc33c355da47ec6b94477cd89b830f63f2db7 (diff) | |
download | php-git-8d1de13aef82b5bed8f0f50737ec1065f94b7660.tar.gz |
0.91 update
43 files changed, 86 insertions, 86 deletions
diff --git a/Zend/config.unix.h b/Zend/config.unix.h index f0d44e5b2e..149d75f018 100644 --- a/Zend/config.unix.h +++ b/Zend/config.unix.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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/config.w32.h b/Zend/config.w32.h index 8f4b17f712..6fe160e72a 100644 --- a/Zend/config.w32.h +++ b/Zend/config.w32.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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-parser.y b/Zend/zend-parser.y index 487232fa6d..f0c853d2af 100644 --- a/Zend/zend-parser.y +++ b/Zend/zend-parser.y @@ -5,10 +5,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend-scanner.h b/Zend/zend-scanner.h index 5ee12421f7..8b51d5d6ba 100644 --- a/Zend/zend-scanner.h +++ b/Zend/zend-scanner.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend-scanner.l b/Zend/zend-scanner.l index 25d2061f37..3973f8f4ed 100644 --- a/Zend/zend-scanner.l +++ b/Zend/zend-scanner.l @@ -6,10 +6,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | diff --git a/Zend/zend.c b/Zend/zend.c index 033d72dbcb..9ee3630f89 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 2f08fbe139..32bf64976c 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 ba7b95f6d4..d324d877d8 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 7b8d3edb47..89e6180e76 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 319796ace5..39390e8dea 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 0e8661874d..d3f45c48f3 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 ab83f7ff64..452763fe11 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 ec9469fa1a..b1ad05ca1b 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 90e91be0ed..0718aa6ea7 100644 --- a/Zend/zend_constants.c +++ b/Zend/zend_constants.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 94490c8a5c..39599dba7b 100644 --- a/Zend/zend_constants.h +++ b/Zend/zend_constants.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 b8d7611519..36b6123d14 100644 --- a/Zend/zend_errors.h +++ b/Zend/zend_errors.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 c0244b74a0..0faca55e89 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 068d9ffe72..b955b0deae 100644 --- a/Zend/zend_execute.h +++ b/Zend/zend_execute.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 262b21ab7a..d5f7c111ea 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 fe0544dac2..a7fd13296b 100644 --- a/Zend/zend_extensions.c +++ b/Zend/zend_extensions.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 cac65a511d..8bd0d126d8 100644 --- a/Zend/zend_extensions.h +++ b/Zend/zend_extensions.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 59ced370b1..d922ac7f72 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 a8b62fe4e1..f9322cc3f8 100644 --- a/Zend/zend_hash.c +++ b/Zend/zend_hash.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 d3ba3badb7..cb8369c530 100644 --- a/Zend/zend_hash.h +++ b/Zend/zend_hash.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 4e8d517420..a2621ae272 100644 --- a/Zend/zend_highlight.c +++ b/Zend/zend_highlight.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 fda6df2789..61b75ebab9 100644 --- a/Zend/zend_highlight.h +++ b/Zend/zend_highlight.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 ccc3711d36..dcb48a9558 100644 --- a/Zend/zend_indent.c +++ b/Zend/zend_indent.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 420c422c37..aefc26464b 100644 --- a/Zend/zend_indent.h +++ b/Zend/zend_indent.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 e955d02ddd..3f1d01327e 100644 --- a/Zend/zend_list.c +++ b/Zend/zend_list.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 de756049c7..b7bf03f4ed 100644 --- a/Zend/zend_list.h +++ b/Zend/zend_list.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 077b759c93..e7f69c546c 100644 --- a/Zend/zend_llist.c +++ b/Zend/zend_llist.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 0d19fa3cc4..f2767c1d59 100644 --- a/Zend/zend_llist.h +++ b/Zend/zend_llist.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 f8f2fca676..eb35234a74 100644 --- a/Zend/zend_modules.h +++ b/Zend/zend_modules.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 26e6db2cea..46199b934b 100644 --- a/Zend/zend_opcode.c +++ b/Zend/zend_opcode.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 cc28f7f2c7..8e202f255b 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 10bb939793..072d60e467 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 5a20fc8b8a..35e5be2239 100644 --- a/Zend/zend_ptr_stack.c +++ b/Zend/zend_ptr_stack.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 36a7dfa640..599c4c454a 100644 --- a/Zend/zend_ptr_stack.h +++ b/Zend/zend_ptr_stack.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 2ef3069a17..1094451cec 100644 --- a/Zend/zend_sprintf.c +++ b/Zend/zend_sprintf.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 3e53f04df9..1a4b062add 100644 --- a/Zend/zend_stack.c +++ b/Zend/zend_stack.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 a5432c0cd3..520f010924 100644 --- a/Zend/zend_stack.h +++ b/Zend/zend_stack.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 f30d20d7b2..bb23789848 100644 --- a/Zend/zend_variables.c +++ b/Zend/zend_variables.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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 4ba13274ce..7d3ad6fcc7 100644 --- a/Zend/zend_variables.h +++ b/Zend/zend_variables.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | +----------------------------------------------------------------------+ - | This source file is subject to version 0.90 of the Zend license, | + | This source file is subject to version 0.91 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_90.txt. | + | http://www.zend.com/license/0_91.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. | |