diff --git a/Zend/LICENSE b/Zend/LICENSE index 51f5cccde950d..6201b421bab37 100644 --- a/Zend/LICENSE +++ b/Zend/LICENSE @@ -1,56 +1,53 @@ --------------------------------------------------------------------- - The Zend Engine License, Version 2.00 -Copyright (c) 1999-2006 Zend Technologies Ltd. All rights reserved. --------------------------------------------------------------------- +------------------------------------------------------------------------ + The Zend Engine License, version 2.01 + Copyright (c) 1999-2021, Zend Technologies USA, Inc. ("Zend"), + a subsidiary of Perforce Software, Inc. All rights reserved. +------------------------------------------------------------------------ Redistribution and use in source and binary forms, with or without -modification, is permitted provided that the following conditions -are met: +modification, is permitted provided that the following conditions are +met: 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - - 3. The names "Zend" and "Zend Engine" must not be used to endorse - or promote products derived from this software without prior - permission from Zend Technologies Ltd. For written permission, - please contact license@zend.com. - - 4. Zend Technologies Ltd. may publish revised and/or new versions - of the license from time to time. Each version will be given a - distinguishing version number. - Once covered code has been published under a particular version - of the license, you may always continue to use it under the - terms of that version. You may also choose to use such covered + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the + distribution. + + 3. The names "Zend" and "Zend Engine" must not be used to endorse or + promote products derived from this software without + prior permission from Zend. For written permission, please + contact license@zend.com. + + 4. Zend may publish revised and/or new versions of the license from + time to time. Each version will be given a distinguishing version + number. Once covered code has been published under a particular + version of the license, you may always continue to use it under the + terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license - published by Zend Technologies Ltd. No one other than Zend - Technologies Ltd. has the right to modify the terms applicable - to covered code created under this License. + published by Zend. No one other than Zend has the right to modify + the terms applicable to covered code created under this License. 5. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes the Zend Engine, freely available at - http://www.zend.com" + acknowledgment: "This product includes the Zend Engine, freely + available at: https://github.com/php/php-src/tree/master/Zend" 6. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "The Zend Engine is freely available at http://www.zend.com" - -THIS SOFTWARE IS PROVIDED BY ZEND TECHNOLOGIES LTD. ``AS IS'' AND -ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZEND -TECHNOLOGIES LTD. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF -USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - --------------------------------------------------------------------- + software must display the following acknowledgment: "The Zend + Engine is freely available at: + https://github.com/php/php-src/tree/master/Zend" + +THIS SOFTWARE IS PROVIDED BY ZEND ``AS IS'' AND ANY EXPRESSED OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN +NO EVENT SHALL ZEND BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +---------------------------------------------------------------------- diff --git a/Zend/zend.c b/Zend/zend.c index dd1e3a337a40e..06c7342ce08f4 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 eeacc91eb0a9f..e2a5404c64954 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 b32bad3091ee0..8049242aa9d5c 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 a51d3f3ad1e94..f2dbfae1a83b0 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 6af234b4d75a8..7de3f2209a516 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 9603af8a27d3f..55e48c8073362 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_sizes.h b/Zend/zend_alloc_sizes.h index 9f1c00eaad568..6a2e93a005d7b 100644 --- a/Zend/zend_alloc_sizes.h +++ b/Zend/zend_alloc_sizes.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_arena.h b/Zend/zend_arena.h index a44082e52fb9c..fc434dd8efc26 100644 --- a/Zend/zend_arena.h +++ b/Zend/zend_arena.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_ast.c b/Zend/zend_ast.c index 59f8c968b18b1..5d17267afeab9 100644 --- a/Zend/zend_ast.c +++ b/Zend/zend_ast.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_ast.h b/Zend/zend_ast.h index 86f153580063c..21387fd0bcc24 100644 --- a/Zend/zend_ast.h +++ b/Zend/zend_ast.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_attributes.c b/Zend/zend_attributes.c index a9bf3811b3710..07ca71272be46 100644 --- a/Zend/zend_attributes.c +++ b/Zend/zend_attributes.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_attributes.h b/Zend/zend_attributes.h index fa21896447f52..5121679697050 100644 --- a/Zend/zend_attributes.h +++ b/Zend/zend_attributes.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_build.h b/Zend/zend_build.h index c604fb311a74e..08381da21ca0f 100644 --- a/Zend/zend_build.h +++ b/Zend/zend_build.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 ea1d0845394d6..1bbc8a9223900 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 a49dab1b46838..8d60ec1f67157 100644 --- a/Zend/zend_builtin_functions.h +++ b/Zend/zend_builtin_functions.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_closures.c b/Zend/zend_closures.c index ceeac23531c39..f6bee87aa34fd 100644 --- a/Zend/zend_closures.c +++ b/Zend/zend_closures.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_closures.h b/Zend/zend_closures.h index 2d093fa616800..77e5477ba91d8 100644 --- a/Zend/zend_closures.h +++ b/Zend/zend_closures.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 5f5fc41034c69..7269430c03c69 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 e07b602bfcb54..6c1f5b8d0df56 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 da6b1f89580fb..c6d921490f0aa 100644 --- a/Zend/zend_config.w32.h +++ b/Zend/zend_config.w32.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 6ca402c61bf62..817aa188b33b4 100644 --- a/Zend/zend_constants.c +++ b/Zend/zend_constants.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 77e8fa14509df..cc0a2235e59d1 100644 --- a/Zend/zend_constants.h +++ b/Zend/zend_constants.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_cpuinfo.c b/Zend/zend_cpuinfo.c index bd4dcf298f748..35e3240cdadea 100644 --- a/Zend/zend_cpuinfo.c +++ b/Zend/zend_cpuinfo.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_cpuinfo.h b/Zend/zend_cpuinfo.h index 79d6a13235e07..065f0bd2eb7d4 100644 --- a/Zend/zend_cpuinfo.h +++ b/Zend/zend_cpuinfo.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_default_classes.c b/Zend/zend_default_classes.c index 7ab9b8325a39a..bfc1312e054ac 100644 --- a/Zend/zend_default_classes.c +++ b/Zend/zend_default_classes.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_dtrace.c b/Zend/zend_dtrace.c index dfc43a85139b2..4110258777315 100644 --- a/Zend/zend_dtrace.c +++ b/Zend/zend_dtrace.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_dtrace.d b/Zend/zend_dtrace.d index 6920d0e3602a2..46ea0c8b3179d 100644 --- a/Zend/zend_dtrace.d +++ b/Zend/zend_dtrace.d @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_dtrace.h b/Zend/zend_dtrace.h index 53ccaca4e4070..f608c05573721 100644 --- a/Zend/zend_dtrace.h +++ b/Zend/zend_dtrace.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_enum.c b/Zend/zend_enum.c index 5b3bbba9a55dc..b7a660ee5c3d8 100644 --- a/Zend/zend_enum.c +++ b/Zend/zend_enum.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_enum.h b/Zend/zend_enum.h index efabae480f45f..de25103cceb33 100644 --- a/Zend/zend_enum.h +++ b/Zend/zend_enum.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 dd7539523dbf2..14858eab036d3 100644 --- a/Zend/zend_errors.h +++ b/Zend/zend_errors.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_exceptions.c b/Zend/zend_exceptions.c index 2380a24727aec..b5ad20dfae957 100644 --- a/Zend/zend_exceptions.c +++ b/Zend/zend_exceptions.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_exceptions.h b/Zend/zend_exceptions.h index f61b5ecb304e2..844347a12949f 100644 --- a/Zend/zend_exceptions.h +++ b/Zend/zend_exceptions.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 f43e49ea7ab78..a13f608265124 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 f47235f05bbe4..487d42efa5411 100644 --- a/Zend/zend_execute.h +++ b/Zend/zend_execute.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 ed8fc2cef32c5..d1d2743f78abe 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 4d4b1ffe09b41..ba53ff5352594 100644 --- a/Zend/zend_extensions.c +++ b/Zend/zend_extensions.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 57c8775092f78..7f62def1329ec 100644 --- a/Zend/zend_extensions.h +++ b/Zend/zend_extensions.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_fibers.c b/Zend/zend_fibers.c index 92ae9b8837cb7..7b2f4e83a10c1 100644 --- a/Zend/zend_fibers.c +++ b/Zend/zend_fibers.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_fibers.h b/Zend/zend_fibers.h index 39dc0916debc7..b23104bdcc99b 100644 --- a/Zend/zend_fibers.h +++ b/Zend/zend_fibers.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_float.c b/Zend/zend_float.c index 90af0c4a5f900..13d0d36c17556 100644 --- a/Zend/zend_float.c +++ b/Zend/zend_float.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_float.h b/Zend/zend_float.h index c8e91122a3590..971c4cb8aa33d 100644 --- a/Zend/zend_float.h +++ b/Zend/zend_float.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_gc.c b/Zend/zend_gc.c index 5c7a73aa2736f..3c8df0d30b8b1 100644 --- a/Zend/zend_gc.c +++ b/Zend/zend_gc.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_gc.h b/Zend/zend_gc.h index 3221335733ece..7305743aaadd6 100644 --- a/Zend/zend_gc.h +++ b/Zend/zend_gc.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_gdb.c b/Zend/zend_gdb.c index e38e0023095fd..3934f54dca54c 100644 --- a/Zend/zend_gdb.c +++ b/Zend/zend_gdb.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_gdb.h b/Zend/zend_gdb.h index aad0fefb097b9..26d92c9f133e4 100644 --- a/Zend/zend_gdb.h +++ b/Zend/zend_gdb.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_generators.c b/Zend/zend_generators.c index b7cc9aea8cdc5..18061ceb9f9e4 100644 --- a/Zend/zend_generators.c +++ b/Zend/zend_generators.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_generators.h b/Zend/zend_generators.h index 17b25a99b87c1..7df2add16526f 100644 --- a/Zend/zend_generators.h +++ b/Zend/zend_generators.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 d1ac6dbacfdbb..c5100874a906a 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 59b3daca53fd4..64f8226aff2da 100644 --- a/Zend/zend_globals_macros.h +++ b/Zend/zend_globals_macros.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 dacb50f3dda74..c6a4a83a32d07 100644 --- a/Zend/zend_hash.c +++ b/Zend/zend_hash.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 092682d67713a..be7aab9ed09f8 100644 --- a/Zend/zend_hash.h +++ b/Zend/zend_hash.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 501eed5757133..3807b23d6d1b6 100644 --- a/Zend/zend_highlight.c +++ b/Zend/zend_highlight.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 e54a339ec4bc3..3d8d1aebd09e6 100644 --- a/Zend/zend_highlight.h +++ b/Zend/zend_highlight.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_inheritance.c b/Zend/zend_inheritance.c index 2dc2175811079..6c2db09496ad7 100644 --- a/Zend/zend_inheritance.c +++ b/Zend/zend_inheritance.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_inheritance.h b/Zend/zend_inheritance.h index c67032f1295f3..c4654acbf5722 100644 --- a/Zend/zend_inheritance.h +++ b/Zend/zend_inheritance.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 59c8184381862..2c499ceeb1a5d 100644 --- a/Zend/zend_ini.c +++ b/Zend/zend_ini.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 590ff09cef0c5..e15fa146c2123 100644 --- a/Zend/zend_ini.h +++ b/Zend/zend_ini.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 7eb3753520775..7e165d21c027e 100644 --- a/Zend/zend_ini_parser.y +++ b/Zend/zend_ini_parser.y @@ -2,17 +2,17 @@ %{ /* +----------------------------------------------------------------------+ - | Zend Engine | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | - +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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. | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Zeev Suraski | | Jani Taskinen | diff --git a/Zend/zend_ini_scanner.h b/Zend/zend_ini_scanner.h index f3d7f1a82b271..02b6c50f1227c 100644 --- a/Zend/zend_ini_scanner.h +++ b/Zend/zend_ini_scanner.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 73853f6ec1171..bada82bd9dcbf 100644 --- a/Zend/zend_ini_scanner.l +++ b/Zend/zend_ini_scanner.l @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_interfaces.c b/Zend/zend_interfaces.c index cda5823a38ec4..10d78218d6500 100644 --- a/Zend/zend_interfaces.c +++ b/Zend/zend_interfaces.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_interfaces.h b/Zend/zend_interfaces.h index 2799e2c438154..1a79d3c417593 100644 --- a/Zend/zend_interfaces.h +++ b/Zend/zend_interfaces.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_istdiostream.h b/Zend/zend_istdiostream.h index 74470d2ae5882..af47a91aad1f9 100644 --- a/Zend/zend_istdiostream.h +++ b/Zend/zend_istdiostream.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_iterators.c b/Zend/zend_iterators.c index aa4391f2caa99..98300bd674ed3 100644 --- a/Zend/zend_iterators.c +++ b/Zend/zend_iterators.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_iterators.h b/Zend/zend_iterators.h index bce98a24ac93c..de0a5a2d95129 100644 --- a/Zend/zend_iterators.h +++ b/Zend/zend_iterators.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 a8bddfae50a3e..6fc357f07a176 100644 --- a/Zend/zend_language_parser.y +++ b/Zend/zend_language_parser.y @@ -3,12 +3,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 ca32329a557f2..684412354581d 100644 --- a/Zend/zend_language_scanner.h +++ b/Zend/zend_language_scanner.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 cc424bbec0a64..85b3cc15d5646 100644 --- a/Zend/zend_language_scanner.l +++ b/Zend/zend_language_scanner.l @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 bacdd739e6f2e..3815fa76c009b 100644 --- a/Zend/zend_list.c +++ b/Zend/zend_list.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 680915121e2a6..be0c51289acd9 100644 --- a/Zend/zend_list.h +++ b/Zend/zend_list.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 8c42b2494ea08..4051b7125f4a0 100644 --- a/Zend/zend_llist.c +++ b/Zend/zend_llist.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 e9b5b1d1fb440..452067a88f5ab 100644 --- a/Zend/zend_llist.h +++ b/Zend/zend_llist.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_long.h b/Zend/zend_long.h index 453098c1eb04b..0a347a789be38 100644 --- a/Zend/zend_long.h +++ b/Zend/zend_long.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_map_ptr.h b/Zend/zend_map_ptr.h index 5e039267bd165..899cff3ac9f70 100644 --- a/Zend/zend_map_ptr.h +++ b/Zend/zend_map_ptr.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 98957def7626a..779d35d8ddfdd 100644 --- a/Zend/zend_modules.h +++ b/Zend/zend_modules.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_multibyte.c b/Zend/zend_multibyte.c index f8dab668751a1..3eb039baeb2a6 100644 --- a/Zend/zend_multibyte.c +++ b/Zend/zend_multibyte.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | - | available through the world-wide-web at | - | http://www.zend.com/license/2_00.txt. | + | available through the world-wide-web at the following url: | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_multibyte.h b/Zend/zend_multibyte.h index 5466840cd900a..72cff2f73355a 100644 --- a/Zend/zend_multibyte.h +++ b/Zend/zend_multibyte.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | - | available through the world-wide-web at | - | http://www.zend.com/license/2_00.txt. | + | available through the world-wide-web at the following url: | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_multiply.h b/Zend/zend_multiply.h index c6cd472a237b1..94d1838091ecb 100644 --- a/Zend/zend_multiply.h +++ b/Zend/zend_multiply.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_object_handlers.c b/Zend/zend_object_handlers.c index 2bc4a17ce71ad..d55235a3f0a53 100644 --- a/Zend/zend_object_handlers.c +++ b/Zend/zend_object_handlers.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_object_handlers.h b/Zend/zend_object_handlers.h index 53eef829282ce..dff2bacfa7b72 100644 --- a/Zend/zend_object_handlers.h +++ b/Zend/zend_object_handlers.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_objects.c b/Zend/zend_objects.c index 7e3fa03912a87..1f71de494d83c 100644 --- a/Zend/zend_objects.c +++ b/Zend/zend_objects.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_objects.h b/Zend/zend_objects.h index 91d388154dd13..c3a409a8cb84b 100644 --- a/Zend/zend_objects.h +++ b/Zend/zend_objects.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_objects_API.c b/Zend/zend_objects_API.c index 80f5b747db710..f0710165a88fb 100644 --- a/Zend/zend_objects_API.c +++ b/Zend/zend_objects_API.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_objects_API.h b/Zend/zend_objects_API.h index 7a9a3a00082c0..823122bf6ae96 100644 --- a/Zend/zend_objects_API.h +++ b/Zend/zend_objects_API.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_observer.c b/Zend/zend_observer.c index 1deebe56e1784..fb1be3976e220 100644 --- a/Zend/zend_observer.c +++ b/Zend/zend_observer.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_observer.h b/Zend/zend_observer.h index 8df0ed3247526..21d5b4337014c 100644 --- a/Zend/zend_observer.h +++ b/Zend/zend_observer.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 0ad5d1c57199d..683c8f0514249 100644 --- a/Zend/zend_opcode.c +++ b/Zend/zend_opcode.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 f1846030b94bf..240d097ba6af6 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 bef2b374e1ba6..c90b0a7c6ab6b 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_portability.h b/Zend/zend_portability.h index d67057899064d..d6403a7714d60 100644 --- a/Zend/zend_portability.h +++ b/Zend/zend_portability.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 80c77e11d73e6..f7566abcbede1 100644 --- a/Zend/zend_ptr_stack.c +++ b/Zend/zend_ptr_stack.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 fd4b59d15178c..86cd4c75b1267 100644 --- a/Zend/zend_ptr_stack.h +++ b/Zend/zend_ptr_stack.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_range_check.h b/Zend/zend_range_check.h index 9c822493fa3ef..7d0f8d24eef5d 100644 --- a/Zend/zend_range_check.h +++ b/Zend/zend_range_check.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_sort.c b/Zend/zend_sort.c index 355d2d1bad581..f5cdf6ab65d90 100644 --- a/Zend/zend_sort.c +++ b/Zend/zend_sort.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_sort.h b/Zend/zend_sort.h index e606935f79029..f429fe3757a35 100644 --- a/Zend/zend_sort.h +++ b/Zend/zend_sort.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 f587452bb7d59..7f19569a72aab 100644 --- a/Zend/zend_stack.c +++ b/Zend/zend_stack.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 c0a325b778870..28a00c2dd5728 100644 --- a/Zend/zend_stack.h +++ b/Zend/zend_stack.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_stream.c b/Zend/zend_stream.c index aadc62558e601..4c63f47af60f0 100644 --- a/Zend/zend_stream.c +++ b/Zend/zend_stream.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_stream.h b/Zend/zend_stream.h index 047719e175a04..066c9061339cd 100644 --- a/Zend/zend_stream.h +++ b/Zend/zend_stream.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_string.c b/Zend/zend_string.c index d4a95ef3f34a0..54386cd74cd8b 100644 --- a/Zend/zend_string.c +++ b/Zend/zend_string.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_string.h b/Zend/zend_string.h index cc7989945b20f..aa8c2416b54aa 100644 --- a/Zend/zend_string.h +++ b/Zend/zend_string.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_strtod.h b/Zend/zend_strtod.h index b049e56e370c5..f8c7f7689fc68 100644 --- a/Zend/zend_strtod.h +++ b/Zend/zend_strtod.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_strtod_int.h b/Zend/zend_strtod_int.h index e1cf562d64af6..16d0694b4fc87 100644 --- a/Zend/zend_strtod_int.h +++ b/Zend/zend_strtod_int.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_type_info.h b/Zend/zend_type_info.h index b61b09d296eeb..8437c4e79e8f7 100644 --- a/Zend/zend_type_info.h +++ b/Zend/zend_type_info.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_types.h b/Zend/zend_types.h index 3a101fead8bc6..5ee1b42a4819c 100644 --- a/Zend/zend_types.h +++ b/Zend/zend_types.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 810866a1be23c..33176b29a5b4f 100644 --- a/Zend/zend_variables.c +++ b/Zend/zend_variables.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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 ea3fd9c5efcb8..0e74dcfa25a82 100644 --- a/Zend/zend_variables.h +++ b/Zend/zend_variables.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_vm.h b/Zend/zend_vm.h index f246e7fb7752a..0728a37de0460 100644 --- a/Zend/zend_vm.h +++ b/Zend/zend_vm.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_vm_def.h b/Zend/zend_vm_def.h index 2b9fe5bb79953..ca634c127dd25 100644 --- a/Zend/zend_vm_def.h +++ b/Zend/zend_vm_def.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_vm_execute.h b/Zend/zend_vm_execute.h index a18ee134c81ed..824481fd60b80 100644 --- a/Zend/zend_vm_execute.h +++ b/Zend/zend_vm_execute.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_vm_gen.php b/Zend/zend_vm_gen.php index db8ec13d2610c..bd9fac9968bcc 100755 --- a/Zend/zend_vm_gen.php +++ b/Zend/zend_vm_gen.php @@ -4,12 +4,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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. | @@ -23,12 +23,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_vm_opcodes.c b/Zend/zend_vm_opcodes.c index 7f88f9e84b690..4f492f10fae17 100644 --- a/Zend/zend_vm_opcodes.c +++ b/Zend/zend_vm_opcodes.c @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_vm_opcodes.h b/Zend/zend_vm_opcodes.h index 83e409a9233c9..4d920de4426e1 100644 --- a/Zend/zend_vm_opcodes.h +++ b/Zend/zend_vm_opcodes.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_vm_trace_handlers.h b/Zend/zend_vm_trace_handlers.h index 414d4d5f95f67..94cc9c7101d2b 100644 --- a/Zend/zend_vm_trace_handlers.h +++ b/Zend/zend_vm_trace_handlers.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_vm_trace_lines.h b/Zend/zend_vm_trace_lines.h index 740e187763952..81df8ca5e1455 100644 --- a/Zend/zend_vm_trace_lines.h +++ b/Zend/zend_vm_trace_lines.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_vm_trace_map.h b/Zend/zend_vm_trace_map.h index 96695312a93d0..290077852b31d 100644 --- a/Zend/zend_vm_trace_map.h +++ b/Zend/zend_vm_trace_map.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_weakrefs.c b/Zend/zend_weakrefs.c index b08e973439133..4dede85cccd65 100644 --- a/Zend/zend_weakrefs.c +++ b/Zend/zend_weakrefs.c @@ -2,10 +2,12 @@ +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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_weakrefs.h b/Zend/zend_weakrefs.h index 2cce74524fad0..1253d8243300b 100644 --- a/Zend/zend_weakrefs.h +++ b/Zend/zend_weakrefs.h @@ -2,10 +2,12 @@ +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.00 of the Zend license, | + | Copyright (c) Zend Technologies USA, Inc. (https://www.zend.com) | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.01 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | + | https://www.zend.com/sites/zend/files/pdfs/zend-engine-license-2.01.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. |