diff --git a/Zend/config.unix.h b/Zend/config.unix.h index f0d44e5b2e0..149d75f0182 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 8f4b17f7122..6fe160e72a0 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 487232fa6d3..f0c853d2af9 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 5ee12421f7c..8b51d5d6bad 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 25d2061f37a..3973f8f4ed7 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 033d72dbcbc..9ee3630f895 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 2f08fbe1390..32bf64976c2 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 ba7b95f6d42..d324d877d8e 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 7b8d3edb47b..89e6180e762 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 319796ace57..39390e8dea5 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 0e8661874dd..d3f45c48f3f 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 ab83f7ff643..452763fe11c 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 ec9469fa1a8..b1ad05ca1b0 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 90e91be0ed4..0718aa6ea7a 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 94490c8a5c5..39599dba7bf 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 b8d76115194..36b6123d149 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 c0244b74a06..0faca55e89e 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 068d9ffe720..b955b0deae1 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 262b21ab7a3..d5f7c111eaf 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 fe0544dac2e..a7fd13296b8 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 cac65a511d4..8bd0d126d81 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 59ced370b1b..d922ac7f727 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 a8b62fe4e14..f9322cc3f88 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 d3ba3badb72..cb8369c5300 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 4e8d517420a..a2621ae272d 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 fda6df27894..61b75ebab96 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 ccc3711d369..dcb48a95585 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 420c422c377..aefc26464b8 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 e955d02ddda..3f1d01327e4 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 de756049c7e..b7bf03f4ed3 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 077b759c934..e7f69c546c5 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 0d19fa3cc4e..f2767c1d59d 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 f8f2fca6767..eb35234a74e 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 26e6db2cea3..46199b934b9 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 cc28f7f2c74..8e202f255b3 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 10bb9397939..072d60e4671 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 5a20fc8b8a6..35e5be22396 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 36a7dfa640c..599c4c454af 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 2ef3069a175..1094451cec7 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 3e53f04df9d..1a4b062add2 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 a5432c0cd32..520f0109249 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 f30d20d7b28..bb237898481 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 4ba13274cec..7d3ad6fcc73 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. |