diff --git a/Zend/LICENSE b/Zend/LICENSE index 51f5cccde950..6201b421bab3 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 dd1e3a337a40..06c7342ce08f 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 eeacc91eb0a9..e2a5404c6495 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 b32bad3091ee..8049242aa9d5 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 a51d3f3ad1e9..f2dbfae1a83b 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 6af234b4d75a..7de3f2209a51 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 9603af8a27d3..55e48c807336 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 9f1c00eaad56..6a2e93a005d7 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 a44082e52fb9..fc434dd8efc2 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 59f8c968b18b..5d17267afeab 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 86f153580063..21387fd0bcc2 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 a9bf3811b371..07ca71272be4 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 fa21896447f5..512167969705 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 c604fb311a74..08381da21ca0 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 ea1d0845394d..1bbc8a922390 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 a49dab1b4683..8d60ec1f6715 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 ceeac23531c3..f6bee87aa34f 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 2d093fa61680..77e5477ba91d 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 5f5fc41034c6..7269430c03c6 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 e07b602bfcb5..6c1f5b8d0df5 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 da6b1f89580f..c6d921490f0a 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 6ca402c61bf6..817aa188b33b 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 77e8fa14509d..cc0a2235e59d 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 bd4dcf298f74..35e3240cdade 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 79d6a13235e0..065f0bd2eb7d 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 7ab9b8325a39..bfc1312e054a 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 dfc43a85139b..411025877731 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 6920d0e3602a..46ea0c8b3179 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 53ccaca4e407..f608c0557372 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 5b3bbba9a55d..b7a660ee5c3d 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 efabae480f45..de25103cceb3 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 dd7539523dbf..14858eab036d 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 2380a24727ae..b5ad20dfae95 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 f61b5ecb304e..844347a12949 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 f43e49ea7ab7..a13f60826512 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 f47235f05bbe..487d42efa541 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 ed8fc2cef32c..d1d2743f78ab 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 4d4b1ffe09b4..ba53ff535259 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 57c8775092f7..7f62def1329e 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 92ae9b8837cb..7b2f4e83a10c 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 39dc0916debc..b23104bdcc99 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 90af0c4a5f90..13d0d36c1755 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 c8e91122a359..971c4cb8aa33 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 5c7a73aa2736..3c8df0d30b8b 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 3221335733ec..7305743aaadd 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 e38e0023095f..3934f54dca54 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 aad0fefb097b..26d92c9f133e 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 b7cc9aea8cdc..18061ceb9f9e 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 17b25a99b87c..7df2add16526 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 d1ac6dbacfdb..c5100874a906 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 59b3daca53fd..64f8226aff2d 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 dacb50f3dda7..c6a4a83a32d0 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 092682d67713..be7aab9ed09f 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 501eed575713..3807b23d6d1b 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 e54a339ec4bc..3d8d1aebd09e 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 2dc217581107..6c2db09496ad 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 c67032f1295f..c4654acbf572 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 59c818438186..2c499ceeb1a5 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 590ff09cef0c..e15fa146c212 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 7eb375352077..7e165d21c027 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 f3d7f1a82b27..02b6c50f1227 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 73853f6ec117..bada82bd9dcb 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 cda5823a38ec..10d78218d650 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 2799e2c43815..1a79d3c41759 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 74470d2ae588..af47a91aad1f 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 aa4391f2caa9..98300bd674ed 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 bce98a24ac93..de0a5a2d9512 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 a8bddfae50a3..6fc357f07a17 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 ca32329a557f..684412354581 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 cc424bbec0a6..85b3cc15d564 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 bacdd739e6f2..3815fa76c009 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 680915121e2a..be0c51289acd 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 8c42b2494ea0..4051b7125f4a 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 e9b5b1d1fb44..452067a88f5a 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 453098c1eb04..0a347a789be3 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 5e039267bd16..899cff3ac9f7 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 98957def7626..779d35d8ddfd 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 f8dab668751a..3eb039baeb2a 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 5466840cd900..72cff2f73355 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 c6cd472a237b..94d1838091ec 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 2bc4a17ce71a..d55235a3f0a5 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 53eef829282c..dff2bacfa7b7 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 7e3fa03912a8..1f71de494d83 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 91d388154dd1..c3a409a8cb84 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 80f5b747db71..f0710165a88f 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 7a9a3a00082c..823122bf6ae9 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 1deebe56e178..fb1be3976e22 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 8df0ed324752..21d5b4337014 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 0ad5d1c57199..683c8f051424 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 f1846030b94b..240d097ba6af 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 bef2b374e1ba..c90b0a7c6ab6 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 d67057899064..d6403a7714d6 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 80c77e11d73e..f7566abcbede 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 fd4b59d15178..86cd4c75b126 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 9c822493fa3e..7d0f8d24eef5 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 355d2d1bad58..f5cdf6ab65d9 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 e606935f7902..f429fe3757a3 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 f587452bb7d5..7f19569a72aa 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 c0a325b77887..28a00c2dd572 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 aadc62558e60..4c63f47af60f 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 047719e175a0..066c9061339c 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 d4a95ef3f34a..54386cd74cd8 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 cc7989945b20..aa8c2416b54a 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 b049e56e370c..f8c7f7689fc6 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 e1cf562d64af..16d0694b4fc8 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 b61b09d296ee..8437c4e79e8f 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 3a101fead8bc..5ee1b42a4819 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 810866a1be23..33176b29a5b4 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 ea3fd9c5efcb..0e74dcfa25a8 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 f246e7fb7752..0728a37de046 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 2b9fe5bb7995..ca634c127dd2 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 a18ee134c81e..824481fd60b8 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 db8ec13d2610..bd9fac9968bc 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 7f88f9e84b69..4f492f10fae1 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 83e409a9233c..4d920de4426e 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 414d4d5f95f6..94cc9c7101d2 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 740e18776395..81df8ca5e145 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 96695312a93d..290077852b31 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 b08e97343913..4dede85cccd6 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 2cce74524fad..1253d8243300 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. |